aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/ajax_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* rename ajax_test.rb to ajax_helper_test.rb for consistencyStephen St. Martin2010-01-271-174/+0
|
* fixed failing testsStefan Penner2010-01-271-10/+3
|
* Implemented a fuller stub in AjaxTestCase for url_for because link_to calls ↵Bob Remeika2010-01-271-3/+10
| | | | url_for on all urls passed to it. Tests that were testing different input types for the url were failing because of this.
* fixed failing testsStefan Penner2010-01-271-18/+4
|
* Implemented a fuller stub in AjaxTestCase for url_for because link_to calls ↵Bob Remeika2010-01-271-9/+28
| | | | url_for on all urls passed to it. Tests that were testing different input types for the url were failing because of this.
* Added the beginnings of the observe_field helperBob Remeika2010-01-271-0/+55
|
* Fix parens warning in ajax testJoshua Peek2009-12-011-6/+6
|
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-0/+114