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
José Valim c34d6279a0 Allow radio buttons to work with booleans.
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-08-08 18:02:07 +01:00
..
abstract_controller First pass at making partial rendering an Object. More cleanup to come. 2009-08-08 12:44:26 -03:00
action_controller Polymorphic routes generates collection URL from model class [#1089 state:resolved] 2009-08-08 17:00:29 +01:00
action_dispatch Remove legacy processing and content_length 2009-08-02 19:39:33 -04:00
action_pack Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
action_view Allow radio buttons to work with booleans. 2009-08-08 18:02:07 +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 Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
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