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
...
*
rollback [5833] and [5835]
Rick Olson
2007-01-04
1
-5
/
+5
*
Allow ActionController::Base.session_store and #fragment_cache_store to lazil...
Rick Olson
2007-01-04
1
-5
/
+5
*
Only cache GET requests with a 200 OK response. Closes #6514, #6743.
Jeremy Kemper
2006-12-19
1
-1
/
+1
*
ActionView::Base.erb_variable accessor names the buffer variable used to rend...
Jeremy Kemper
2006-11-17
1
-1
/
+1
*
Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535.
Jeremy Kemper
2006-11-02
1
-0
/
+1
*
Document that expire_fragment with regexp arg fails on memcached and other ca...
Jeremy Kemper
2006-11-02
1
-1
/
+6
*
Make page caching respect the format of the resource that is being requested ...
Marcel Molina
2006-10-12
1
-3
/
+3
*
Fixed that caches_action breaks with file extensions (closes #6257) [Catfish]
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Fixed some deprecation warnings in ActionPack [Rick Olson]
Rick Olson
2006-09-30
1
-3
/
+2
*
Deprecate @response
Jeremy Kemper
2006-09-29
1
-4
/
+4
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
1
-1
/
+1
*
Deprecation: update docs. Closes #5998.
Jeremy Kemper
2006-09-01
1
-1
/
+1
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-1
/
+1
*
Fix typo in caching docs.
Marcel Molina
2006-08-09
1
-1
/
+1
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-1
/
+2
*
Fix typo in caching docs. [Marcel Molina Jr.]
Marcel Molina
2006-08-04
1
-1
/
+1
*
Make action caching aware of different formats for the same action so that, e...
Marcel Molina
2006-08-03
1
-6
/
+64
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-6
/
+3
*
Remove all remaining references to @params in the documentation.
Marcel Molina
2006-04-25
1
-3
/
+3
*
Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept...
David Heinemeier Hansson
2006-04-01
1
-1
/
+1
*
Added that page caching will only happen if the response code is less than 40...
David Heinemeier Hansson
2006-03-02
1
-1
/
+1
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-2
/
+2
*
Just go with Subclasses instead of OnlySubclasses
David Heinemeier Hansson
2006-02-04
1
-1
/
+1
*
Set sweeper's @controller to nil after a request so that the controller may b...
Nicholas Seckar
2006-02-04
1
-0
/
+2
*
Add Reloadable::OnlySubclasses which handles the common case where a base cla...
Nicholas Seckar
2006-02-02
1
-4
/
+2
*
Further improvements to reloading code
Nicholas Seckar
2006-02-02
1
-2
/
+2
*
Subclasses of ActionController::Caching::Sweeper should be Reloadable
Sam Stephenson
2006-02-01
1
-2
/
+3
*
If included_modules doesnt take a parameter, we shouldnt either
David Heinemeier Hansson
2006-02-01
1
-1
/
+1
*
Fix Syntax problems which were preventing webrick from starting
Michael Koziarski
2006-02-01
1
-1
/
+1
*
Dont mark Sweepers as reloadables
David Heinemeier Hansson
2006-02-01
1
-0
/
+5
*
Don't used defined? on a scoped constant since it results in a const_missing ...
Jeremy Kemper
2005-12-13
1
-1
/
+1
*
Fix grammar error in [3115]. References #2966.
Jeremy Kemper
2005-11-21
1
-2
/
+1
*
Improve expire_fragment documentation. Closes #2966.
Jeremy Kemper
2005-11-21
1
-1
/
+2
*
MemCache store may be given multiple addresses. Closes #2869.
Jeremy Kemper
2005-11-16
1
-34
/
+36
*
Note that the ruby-memcache bindings are required to use the memcache store.
Jeremy Kemper
2005-11-14
1
-0
/
+1
*
Removed erroneous arg-size check in AC::Base.fragment_cache_store=. Closes #...
Jeremy Kemper
2005-10-29
1
-1
/
+1
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
1
-5
/
+5
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
1
-1
/
+1
*
Unescape paths before writing cache to file system. Closes #1877.
Marcel Molina
2005-10-12
1
-1
/
+1
*
Make cacheing binary files friendly with Windows. Closes #1975.
Marcel Molina
2005-10-11
1
-2
/
+2
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
1
-30
/
+67
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
1
-12
/
+25
*
Fix fragment benchmark calls and limit timings to 5 decimals
David Heinemeier Hansson
2005-09-06
1
-4
/
+4
*
Only do benchmarking if log level matches and log caching
David Heinemeier Hansson
2005-09-06
1
-17
/
+24
*
Expiring a cache that doesnt exist is bliss not bad
David Heinemeier Hansson
2005-07-22
1
-2
/
+2
*
Changed caching/expiration/hit to report using the DEBUG log level and errors...
David Heinemeier Hansson
2005-07-22
1
-9
/
+9
*
Fix doc typos #1734 [moriq@moriq.com]
David Heinemeier Hansson
2005-07-17
1
-2
/
+2
*
Made documentation ready for release (AP)
David Heinemeier Hansson
2005-07-06
1
-1
/
+1
*
Reverted changeset #1326 coming off ticket #1230 since it caused stale caches...
David Heinemeier Hansson
2005-06-15
1
-7
/
+2
*
Don't die when an attempt to delete a cache fails
Jamis Buck
2005-05-30
1
-1
/
+3
[prev]
[next]