rails--rails/actionpack/lib
Rick Olson 39ccb5e807 Tweak template format rules so that the ACCEPT header is only used if it's text/javascript. This is so ajax actions without a :format param get recognized as Mime::JS. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6522 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-04-15 18:01:40 +00:00
..
action_controller The default respond_to blocks don't set a specific extension anymore, so that both 'show.rjs' and 'show.js.rjs' will work. [Rick] 2007-04-12 20:25:32 +00:00
action_pack
action_view Tweak template format rules so that the ACCEPT header is only used if it's text/javascript. This is so ajax actions without a :format param get recognized as Mime::JS. [Rick] 2007-04-15 18:01:40 +00:00
action_controller.rb Deprecation: remove deprecated dependency methods. 2007-03-13 04:37:39 +00:00
action_pack.rb
action_view.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00