rails/actionpack/lib
2006-06-02 06:30:23 +00:00
..
action_controller Rewind readable CGI params so others may reread them (such as CGI::Session when passing the session id in a multipart form). Closes #210. 2006-06-02 06:30:23 +00:00
action_pack Update versions for Rails 1.1.1 2006-04-06 05:26:14 +00:00
action_view Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, PrototypeHelper#remote_form_for, PrototypeHelper#remote_form_tag, and PrototypeHelper#link_to_remote to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH] 2006-05-29 00:05:13 +00:00
action_controller.rb Added better support for using the same actions to output for different sources depending on the Accept header [DHH] Added Base#render(:xml => xml) that works just like Base#render(:text => text), but sets the content-type to text/xml and the charset to UTF-8 [DHH] 2006-03-11 01:23:29 +00:00
action_pack.rb Added action_pack.rb stub so that ActionPack::Version loads properly 2005-11-05 03:03:31 +00:00
action_view.rb remove explicit Builder require 2006-03-08 03:28:25 +00:00