1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Akira Matsuda cc3e738d89 Fix AC::Metal#response_body= to store same value on Ruby 1.8 and 1.9
This was because String#respond_to?(:each) differs in 1.8 and 1.9
2011-11-07 16:24:54 +09:00
..
abstract_controller Fix comment in AbstractController callbacks 2011-10-06 10:39:37 +04:00
action_controller Fix AC::Metal#response_body= to store same value on Ruby 1.8 and 1.9 2011-11-07 16:24:54 +09:00
action_dispatch Fix small typos in routing docs 2011-11-03 08:43:28 +04:00
action_pack
action_view Merge branch 'master' of github.com:lifo/docrails 2011-11-06 17:27:44 +05:30
sprockets Warnings removed when running with 1.9.3 2011-10-09 17:15:55 +05:30
abstract_controller.rb
action_controller.rb TODO fix explicitly loading exceptations, autoload removed 2011-07-11 13:14:02 +05:30
action_dispatch.rb Add ActionDispatch::Session::CacheStore as a generic way of storing sessions in a cache. 2011-10-21 13:13:29 -05:00
action_pack.rb
action_view.rb