rails/actionpack/lib
2004-11-26 01:09:59 +00:00
..
action_controller Added ActionController#cookies[] as a reader for @cookies that'll return the value of the cookie instead of the cookie object itself. NOTE: If you were using the old accessor, this could potentially break your code -- if you expect a full cookie object! 2004-11-26 01:09:59 +00:00
action_view Allow form_tag with no arguments (resulting in a form posting to current action) - Patch #236 2004-11-24 01:15:16 +00:00
action_controller.rb Initial 2004-11-24 01:04:44 +00:00
action_view.rb Initial 2004-11-24 01:04:44 +00:00