Re: [Rails] Is there any way to update the javascript when I reload the page using rails?

2013-05-02 Thread Emil S
You don't need to precompile your assets in development environment. Remove config.assets.compile = false from config/environments/development.rb if it's there. Read this stackoverflow questionfor a

[Rails] Is there any way to update the javascript when I reload the page using rails?

2013-05-02 Thread Miguel Correlo
Hi, I need fix any bugs in a rails project. The problem is every time I change anything in javascript I have to make bundle exec rake rails_group=assets assets:clean RAILS_ENV=development and then bundle exec rake rails_group=assets assets:precompile RAILS_ENV=development and finaly restart t