Rails Console: reload! not reflecting changes in model files? What could be possible reason?
- 阅读更多 关于 Rails Console: reload! not reflecting changes in model files? What could be possible reason?
问题 Earlier it was working fine. I have been playing little bit config. So may be i have changed some config unknowingly. here is config of environment/development.rb config.cache_classes = false # Log error messages when you accidentally call methods on nil. config.whiny_nils = true # Show full error reports and disable caching config.consider_all_requests_local = true config.action_view.debug_rjs = true config.action_controller.perform_caching = false # Don't care if the mailer can't send