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
2006-04-19 18:08:15 +00:00
..
action_controller Modify routing so that you can say :require => { :method => :post } for a route, and the route will never be selected unless the request method is POST. Only works for route recognition, not for route generation. 2006-04-13 05:44:23 +00:00
action_pack Update versions for Rails 1.1.1 2006-04-06 05:26:14 +00:00
action_view Change link_to_function and button_to_function to (optionally) take an update_page block instead of a JavaScript string. Closes #4804. 2006-04-19 18:08:15 +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
action_view.rb remove explicit Builder require 2006-03-08 03:28:25 +00:00