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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for sweepers method_missing missing &block argument [#1581 status:committed]
Tys von Gaza
2009-01-27
1
-2
/
+2
*
ActiveRecord::QueryCache middleware
Joshua Peek
2008-12-22
1
-18
/
+0
*
Use status response accessor instead of the 'Status' header
Joshua Peek
2008-12-19
2
-2
/
+2
*
Merge with docrails
Pratik Naik
2008-12-07
2
-23
/
+29
*
write_fragment returns content if caching is disabled [#846 state:resolved]
Joshua Peek
2008-11-22
1
-11
/
+11
*
Remove stuff that was deprecated in 2-1-stable
Pratik Naik
2008-10-21
1
-26
/
+0
*
Merge docrails
Pratik Naik
2008-09-03
1
-2
/
+2
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
2
-4
/
+4
*
Move layout rendering logic to ActionView::Base
Pratik Naik
2008-08-31
1
-1
/
+1
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-1
/
+1
*
Get buffer for fragment cache from template's @output_buffer
Joshua Peek
2008-07-15
1
-3
/
+1
*
Disable the Accept header by default
Michael Koziarski
2008-07-07
1
-4
/
+1
*
Allow caches_action to accept cache store options. [#416 state:resolved]
josevalim
2008-07-04
1
-7
/
+11
*
Improve readability
Jeremy Kemper
2008-06-24
1
-8
/
+10
*
Improve ActionCaching's format-handling
Jonathan del Strother
2008-06-11
1
-12
/
+29
*
Allow caches_action to accept a layout option [#198 state:resolved]
josevalim
2008-06-03
1
-3
/
+17
*
Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]
José Valim
2008-05-19
1
-1
/
+12
*
Prefer string core_ext inflector methods over directly accessing Inflector.
Joshua Peek
2008-05-14
1
-3
/
+3
*
Added conditional support to caches_action [José Valim] [#166 state:resolved]
Joshua Peek
2008-05-14
1
-18
/
+19
*
Merge docrails:
Pratik Naik
2008-05-09
1
-13
/
+18
*
Remove ActionController::Base#view_controller_internals
Pratik Naik
2008-04-21
1
-5
/
+0
*
Add conditional options to caches_page method [#25 state:resolved]
Paul Horsfall
2008-04-19
1
-2
/
+10
*
Added Rails.public_path to control where HTML and assets are expected to be l...
David Heinemeier Hansson
2008-04-13
1
-2
/
+2
*
Fixed that sweepers defined by cache_sweeper will be added regardless of the ...
David Heinemeier Hansson
2008-03-08
1
-3
/
+2
*
Added support for naming concrete classes in sweeper declarations [DHH]
David Heinemeier Hansson
2008-02-07
1
-1
/
+9
*
Move fragment caching from special helper methods to TemplateHandler. Closes ...
Jeremy Kemper
2008-01-10
1
-26
/
+0
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
5
-0
/
+550