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-15 21:55:03 +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 Eliminate false positives when passing symbols to assert_template 2010-05-03 13:46:12 +02:00
action_dispatch added convenience methods #notice and #alert to flash.now 2010-05-15 16:52:19 +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 Optimize the code added in fa99de0bd0 2010-05-15 21:55:03 +02: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 Updating copyright dates on all licenses 2010-02-01 10:10:53 +11:00
action_view.rb Eliminate an error from an implicit dependency on AV::Base 2010-03-19 11:50:03 -07:00