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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
DrbStore removed from cache backends
Ivan Evtukhovich
2011-11-07
1
-1
/
+0
*
Escape 'caching' when used in a sentence; remove unnessesary quotes
Joost Baaij
2010-08-26
1
-2
/
+2
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-4
/
+2
*
perform_caching is now delegated to config on instance and class level
Santiago Pastorino
2010-04-17
1
-2
/
+3
*
Make perform_caching work again, with the tests passing and backward compatible
Santiago Pastorino and Carl Lerche
2010-04-15
1
-1
/
+1
*
Make use of config.perform_caching
Santiago Pastorino
2010-04-14
1
-1
/
+1
*
Use AS::Concern for caching modules
Carlhuda
2010-03-04
1
-3
/
+2
*
Refactor cache_store to use ActionController config
Carlhuda
2010-03-04
1
-16
/
+18
*
Add subscriber for ActionPack and move all logging inside it.
José Valim
2010-01-13
1
-11
/
+0
*
Use underscore in notification namespaces.
José Valim
2010-01-04
1
-1
/
+1
*
Use namespaces in notifications.
José Valim
2010-01-03
1
-2
/
+2
*
Remove ActionView inline logging to ActiveSupport::Notifications and create A...
José Valim
2009-12-26
1
-0
/
+11
*
Flip deferrable autoload convention
Joshua Peek
2009-12-22
1
-5
/
+7
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-3
/
+4
*
Rdoc for changes introduced in e2ed1a1ca, 36058f450.
David Vrensk
2009-11-12
1
-0
/
+1
*
Caching refactoring
Yehuda Katz
2009-10-29
1
-13
/
+19
*
First pass at cleaning up action caching
Yehuda Katz
2009-10-28
1
-12
/
+16
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Modify caching to use new included helper
Yehuda Katz + Carl Lerche
2009-05-19
1
-15
/
+15
*
Merge docrails
lifo
2009-04-17
1
-1
/
+1
*
Autoload ActionController::Caching::Sweeper constant [#1977 state:resolved]
Joshua Peek
2009-02-16
1
-0
/
+1
*
ActiveRecord::QueryCache middleware
Joshua Peek
2008-12-22
1
-2
/
+1
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-10
/
+8
*
Merge docrails:
Pratik Naik
2008-05-09
1
-1
/
+2
*
Fixed that cache fetch method would cause nil exception when called with no o...
David Heinemeier Hansson
2008-03-15
1
-1
/
+1
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-678
/
+40
*
Made fragment caching in views work for rjs and builder as well (closes #6642...
David Heinemeier Hansson
2008-01-03
1
-3
/
+29
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
Marcel Molina
2007-12-05
1
-14
/
+23
*
Added protection from trailing slashes on page caching (closes #10229) [devri...
David Heinemeier Hansson
2007-11-28
1
-1
/
+1
*
Some mime type refactoring. Closes #9957 [Josh Peek]
Jeremy Kemper
2007-10-23
1
-1
/
+1
*
caches_page uses a single after_filter instead of one per action. Closes #9891.
Jeremy Kemper
2007-10-16
1
-3
/
+2
*
rescue LoadError if memcache isn't available while loading the MemCache fragm...
Rick Olson
2007-10-03
1
-0
/
+4
*
Use #require_library_or_gem to load the memcache library for the MemCache ses...
Rick Olson
2007-10-03
1
-0
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-6
/
+6
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Fixed cache_page to use the request url instead of the routing options when p...
David Heinemeier Hansson
2007-09-23
1
-8
/
+11
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-6
/
+6
*
Missed Reloadable bits and pieces
Jeremy Kemper
2007-09-14
1
-4
/
+0
*
Removed deprecated ActionController::Base#expire_matched_fragments (just call...
David Heinemeier Hansson
2007-09-09
1
-6
/
+0
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
1
-11
/
+13
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-1
/
+1
*
Fix bug where action caching sets the content type to the ActionCachePath obj...
Rick Olson
2007-08-20
1
-1
/
+1
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
1
-2
/
+2
*
Allow sweepers to be created solely for expiring after controller actions, no...
David Heinemeier Hansson
2007-06-26
1
-0
/
+5
*
Action caching is limited to GET requests returning 200 OK status. Closes #3335.
Jeremy Kemper
2007-06-08
1
-5
/
+7
*
Added custom path cache_page/expire_page parameters in addition to the option...
David Heinemeier Hansson
2007-05-27
1
-5
/
+17
*
Action Caching speedup. #8231 [skaes]
Rick Olson
2007-05-27
1
-35
/
+33
*
Document caches_action. Closes #5419.
Jeremy Kemper
2007-05-19
1
-1
/
+3
*
Allow configuration of the default action cache path for #caches_action calls...
Rick Olson
2007-03-22
1
-2
/
+26
[next]