Peter Gumeson

Results 25 comments of Peter Gumeson

Yes. Sorry about this. I moved a few lines out of the Compass library and into the user editable partials because Html5 Boilerplate now flags them as stuff that should...

I agree. I actually suggested some time back to the compass user group that Compass itself should be using Thor to do installs/updates instead of the compass command. Thor could...

Thanks for the work on this. I was toying with the idea of just adding the configuration inside the gem, similar to this: https://github.com/indirect/haml-rails/blob/master/lib/haml-rails.rb#L7-11 However, I don't want to force...

For some reason I thought config.assets.precompile was in application.rb, but its in production. So using @sidnair09s example might be a good option. Sorry. I'll try and get this implemented or...

Thanks for the feedback @Maher4Ever! Yea, I'm aware. I even added this TODO at one point: https://github.com/sporkd/html5-rails/blob/master/lib/generators/html5/assets/assets_generator.rb#L48 I was planning on having the assets generator to insert this line in...

Hi @dblock. Thanks for the offer. I have not been following the progress of mongoid, so not sure if there's overlap. But If you think there's a need and have...

Hi @monfresh. Unfortunately, I have not had time to keep up with the latest changes to Mongoid and I'm guessing things are broken due to changes in the Timestamp modules....

@stevenkolstad Just changing the dependency wont fix the larger issue of the the library depending on and API that no longer exists in mongoid. Newer versions of Mongoid no longer...

I'm having the same problem. Only way to make it work is change one of the reverse relation keys to something other than `livesIn`.

My vote would be not to implement this. The `.asdf` file is specific to asdf, and right now I'm finding it very necessary to use asdf as a fallback if...