| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 4 | -20/+21 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -13/+13 |
* | Ruby 1.9 compat: force assert_select text encoding to the encoding of the reg... | Jeremy Kemper | 2008-04-28 | 1 | -1/+4 |
* | assert_response, don't cry if @exception isn't available in the template | Jeremy Kemper | 2008-03-18 | 1 | -1/+3 |
* | Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer] | Michael Koziarski | 2008-01-30 | 1 | -2/+5 |
* | assert_response failures include the exception message. Closes #10688. | Jeremy Kemper | 2008-01-05 | 1 | -1/+5 |
* | Add many examples to assertion documentation. Closes #7803 [jeremymcanally] | Marcel Molina | 2007-12-05 | 4 | -37/+128 |
* | Add examples in the documentation for various assertions. Closes #9938 [zapnap] | Marcel Molina | 2007-12-05 | 3 | -5/+48 |
* | Make sure assert_select_rjs gets counted, Closes #10278 [tarmo] | Michael Koziarski | 2007-11-29 | 1 | -1/+2 |
* | Standardize on using hyphens rather than colons to separate option names from... | Marcel Molina | 2007-11-06 | 2 | -9/+11 |
* | Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas] | Marcel Molina | 2007-11-06 | 1 | -3/+3 |
* | Update tests for ActiveSupport's JSON escaping change. [rick] | Rick Olson | 2007-10-26 | 1 | -0/+1 |
* | Improve the error message for assert_redirected_to. Closes #7337 [mikong, san... | Jeremy Kemper | 2007-10-16 | 1 | -3/+2 |
* | Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string... | Jeremy Kemper | 2007-10-07 | 1 | -1/+2 |
* | Roll back #7578, tests failed | David Heinemeier Hansson | 2007-09-22 | 1 | -2/+3 |
* | Improve the error message for assert_redirected_to (closes #7337) [sandofsky] | David Heinemeier Hansson | 2007-09-22 | 1 | -3/+2 |
* | Random hits from the style nazi | David Heinemeier Hansson | 2007-09-09 | 4 | -7/+14 |
* | fix test cases to match new json output. Closes #8371 | Rick Olson | 2007-05-29 | 1 | -0/+2 |
* | Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky] | Marcel Molina | 2007-05-26 | 1 | -5/+8 |
* | Make assert_select's failure messages clearer about what failed. #7779 [dchel... | Marcel Molina | 2007-05-26 | 1 | -11/+19 |
* | documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana... | Rick Olson | 2007-03-27 | 4 | -3/+6 |
* | Make assert_select access content_type through accessor instead of header | David Heinemeier Hansson | 2007-02-21 | 1 | -1/+1 |
* | fix form_for example in ActionController::Resources documentation. Closes #7... | Rick Olson | 2007-02-04 | 1 | -4/+20 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 3 | -4/+4 |
* | Remove deprecated assertions. | Jeremy Kemper | 2007-01-28 | 1 | -228/+0 |
* | Nodoc the irrelevant (from 1.2) | David Heinemeier Hansson | 2007-01-26 | 1 | -1/+1 |
* | Fix assert_redirected_to bug where redirecting from a nested to to a top-leve... | Rick Olson | 2006-12-25 | 1 | -2/+2 |
* | assert_select_rjs :remove | Jeremy Kemper | 2006-11-15 | 1 | -7/+21 |
* | assert_response supports symbolic status codes. Closes #6569. | Jeremy Kemper | 2006-11-07 | 1 | -11/+15 |
* | Use new deprecate syntax so that alternatives are given with the warning | Jamis Buck | 2006-10-24 | 1 | -26/+26 |
* | Fix broken assert_generates when extra keys are being checked. | Jamis Buck | 2006-10-16 | 1 | -1/+1 |
* | Fix typo | Nicholas Seckar | 2006-10-09 | 1 | -2/+2 |
* | Fixed that assert_select selects the wrong tag by its contents (closes #6332)... | David Heinemeier Hansson | 2006-10-09 | 1 | -66/+64 |
* | assert_select_rjs decodes escaped unicode chars since the Javascript generato... | Jeremy Kemper | 2006-09-29 | 1 | -17/+23 |
* | Add chained replace/update support for assert_select_rjs [Rick Olson] | Rick Olson | 2006-09-14 | 1 | -10/+25 |
* | Active Record integration deprecation tests | Jeremy Kemper | 2006-09-04 | 1 | -3/+3 |
* | Deprecate deprecated assertions | David Heinemeier Hansson | 2006-09-03 | 1 | -0/+26 |
* | Moved in deprecated assertions and remove duplicated requires | David Heinemeier Hansson | 2006-09-03 | 7 | -16/+202 |
* | Follow proper naming conventions | David Heinemeier Hansson | 2006-09-03 | 6 | -0/+0 |
* | Better compartmentalizing of assertions | David Heinemeier Hansson | 2006-09-03 | 6 | -0/+939 |
* | Deprecated the majority of all the testing assertions and replaced them with ... | David Heinemeier Hansson | 2005-04-17 | 2 | -334/+0 |
* | Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin... | David Heinemeier Hansson | 2005-04-02 | 1 | -2/+11 |
* | Introduce to_param to assert_redirected_to #880 | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+1 |
* | Added fine-grained assertions for Routing | David Heinemeier Hansson | 2005-02-22 | 1 | -17/+34 |
* | Upgraded to breakpoint 92 | David Heinemeier Hansson | 2005-02-20 | 1 | -2/+1 |
* | Fixed that assert_template_xpath_matches did not indicate when a path was not... | David Heinemeier Hansson | 2005-02-18 | 1 | -1/+8 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+31 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -31/+1 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+31 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+1 |