As advised at Heroku 
(https://devcenter.heroku.com/articles/rails-asset-pipeline), I modified 
the config settings in application.rb file:

config.assets.initialize_on_precompile=false

then compiled assets locally:

RAILS_ENV=production bundle exec rake assets:precompile

then pushed it to the git:

git add public/assetsgit commit -m "vendor compiled assets"

The application was deplyed without problems and works fine at Heroku.
The problem is that it does not work properly in development (locally). For 
example, the bootstrap drop-dwpn list for user settings does not work any 
more, no errors in the browser console. Other features seem to work as 
needed. Any idea ?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/g21IhXoPRUUJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to