rails--rails/actionpack/lib
Nicholas Seckar 240213177e Add ability for relative_url_root to be specified via an environment variable RAILS_RELATIVE_URL_ROOT. Closes #4243.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3931 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-18 16:45:40 +00:00
..
action_controller Add ability for relative_url_root to be specified via an environment variable RAILS_RELATIVE_URL_ROOT. Closes #4243. 2006-03-18 16:45:40 +00:00
action_pack Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
action_view Fixed link_to "somewhere", :post => true to produce valid XHTML by using the parentnode instead of document.body for the instant form (closes #3007) [Bob Silva] 2006-03-18 16:25:11 +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