mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
dc663dd52c
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. |
||
---|---|---|
.. | ||
form_for_test.rb | ||
helper.rb | ||
tag_helper_test.rb |