aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching/pages.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unecessary config_accessors.José Valim2011-12-241-3/+3
* Provide a class optin for page_cache_compression.José Valim2011-12-241-17/+20
* Gzip files on page cachingAndrey A.I. Sitnik2011-12-241-4/+28
* Remove unnecessary dup in expire_pageAlexey Vakhov2011-10-081-1/+1
* clarify which url would be used to cache a page when options are not provided...Matt Jankowski2011-06-261-2/+2
* elaborate on how web server configuration to check for static files on disk e...Matt Jankowski2011-06-261-3/+4
* Allow page_cache_directory to be set as a PathnameAndre Arko2011-02-061-1/+1
* Remove require AS::Concern from places where is already inSantiago Pastorino2010-12-191-1/+0
* Add missing requireSantiago Pastorino2010-12-191-0/+1
* Ensure that while caching a page rails takes intoNeeraj Singh2010-12-091-7/+13
* AC::Caching DRYupKrekoten' Marjan2010-10-181-5/+1
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-7/+1
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-1/+2
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-1/+5
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-4/+4
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-151-9/+9
* Make use of config.perform_cachingSantiago Pastorino2010-04-141-5/+5
* 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