I am developing an application with Rails 3.0 and Backbone and I tried asset precompilation (rake assets:precompile).
Since then any change I made in the code is not reflected in the executed application, in development environment.
Thank in advance
You'll have to pre-compile assets every time you make a change.
rake assets:precompile RAILS_ENV=development