index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
caching
/
pages.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-6
/
+8
*
Proc objects for caches_page no need controller object
Alexey Vakhov
2012-03-27
1
-1
/
+1
*
Remove unecessary config_accessors.
José Valim
2011-12-24
1
-3
/
+3
*
Provide a class optin for page_cache_compression.
José Valim
2011-12-24
1
-17
/
+20
*
Gzip files on page caching
Andrey A.I. Sitnik
2011-12-24
1
-4
/
+28
*
Remove unnecessary dup in expire_page
Alexey Vakhov
2011-10-08
1
-1
/
+1
*
clarify which url would be used to cache a page when options are not provided...
Matt Jankowski
2011-06-26
1
-2
/
+2
*
elaborate on how web server configuration to check for static files on disk e...
Matt Jankowski
2011-06-26
1
-3
/
+4
*
Allow page_cache_directory to be set as a Pathname
Andre Arko
2011-02-06
1
-1
/
+1
*
Remove require AS::Concern from places where is already in
Santiago Pastorino
2010-12-19
1
-1
/
+0
*
Add missing require
Santiago Pastorino
2010-12-19
1
-0
/
+1
*
Ensure that while caching a page rails takes into
Neeraj Singh
2010-12-09
1
-7
/
+13
*
AC::Caching DRYup
Krekoten' Marjan
2010-10-18
1
-5
/
+1
*
Move uri parser to AS as URI.parser method to reuse it in AP and ARes.
Emilio Tagua
2010-09-28
1
-7
/
+1
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
1
-1
/
+2
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
1
-1
/
+5
*
Change event namespace ordering to most-significant first [#4504 state:resolved]
Justin George
2010-05-02
1
-1
/
+1
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-4
/
+4
*
Make perform_caching work again, with the tests passing and backward compatible
Santiago Pastorino and Carl Lerche
2010-04-15
1
-9
/
+9
*
Make use of config.perform_caching
Santiago Pastorino
2010-04-14
1
-5
/
+5
*
Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...
Anil Wadghule
2010-04-12
1
-1
/
+1
*
Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...
José Valim
2010-04-08
1
-2
/
+2
*
skip_relative_url_root url_for option is dead
Joshua Peek
2010-03-09
1
-3
/
+3
*
Use AS::Concern for caching modules
Carlhuda
2010-03-04
1
-21
/
+21
*
Use underscore in notification namespaces.
José Valim
2010-01-04
1
-1
/
+1
*
Use namespaces in notifications.
José Valim
2010-01-03
1
-2
/
+6
*
Renamed Orchestra to Notifications once again [#3321 state:resolved]
José Valim
2009-10-15
1
-2
/
+2
*
Update Orchestra instrumentations and move part of logging to Orchestra.
José Valim
2009-10-15
1
-8
/
+2
*
Revert "Rename Orchestra to Notifications [#3321 state:resolved]"
José Valim
2009-10-15
1
-2
/
+2
*
Rename Orchestra to Notifications [#3321 state:resolved]
Joshua Peek
2009-10-14
1
-2
/
+2
*
Add Orchestra instrumentation to fragment and page caching.
José Valim
2009-09-20
1
-6
/
+14
*
Use status response accessor instead of the 'Status' header
Joshua Peek
2008-12-19
1
-1
/
+1
*
Merge with docrails
Pratik Naik
2008-12-07
1
-14
/
+12
*
Merge docrails:
Pratik Naik
2008-05-09
1
-13
/
+18
*
Add conditional options to caches_page method [#25 state:resolved]
Paul Horsfall
2008-04-19
1
-2
/
+10
*
Added Rails.public_path to control where HTML and assets are expected to be l...
David Heinemeier Hansson
2008-04-13
1
-2
/
+2
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-0
/
+141