rails--rails/actionpack/lib
Joshua Peek 734e903af5 Deprecate router generation "best match" sorting 2009-08-09 22:53:16 -05:00
..
abstract_controller Experimental: Improve performance of ActionView by preventing method cache flushing due to runtime Kernel#extend: 2009-08-09 04:12:09 -03:00
action_controller Deprecate router generation "best match" sorting 2009-08-09 22:53:16 -05:00
action_dispatch Allow to configure trusted proxies via ActionController::Base.trusted_proxies [#2126 state:resolved] 2009-08-09 16:56:18 +01:00
action_pack Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
action_view Make sure link_to generates the form with the specified :href if any [#2254 state:resolved] 2009-08-10 00:58:40 +01:00
abstract_controller.rb Renamed presenter to renderer, added some documentation and defined its API. 2009-08-07 17:17:51 +02:00
action_controller.rb Renamed ActionController::Renderer to ActionController::Responder and ActionController::MimeResponds::Responder to ActionController::MimeResponds::Collector. 2009-08-08 17:48:07 +02:00
action_dispatch.rb RequestForgeryProtection now works with the new base 2009-05-21 21:48:42 +02:00
action_pack.rb
action_view.rb Separate ActionView::Context so something else can easily be made into an AV context 2009-07-19 22:31:44 +09:00
actionpack.rb