rails--rails/actionpack/lib
Jeremy Kemper 0cd883e1e1 Change the request.env example in AC::Base docs to a var that exists (REMOTE_IP doesn't) and isn't already wrapped by a request method (i.e. request.remote_ip). Closes #5113.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4347 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-05-17 19:52:06 +00:00
..
action_controller Change the request.env example in AC::Base docs to a var that exists (REMOTE_IP doesn't) and isn't already wrapped by a request method (i.e. request.remote_ip). Closes #5113. 2006-05-17 19:52:06 +00:00
action_pack Update versions for Rails 1.1.1 2006-04-06 05:26:14 +00:00
action_view form.text_area handles the :size option just like the original text_area (:size => '60x10' becomes cols="60" rows="10") 2006-05-11 16:36:59 +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