1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/template/erb
Piotr Sarnacki dc663dd52c Don't require action_dispatch in ActionView::UrlHelpers
ActionDispatch::Routing::UrlFor was always required in UrlHelpers. This
was changed by splitting previous implementation of UrlHelper into 2
modules: ActionView::Helpers::UrlHelper and
ActionView::Routing::UrlHelper. The former one keeps only basic
implementation of url_for. The latter adds features that allow to use
routes and is only required when url_helpers or mounted_helpers are
required.
2012-08-28 11:19:29 +02:00
..
form_for_test.rb Revert "Remove deprecated form_for with strings or symbols" 2010-11-18 20:22:14 +01:00
helper.rb Don't require action_dispatch in ActionView::UrlHelpers 2012-08-28 11:19:29 +02:00
tag_helper_test.rb Remove AS declarative extension from erb tag test 2012-07-08 20:10:49 -03:00