aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/erb/helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactored url_for in AV to have its own instances of the helpers instead of ↵wycats2010-04-031-9/+2
| | | | proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win)
* Modify assert_template to use notifications. Also, remove ↵Carlhuda2010-03-171-0/+30
ActionController::Base#template since it is no longer needed.