aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching/pages.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...Anil Wadghule2010-04-121-1/+1
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-2/+2
* skip_relative_url_root url_for option is deadJoshua Peek2010-03-091-3/+3
* Use AS::Concern for caching modulesCarlhuda2010-03-041-21/+21
* Use underscore in notification namespaces.José Valim2010-01-041-1/+1
* Use namespaces in notifications.José Valim2010-01-031-2/+6
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-2/+2
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-8/+2
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-2/+2
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-2/+2
* Add Orchestra instrumentation to fragment and page caching.José Valim2009-09-201-6/+14
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-191-1/+1
* Merge with docrailsPratik Naik2008-12-071-14/+12
* Merge docrails:Pratik Naik2008-05-091-13/+18
* Add conditional options to caches_page method [#25 state:resolved]Paul Horsfall2008-04-191-2/+10
* Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-131-2/+2
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+141