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
...
*
write_fragment returns content if caching is disabled [#846 state:resolved]
Joshua Peek
2008-11-22
1
-1
/
+1
*
Wrap straggling mocha user with uses_mocha block
Jeremy Kemper
2008-11-08
1
-5
/
+7
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-4
/
+4
*
Update tests for request memoization
Jeremy Kemper
2008-08-08
1
-1
/
+1
*
Improved test coverage for fragment cache helper
Joshua Peek
2008-07-15
1
-13
/
+49
*
Get buffer for fragment cache from template's @output_buffer
Joshua Peek
2008-07-15
1
-41
/
+2
*
Made ActionView::Base#first_render a little more private. And added _last_ren...
Joshua Peek
2008-07-13
1
-0
/
+8
*
Set global ActionController::Base.view_paths for test cases
Joshua Peek
2008-07-12
1
-3
/
+0
*
Ensure use_accept_header is enabled for test_action_cache_conditional_options
Joshua Peek
2008-07-11
1
-1
/
+2
*
Ensure use_accept_header is enabled for test_action_cache_conditional_options
Joshua Peek
2008-07-11
1
-0
/
+2
*
Disable the Accept header by default
Michael Koziarski
2008-07-07
1
-8
/
+2
*
Allow caches_action to accept cache store options. [#416 state:resolved]
josevalim
2008-07-04
1
-1
/
+9
*
Set precompiled fixture load path constant to speed up tests
Joshua Peek
2008-06-25
1
-2
/
+3
*
Revert "Lazy load cache and session stores"
David Heinemeier Hansson
2008-06-12
1
-1
/
+0
*
Improve ActionCaching's format-handling
Jonathan del Strother
2008-06-11
1
-5
/
+48
*
Lazy load cache and session stores
Pratik Naik
2008-06-10
1
-0
/
+1
*
Merge branch 'master' into erbout
Jeremy Kemper
2008-06-03
1
-0
/
+15
|
\
|
*
Allow caches_action to accept a layout option [#198 state:resolved]
josevalim
2008-06-03
1
-0
/
+15
*
|
Stack @output_buffer for nested rendering
Jeremy Kemper
2008-06-03
1
-1
/
+1
*
|
Work with @output_buffer instead of _erbout
Jeremy Kemper
2008-06-02
1
-1
/
+3
|
/
*
Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]
José Valim
2008-05-19
1
-20
/
+22
*
Added conditional support to caches_action [José Valim] [#166 state:resolved]
Joshua Peek
2008-05-14
1
-13
/
+67
*
Add conditional options to caches_page method [#25 state:resolved]
Paul Horsfall
2008-04-19
1
-1
/
+8
*
Fix a few caching errors, expose a case thats still not working (ref #107330 ...
David Heinemeier Hansson
2008-01-12
1
-1
/
+67
*
Move fragment caching from special helper methods to TemplateHandler. Closes ...
Jeremy Kemper
2008-01-10
1
-4
/
+4
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-26
/
+26
*
Made fragment caching in views work for rjs and builder as well (closes #6642...
David Heinemeier Hansson
2008-01-03
1
-9
/
+141
*
Added protection from trailing slashes on page caching (closes #10229) [devri...
David Heinemeier Hansson
2007-11-28
1
-0
/
+14
*
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
[prev]