Hi guys, I've got a question about setting up the development environment so that changes to the controller or views will be updated without having to restart the server.
I've had a look at
http://github.com/aeden/misc/tree/master/cheatsheets/rails-2-config-cheatsheet.rb
And tried in config/environments/development.rb both:
config.action_view.cache_template_loading = false
config.action_controller.perform_caching = false
but to no avail, my development server is still caching.
Using rails 2.1.0
Any ideas?
--
Jeremy Olliver
Developer
PlanHQ