This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
7708650f73
rails--rails
/
actionpack
/
lib
/
action_controller
/
caching
History
Joshua Peek
7708650f73
Added conditional support to caches_action [José Valim] [
#166
state:resolved]
2008-05-14 12:33:54 -05:00
..
actions.rb
Added conditional support to caches_action [José Valim] [
#166
state:resolved]
2008-05-14 12:33:54 -05:00
fragments.rb
Move fragment caching from special helper methods to TemplateHandler.
Closes
#10754
[Josh Peek]
2008-01-10 03:17:20 +00:00
pages.rb
Merge docrails:
2008-05-09 10:40:50 +01:00
sql_cache.rb
Moved the caching stores from ActionController::Caching::Fragments::* to ActiveSupport::Cache::*. If you're explicitly referring to a store, like ActionController::Caching::Fragments::MemoryStore, you need to update that reference with ActiveSupport::Cache::MemoryStore [DHH] Deprecated ActionController::Base.fragment_cache_store for ActionController::Base.cache_store [DHH] All fragment cache keys are now by default prefixed with the 'views/' namespace [DHH] Added ActiveRecord::Base.cache_key to make it easier to cache Active Records in combination with the new ActiveSupport::Cache::* libraries [DHH] Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib [Tobias Luetke] Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box [Bob Cottrell, Eric Hodel] Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH]
2008-01-03 21:05:12 +00:00
sweeping.rb
Fixed that sweepers defined by cache_sweeper will be added regardless of the perform_caching setting. Instead, control whether the sweeper should be run with the perform_caching setting. This makes testing easier when you want to turn perform_caching on/off [DHH]
2008-03-08 01:05:53 +00:00