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
2010-05-18 02:05:20 +02:00
..
abstract_controller 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
action_controller Ruby 1.9: helper path may be a pathname, so convert to a string before quoting for regexp 2010-05-16 18:03:27 -07:00
action_dispatch Simplify cookie_store by simply relying on cookies.signed. 2010-05-18 02:05:20 +02:00
action_pack Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG. 2010-04-10 12:17:34 +02:00
action_view Merge remote branch 'origin/master' 2010-05-17 19:51:30 +04:00
abstract_controller.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
action_controller.rb Move verification to a plugin as well: http://github.com/rails/verification.git 2010-04-10 11:47:20 +02:00
action_dispatch.rb Move remote_ip to a middleware: 2010-03-03 21:24:00 -08:00
action_pack.rb
action_view.rb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00