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
...
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-6
/
+6
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Fixed cache_page to use the request url instead of the routing options when p...
David Heinemeier Hansson
2007-09-23
1
-8
/
+11
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-6
/
+6
*
Missed Reloadable bits and pieces
Jeremy Kemper
2007-09-14
1
-4
/
+0
*
Removed deprecated ActionController::Base#expire_matched_fragments (just call...
David Heinemeier Hansson
2007-09-09
1
-6
/
+0
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
1
-11
/
+13
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-1
/
+1
*
Fix bug where action caching sets the content type to the ActionCachePath obj...
Rick Olson
2007-08-20
1
-1
/
+1
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
1
-2
/
+2
*
Allow sweepers to be created solely for expiring after controller actions, no...
David Heinemeier Hansson
2007-06-26
1
-0
/
+5
*
Action caching is limited to GET requests returning 200 OK status. Closes #3335.
Jeremy Kemper
2007-06-08
1
-5
/
+7
*
Added custom path cache_page/expire_page parameters in addition to the option...
David Heinemeier Hansson
2007-05-27
1
-5
/
+17
*
Action Caching speedup. #8231 [skaes]
Rick Olson
2007-05-27
1
-35
/
+33
*
Document caches_action. Closes #5419.
Jeremy Kemper
2007-05-19
1
-1
/
+3
*
Allow configuration of the default action cache path for #caches_action calls...
Rick Olson
2007-03-22
1
-2
/
+26
*
Enable active record cache automatically for all actions
Tobias Lütke
2007-02-21
1
-1
/
+17
*
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
[prev]
[next]