thumblemonks / smurf

Rails plugin to automatically minify JavaScript and CSS when their bundles get cached
http://gusg.us/code/ruby/smurf-rails-autominifying-js-css-plugin.html
MIT License
193 stars 12 forks source link

smurf with rails 3.1 #21

Open ippa opened 12 years ago

ippa commented 12 years ago

Any plans of supporting rails 3.1? I'm far from sold on the asset pipeline but still want js/css compression.

Now I get this:

undefined method join_asset_file_contents' for moduleActionView::Helpers::AssetTagHelper'

0 /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.1.3/lib/active_support/core_ext/module/aliasing.rb 31 in alias_method' 1 /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.1.3/lib/active_support/core_ext/module/aliasing.rb 31 inalias_method_chain' 2 /usr/local/lib/ruby/gems/1.9.1/gems/smurf-1.0.8/lib/smurf.rb 15 in `'

3 /usr/local/lib/ruby/gems/1.9.1/gems/smurf-1.0.8/lib/smurf.rb 5 in `'

peppyheppy commented 12 years ago

Sorry for the late response. Does smurf not work with rails 3.1? I haven't used it recently with my latest rails apps so I can't confirm either way.

Unfortunately, I don't have any plans to add support for rails 3.1, but I would gladly accept a pull request from you or anyone who wants to add 3.1 support.