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
/
test
/
controller
/
caching_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
memoize host with port and refactor the tests which depend on it changing
Michael Koziarski
2007-11-17
1
-1
/
+7
*
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
-0
/
+9
*
correct the ActionCacheTest from [7346]
Rick Olson
2007-08-20
1
-0
/
+2
*
Fix bug where action caching sets the content type to the ActionCachePath obj...
Rick Olson
2007-08-20
1
-0
/
+5
*
Action caching is limited to GET requests returning 200 OK status. Closes #3335.
Jeremy Kemper
2007-06-08
1
-2
/
+29
*
Added custom path cache_page/expire_page parameters in addition to the option...
David Heinemeier Hansson
2007-05-27
1
-0
/
+24
*
Action Caching speedup. #8231 [skaes]
Rick Olson
2007-05-27
1
-2
/
+2
*
Allow configuration of the default action cache path for #caches_action calls...
Rick Olson
2007-03-22
1
-0
/
+31
*
Moved perform_caching test set up into test's setup to fix a dependence fragi...
David Heinemeier Hansson
2007-02-25
1
-1
/
+4
*
Only cache GET requests with a 200 OK response. Closes #6514, #6743.
Jeremy Kemper
2006-12-19
1
-28
/
+91
*
Make page caching respect the format of the resource that is being requested ...
Marcel Molina
2006-10-12
1
-0
/
+165