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/action_dispatch
José Valim 43d27e9105 Deprecate passing the template handler in the template name.
For example, calling hello.erb is now deprecated. Since Rails 3.0
passing the handler had no effect whatsover. This commit simply
deprecates such cases so we can clean up the code in later releases.
2011-09-22 15:37:38 +02:00
..
http removing backwards compatibility module 2011-09-12 16:50:49 -07:00
middleware Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
routing Fix named routes modifying arguments 2011-09-22 09:57:00 +02:00
testing fix assert_select_email to work on non-multipart emails as well as converting the Mail::Body to a string to prevent errors. 2011-08-11 17:49:31 -05:00
railtie.rb stop circular require warnings 2011-08-24 16:47:01 -07:00
routing.rb Also change the default route comment 2011-06-16 14:03:41 +08:00