aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-021-4/+2
* Further improvements to reloading codeNicholas Seckar2006-02-021-2/+2
* Subclasses of ActionController::Caching::Sweeper should be ReloadableSam Stephenson2006-02-011-2/+3
* If included_modules doesnt take a parameter, we shouldnt eitherDavid Heinemeier Hansson2006-02-011-1/+1
* Fix Syntax problems which were preventing webrick from startingMichael Koziarski2006-02-011-1/+1
* Dont mark Sweepers as reloadablesDavid Heinemeier Hansson2006-02-011-0/+5
* Don't used defined? on a scoped constant since it results in a const_missing ...Jeremy Kemper2005-12-131-1/+1
* Fix grammar error in [3115]. References #2966.Jeremy Kemper2005-11-211-2/+1
* Improve expire_fragment documentation. Closes #2966.Jeremy Kemper2005-11-211-1/+2
* MemCache store may be given multiple addresses. Closes #2869.Jeremy Kemper2005-11-161-34/+36
* Note that the ruby-memcache bindings are required to use the memcache store.Jeremy Kemper2005-11-141-0/+1
* Removed erroneous arg-size check in AC::Base.fragment_cache_store=. Closes #...Jeremy Kemper2005-10-291-1/+1
* Fixed docs (closes #2468)David Heinemeier Hansson2005-10-261-5/+5
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-1/+1
* Unescape paths before writing cache to file system. Closes #1877.Marcel Molina2005-10-121-1/+1
* Make cacheing binary files friendly with Windows. Closes #1975.Marcel Molina2005-10-111-2/+2
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-291-30/+67
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-131-12/+25
* Fix fragment benchmark calls and limit timings to 5 decimalsDavid Heinemeier Hansson2005-09-061-4/+4
* Only do benchmarking if log level matches and log cachingDavid Heinemeier Hansson2005-09-061-17/+24
* Expiring a cache that doesnt exist is bliss not badDavid Heinemeier Hansson2005-07-221-2/+2
* Changed caching/expiration/hit to report using the DEBUG log level and errors...David Heinemeier Hansson2005-07-221-9/+9
* Fix doc typos #1734 [moriq@moriq.com]David Heinemeier Hansson2005-07-171-2/+2
* Made documentation ready for release (AP)David Heinemeier Hansson2005-07-061-1/+1
* Reverted changeset #1326 coming off ticket #1230 since it caused stale caches...David Heinemeier Hansson2005-06-151-7/+2
* Don't die when an attempt to delete a cache failsJamis Buck2005-05-301-1/+3