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
*
Proc objects for cache_path for caches_action no longer need controller objec...
Ryan Bigg
2011-03-26
1
-7
/
+6
*
Action Pack typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
Fix Action caching bug where an action that has a non-cacheable response alwa...
Cheah Chu Yeow
2011-03-02
1
-3
/
+5
*
Allow page_cache_directory to be set as a Pathname
Andre Arko
2011-02-06
1
-1
/
+1
*
html_safe.to_str makes no sense
Santiago Pastorino
2011-01-11
1
-1
/
+1
*
Edits to caching/fragments.
Rizwan Reza
2010-12-23
1
-17
/
+39
*
Remove require AS::Concern from places where is already in
Santiago Pastorino
2010-12-19
1
-1
/
+0
*
Add missing require
Santiago Pastorino
2010-12-19
1
-0
/
+1
*
Ensure that while caching a page rails takes into
Neeraj Singh
2010-12-09
1
-7
/
+13
*
makes a pass to the action caching rdoc
Xavier Noria
2010-12-08
1
-32
/
+41
*
Add to documentation that action caching does
Neeraj Singh
2010-12-06
1
-0
/
+5
*
AC::Caching DRYup
Krekoten' Marjan
2010-10-18
1
-5
/
+1
*
Move uri parser to AS as URI.parser method to reuse it in AP and ARes.
Emilio Tagua
2010-09-28
2
-10
/
+2
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
2
-5
/
+4
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
2
-2
/
+10
*
Escape 'caching' when used in a sentence; remove unnessesary quotes
Joost Baaij
2010-08-26
2
-10
/
+10
*
cache_sweeper yields blank output
Neeraj Singh
2010-06-08
1
-0
/
+1
*
Change event namespace ordering to most-significant first [#4504 state:resolved]
Justin George
2010-05-02
2
-2
/
+2
*
ActionCachingTestController rescues from all exceptions. Making sure that all...
Neeraj Singh
2010-04-29
1
-1
/
+1
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-4
/
+4
*
Make perform_caching work again, with the tests passing and backward compatible
Santiago Pastorino and Carl Lerche
2010-04-15
1
-9
/
+9
*
Make use of config.perform_caching
Santiago Pastorino
2010-04-14
1
-5
/
+5
*
Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...
Anil Wadghule
2010-04-12
1
-1
/
+1
*
Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...
José Valim
2010-04-08
1
-2
/
+2
*
response_body is an Array in 1.9, so an Array was being pushed onto the cache
wycats
2010-03-19
1
-0
/
+2
*
All tests pass without memoizing view_context
Carlhuda
2010-03-18
1
-19
/
+0
*
Remove caching's dependency on view_context. Also, make it so that the layout...
Carlhuda
2010-03-18
1
-10
/
+14
*
@layout is a confusing name... use @cache_layout
Carlhuda
2010-03-18
1
-3
/
+3
*
Some more tweaks on <% %>.
Carlhuda
2010-03-16
1
-2
/
+1
*
RJS may cache an array
Jeremy Kemper
2010-03-15
1
-1
/
+1
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-5
/
+11
*
to_str works here
Jeremy Kemper
2010-03-15
1
-1
/
+1
*
read_ and write_fragment cache preserve html safety yet cache strings only
Jeremy Kemper
2010-03-14
1
-6
/
+6
*
Write strings to fragment cache, not outputbuffers
Jeremy Kemper
2010-03-11
1
-1
/
+3
*
skip_relative_url_root url_for option is dead
Joshua Peek
2010-03-09
1
-3
/
+3
*
Use AS::Concern for caching modules
Carlhuda
2010-03-04
2
-24
/
+22
*
Use safe_concat instead of trying to html_safe! what might be a frozen string
David Heinemeier Hansson
2010-01-10
1
-2
/
+2
*
Fixed that fragment caching should return a cache hit as html_safe (or it wou...
David Heinemeier Hansson
2010-01-07
1
-1
/
+1
*
Use underscore in notification namespaces.
José Valim
2010-01-04
2
-2
/
+2
*
Use namespaces in notifications.
José Valim
2010-01-03
2
-8
/
+14
*
Remove ActionView inline logging to ActiveSupport::Notifications and create A...
José Valim
2009-12-26
1
-1
/
+1
*
Caching refactoring
Yehuda Katz
2009-10-29
2
-70
/
+67
*
First pass at cleaning up action caching
Yehuda Katz
2009-10-28
1
-92
/
+80
*
Renamed Orchestra to Notifications once again [#3321 state:resolved]
José Valim
2009-10-15
2
-6
/
+6
*
Update Orchestra instrumentations and move part of logging to Orchestra.
José Valim
2009-10-15
2
-27
/
+9
*
Revert "Rename Orchestra to Notifications [#3321 state:resolved]"
José Valim
2009-10-15
2
-6
/
+6
*
Rename Orchestra to Notifications [#3321 state:resolved]
Joshua Peek
2009-10-14
2
-6
/
+6
*
Add Orchestra instrumentation to fragment and page caching.
José Valim
2009-09-20
2
-18
/
+34
*
Fixes "Cached fragment hit" written to log even if fragment is not cached (Er...
Yehuda Katz
2009-08-08
1
-2
/
+2
*
Replace _action_view with view_context to reflect that it is public and that ...
Yehuda Katz
2009-08-06
1
-2
/
+1
[next]