This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dfcecdecfa039afee220c4d1bb76dcf52fc077cc
rails
/
actionpack
/
lib
/
action_controller
/
caching
History
Jeroen Jacobs
a46d231c79
Fixes an issue where cache sweepers with only after filters would have no controller object
...
It would raise undefined method controller_name for nil
2011-06-23 17:56:24 +02:00
..
actions.rb
Proc objects for cache_path for caches_action no longer need controller object, nor to use send when calling routing helpers
2011-03-26 11:34:05 +11:00
fragments.rb
html_safe.to_str makes no sense
2011-01-11 18:57:35 -02:00
pages.rb
Allow page_cache_directory to be set as a Pathname
2011-02-06 17:55:38 -02:00
sweeping.rb
Fixes an issue where cache sweepers with only after filters would have no controller object
2011-06-23 17:56:24 +02:00