Rails tip for today

Posted by # March 21st 06:13 PM

Caching is turned off by default in the development environment. If you want to try it out before switching to full production mode, change the following line in [yourapp]/config/environments/development.rb:

ActionController::Base.perform_caching = false

to

ActionController::Base.perform_caching = true

geeky rails Jump to comment form

Comments

Recently

RailsConf 2007 Speaker

Beginning Ruby on Rails E-Commerce