You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you make a pull request I can merge the changes into the master branch, or if you'd like, I can simply make the changes myself. Thanks for the heads up!
I tweaked the script to work with rails 3.1 by making the following changes:
changed instances of RAILS_ROOT to Rails.root
and save_path now equals "#{Rails.root}/app/assets/javascripts/#{filename}" for the new assets feature
The text was updated successfully, but these errors were encountered: