aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-678/+40
* Made fragment caching in views work for rjs and builder as well (closes #6642...David Heinemeier Hansson2008-01-031-3/+29
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-2/+2
* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]Marcel Molina2007-12-051-14/+23
* Added protection from trailing slashes on page caching (closes #10229) [devri...David Heinemeier Hansson2007-11-281-1/+1
* Some mime type refactoring. Closes #9957 [Josh Peek]Jeremy Kemper2007-10-231-1/+1
* caches_page uses a single after_filter instead of one per action. Closes #9891.Jeremy Kemper2007-10-161-3/+2
* rescue LoadError if memcache isn't available while loading the MemCache fragm...Rick Olson2007-10-031-0/+4
* Use #require_library_or_gem to load the memcache library for the MemCache ses...Rick Olson2007-10-031-0/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-6/+6
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Fixed cache_page to use the request url instead of the routing options when p...David Heinemeier Hansson2007-09-231-8/+11
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-6/+6
* Missed Reloadable bits and piecesJeremy Kemper2007-09-141-4/+0
* Removed deprecated ActionController::Base#expire_matched_fragments (just call...David Heinemeier Hansson2007-09-091-6/+0
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-081-11/+13
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-1/+1
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-201-1/+1
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-2/+2
* Allow sweepers to be created solely for expiring after controller actions, no...David Heinemeier Hansson2007-06-261-0/+5
* Action caching is limited to GET requests returning 200 OK status. Closes #3335.Jeremy Kemper2007-06-081-5/+7
* Added custom path cache_page/expire_page parameters in addition to the option...David Heinemeier Hansson2007-05-271-5/+17
* Action Caching speedup. #8231 [skaes]Rick Olson2007-05-271-35/+33
* Document caches_action. Closes #5419.Jeremy Kemper2007-05-191-1/+3
* Allow configuration of the default action cache path for #caches_action calls...Rick Olson2007-03-221-2/+26
* Enable active record cache automatically for all actionsTobias Lütke2007-02-211-1/+17
* rollback [5833] and [5835]Rick Olson2007-01-041-5/+5
* Allow ActionController::Base.session_store and #fragment_cache_store to lazil...Rick Olson2007-01-041-5/+5
* Only cache GET requests with a 200 OK response. Closes #6514, #6743.Jeremy Kemper2006-12-191-1/+1
* ActionView::Base.erb_variable accessor names the buffer variable used to rend...Jeremy Kemper2006-11-171-1/+1
* Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535.Jeremy Kemper2006-11-021-0/+1
* Document that expire_fragment with regexp arg fails on memcached and other ca...Jeremy Kemper2006-11-021-1/+6
* Make page caching respect the format of the resource that is being requested ...Marcel Molina2006-10-121-3/+3
* Fixed that caches_action breaks with file extensions (closes #6257) [Catfish]David Heinemeier Hansson2006-10-091-1/+1
* Fixed some deprecation warnings in ActionPack [Rick Olson]Rick Olson2006-09-301-3/+2
* Deprecate @responseJeremy Kemper2006-09-291-4/+4
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-1/+1
* Deprecation: update docs. Closes #5998.Jeremy Kemper2006-09-011-1/+1
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-1/+1
* Fix typo in caching docs.Marcel Molina2006-08-091-1/+1
* New dependencies implementationNicholas Seckar2006-08-081-1/+2
* Fix typo in caching docs. [Marcel Molina Jr.]Marcel Molina2006-08-041-1/+1
* Make action caching aware of different formats for the same action so that, e...Marcel Molina2006-08-031-6/+64
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-6/+3
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-251-3/+3
* Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept...David Heinemeier Hansson2006-04-011-1/+1
* Added that page caching will only happen if the response code is less than 40...David Heinemeier Hansson2006-03-021-1/+1
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-2/+2
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Set sweeper's @controller to nil after a request so that the controller may b...Nicholas Seckar2006-02-041-0/+2