aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* normalize arg for ActionView::TestCase tests methodAlexey Vakhov2011-10-031-0/+16
* Make polymorphic_url calls go through application helpers again.thedarkone2011-07-251-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Extended url_for to handle specifying which router should be used.Piotr Sarnacki2010-09-031-1/+1
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-2/+1
* Use with_routing helper in tests instead of modifying global route setJoshua Peek2009-10-031-14/+23
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-6/+4
|\
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-6/+4
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
|/
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-0/+56