Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/caching.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9032 [9032] 03/15/08 20:02:46 david Fixed that cache fetch method would cause nil exception when called with …
(edit) @8546 [8546] 01/03/08 21:05:12 david Moved the caching stores from ActionController::Caching::Fragments::* to …
(edit) @8542 [8542] 01/03/08 15:35:10 david Made fragment caching in views work for rjs and builder as well (closes …
(edit) @8365 [8365] 12/10/07 05:54:46 bitsweat Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689
(edit) @8307 [8307] 12/05/07 21:06:36 marcel Enhance documentation coverage for fragment caching. Closes #7315
(edit) @8226 [8226] 11/28/07 00:29:43 david Added protection from trailing slashes on page caching (closes #10229) …
(edit) @8001 [8001] 10/23/07 06:33:28 bitsweat Some mime type refactoring. Closes #9957 [Josh Peek]
(edit) @7949 [7949] 10/16/07 22:24:55 bitsweat caches_page uses a single after_filter instead of one per action. Closes …
(edit) @7726 [7726] 10/03/07 16:15:42 rick rescue LoadError if memcache isn't available while loading the MemCache …
(edit) @7725 [7725] 10/03/07 14:52:56 rick Use #require_library_or_gem to load the memcache library for the MemCache …
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7666 [7666] 09/28/07 14:18:47 david Fixed spelling errors (closes #9706) [tarmo/rmm5t]
(edit) @7598 [7598] 09/23/07 21:56:52 david Fixed cache_page to use the request url instead of the routing options …
(edit) @7498 [7498] 09/17/07 06:15:58 bitsweat Speed up and simplify query caching.
(edit) @7475 [7475] 09/14/07 01:00:32 bitsweat Missed Reloadable bits and pieces
(edit) @7427 [7427] 09/09/07 18:03:55 david Removed deprecated ActionController::Base#expire_matched_fragments (just …
(edit) @7419 [7419] 09/08/07 04:31:26 bitsweat Explicitly require active_record/query_cache before using it.
(edit) @7403 [7403] 09/03/07 00:18:30 nzkoz Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
(edit) @7346 [7346] 08/20/07 01:12:43 rick Fix bug where action caching sets the content type to the ActionCachePath …
(edit) @7220 [7220] 07/24/07 16:48:57 david Refactored in use of extract_options! (closes #9079) [josh]
(edit) @7128 [7128] 06/26/07 20:45:41 david Allow sweepers to be created solely for expiring after controller actions, …
(edit) @6970 [6970] 06/08/07 05:01:35 bitsweat Action caching is limited to GET requests returning 200 OK status. Closes …
(edit) @6868 [6868] 05/27/07 16:38:02 david Added custom path cache_page/expire_page parameters in addition to the …
(edit) @6867 [6867] 05/27/07 07:38:09 rick Action Caching speedup. #8231 [skaes]
(edit) @6787 [6787] 05/19/07 22:07:30 bitsweat Document caches_action. Closes #5419.
(edit) @6453 [6453] 03/22/07 10:12:34 rick Allow configuration of the default action cache path for #caches_action …
(edit) @6189 [6189] 02/21/07 18:08:39 xal Enable active record cache automatically for all actions
(edit) @5838 [5838] 01/04/07 21:43:24 rick rollback [5833] and [5835]
(edit) @5835 [5835] 01/04/07 21:31:18 rick Allow ActionController::Base.session_store and #fragment_cache_store to …
(edit) @5755 [5755] 12/19/06 20:25:52 bitsweat Only cache GET requests with a 200 OK response. Closes #6514, #6743.
(edit) @5544 [5544] 11/17/06 13:10:23 bitsweat ActionView::Base.erb_variable accessor names the buffer variable used to …
(edit) @5412 [5412] 11/02/06 19:29:40 bitsweat Deprecate expire_matched_fragments. Use expire_fragment instead. Closes …
(edit) @5399 [5399] 11/02/06 08:48:44 bitsweat Document that expire_fragment with regexp arg fails on memcached and other …
(edit) @5289 [5289] 10/12/06 23:29:04 marcel Make page caching respect the format of the resource that is being …
(edit) @5248 [5248] 10/09/06 00:56:13 david Fixed that caches_action breaks with file extensions (closes #6257) …
(edit) @5212 [5212] 09/30/06 01:38:22 rick Fixed some deprecation warnings in ActionPack [Rick Olson]
(edit) @5207 [5207] 09/29/06 08:26:45 bitsweat Deprecate @response
(edit) @5129 [5129] 09/17/06 16:20:32 david Added proper getters and setters for content type and charset [DHH] Added …
(edit) @4898 [4898] 09/01/06 23:37:10 bitsweat Deprecation: update docs. Closes #5998.
(edit) @4885 [4885] 08/31/06 03:16:28 bitsweat Tighten rescue clauses. Closes #5985.
(edit) @4740 [4740] 08/09/06 15:30:43 marcel Fix typo in caching docs.
(edit) @4728 [4728] 08/08/06 21:21:04 ulysses New dependencies implementation
(edit) @4657 [4657] 08/04/06 00:02:44 marcel Fix typo in caching docs. [Marcel Molina Jr.]
(edit) @4656 [4656] 08/03/06 23:59:38 marcel Make action caching aware of different formats for the same action so …
(edit) @4310 [4310] 04/29/06 18:10:14 marcel Replace Ruby's deprecated append_features in favor of included. [Marcel …
(edit) @4268 [4268] 04/25/06 17:42:48 marcel Remove all remaining references to @params in the documentation.
(edit) @4125 [4125] 04/01/06 20:41:53 david Fixed fragment caching of binary data on Windows (closes #4493) …
(edit) @3738 [3738] 03/02/06 01:48:56 david Added that page caching will only happen if the response code is less than …
(edit) @3580 [3580] 02/12/06 05:51:02 david Stopped the massive bleeding of concerns into ActionController::Base. Base …
(edit) @3533 [3533] 02/04/06 06:11:42 david Just go with Subclasses instead of OnlySubclasses
(edit) @3529 [3529] 02/04/06 05:00:21 ulysses Set sweeper's @controller to nil after a request so that the controller …
(edit) @3521 [3521] 02/02/06 05:41:00 ulysses Add Reloadable::OnlySubclasses which handles the common case where a base …
(edit) @3519 [3519] 02/02/06 04:54:07 ulysses Further improvements to reloading code
(edit) @3517 [3517] 02/01/06 20:25:27 sam Subclasses of ActionController::Caching::Sweeper should be Reloadable
(edit) @3509 [3509] 02/01/06 03:58:37 david If included_modules doesnt take a parameter, we shouldnt either
(edit) @3508 [3508] 02/01/06 03:54:37 nzkoz Fix Syntax problems which were preventing webrick from starting
(edit) @3505 [3505] 02/01/06 02:58:22 david Dont mark Sweepers as reloadables
(edit) @3298 [3298] 12/13/05 18:05:31 bitsweat Don't used defined? on a scoped constant since it results in a …
(edit) @3117 [3117] 11/21/05 02:14:31 bitsweat Fix grammar error in [3115]. References #2966.
(edit) @3115 [3115] 11/21/05 01:08:30 bitsweat Improve expire_fragment documentation. Closes #2966.
(edit) @3054 [3054] 11/16/05 08:35:31 bitsweat MemCache store may be given multiple addresses. Closes #2869.
(edit) @3013 [3013] 11/14/05 00:08:24 bitsweat Note that the ruby-memcache bindings are required to use the memcache …
(edit) @2820 [2820] 10/29/05 23:12:13 bitsweat Removed erroneous arg-size check in AC::Base.fragment_cache_store=. …
(edit) @2749 [2749] 10/26/05 13:20:46 david Fixed docs (closes #2468)
(edit) @2649 [2649] 10/16/05 15:42:03 minam Update/clean up AP documentation (rdoc)
(edit) @2544 [2544] 10/12/05 22:57:04 marcel Unescape paths before writing cache to file system. Closes #1877.
(edit) @2524 [2524] 10/11/05 01:06:05 marcel Make cacheing binary files friendly with Windows. Closes #1975.
(edit) @2408 [2408] 09/29/05 08:43:17 david Testing should also use a default REQUEST_METHOD
(edit) @2230 [2230] 09/13/05 08:31:32 david Added easy assignment of fragment cache store through use of symbols for …
(edit) @2142 [2142] 09/06/05 17:33:11 david Fix fragment benchmark calls and limit timings to 5 decimals
(edit) @2141 [2141] 09/06/05 17:07:08 david Only do benchmarking if log level matches and log caching
(edit) @1895 [1895] 07/22/05 20:08:29 david Expiring a cache that doesnt exist is bliss not bad
(edit) @1889 [1889] 07/22/05 11:28:58 david Changed caching/expiration/hit to report using the DEBUG log level and …
(edit) @1853 [1853] 07/17/05 10:03:47 david Fix doc typos #1734 [moriq@moriq.com]
(edit) @1731 [1731] 07/06/05 09:32:00 david Made documentation ready for release (AP)
(edit) @1423 [1423] 06/15/05 09:16:23 david Reverted changeset #1326 coming off ticket #1230 since it caused stale …
(edit) @1365 [1365] 05/30/05 07:05:52 minam Don't die when an attempt to delete a cache fails
(edit) @1326 [1326] 05/19/05 18:59:43 david Optimize ActionCacheFilter by using url_for less #1230 [skaen]
(edit) @1288 [1288] 05/06/05 05:09:01 david Added better error handling for regexp caching expiration
(edit) @1270 [1270] 05/02/05 07:49:55 david Dont expire or read fragments if caching is turned off
(edit) @1260 [1260] 04/30/05 15:29:27 david Fixed action/fragment caching using the filestore when a directory and a …
(edit) @1250 [1250] 04/30/05 08:33:25 david Check definition on constant not string
(edit) @1248 [1248] 04/30/05 08:23:42 david Improved the speed of regular expression expirations for caching by a …
(edit) @1242 [1242] 04/27/05 17:40:51 david Disregard expire methods when the controller hasnt been set, which …
(edit) @1239 [1239] 04/27/05 08:14:53 david Added ActionController::Caching::Sweeper as an improved an easier to use …
(edit) @1193 [1193] 04/17/05 14:10:24 david Fixed page caching for non-vhost applications living underneath the root …
(edit) @1139 [1139] 04/10/05 17:42:17 david Fixed #1030
(edit) @1106 [1106] 04/07/05 06:35:27 david Fixed Cache#expire_matched_fragments that couldn't recognize the …
(edit) @1029 [1029] 03/27/05 21:52:48 david Fixed problem with page caching #958 [Rick Olson]
(edit) @1019 [1019] 03/27/05 00:30:35 david Added ActionController::Base.page_cache_extension for setting the page …
(edit) @996 [996] 03/26/05 13:09:56 david Added expire_matched_fragments(regular_expression) to clear out a lot of …
(edit) @908 [908] 03/14/05 23:38:45 david Remove superfluous begin/end in caching.rb methods #836
(edit) @867 [867] 03/06/05 23:37:28 david Fixed issues with caching root pages #734 [Nicholas Seckar]
(edit) @816 [816] 03/01/05 01:44:50 david Fixed caching to be aware of extensions (so you can cache files like …
(edit) @801 [801] 02/27/05 17:02:09 david Fixed that caching the root would result in .html not index.html
(edit) @728 [728] 02/21/05 01:09:15 david Fixed more caching and routing love
(edit) @727 [727] 02/21/05 01:01:24 david Fixed caching for root and Routing for getting back the current url
(edit) @725 [725] 02/20/05 23:36:41 david Remove debugging statement
(edit) @724 [724] 02/20/05 23:08:07 david All the memory-based stores should use a mutex #611 [inspire22]
(edit) @715 [715] 02/20/05 17:18:59 david Made caching work for WEBrick and lighttpd by appending .html for all URLs …
Note: See TracRevisionLog for help on using the revision log.