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
176fbfd66fe500ddfd04ffeb08ed014e705a82f9
rails
/
actionpack
/
lib
/
action_controller
/
caching
History
José Valim
4163ccec23
Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests.
2010-04-22 12:00:13 +02:00
..
actions.rb
response_body is an Array in 1.9, so an Array was being pushed onto the cache
2010-03-19 18:56:06 -07:00
fragments.rb
All tests pass without memoizing view_context
2010-03-18 15:52:43 -07:00
pages.rb
Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests.
2010-04-22 12:00:13 +02:00
sweeping.rb
Use AS::Concern for caching modules
2010-03-04 16:59:54 -08:00