| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge docrails | Pratik Naik | 2009-01-18 | 1 | -8/+15 |
* | Fix assert_select_rjs not checking id for inserts [#540 state:resolved] | Frederick Cheung | 2008-12-26 | 1 | -0/+1 |
* | Use Rack::MockRequest for TestRequest | Pratik Naik | 2008-12-23 | 1 | -1/+1 |
* | Implement Mime::Type.=~ to match all synonyms against arg [#1573 state:resolved] | Seth Fitzsimmons | 2008-12-15 | 1 | -1/+1 |
* | Add :partial option to assert_template [#1550 state:resolved] | mark | 2008-12-11 | 1 | -13/+43 |
* | Deprecate assert_valid | Joshua Peek | 2008-11-25 | 1 | -0/+1 |
* | prefer autoloaded html scanner | Joshua Peek | 2008-11-24 | 1 | -2/+0 |
* | Autoload HTML::Document and sanitizers | Jeremy Kemper | 2008-11-23 | 3 | -9/+2 |
* | Merge docrails | Pratik Naik | 2008-09-13 | 1 | -14/+14 |
* | Make assert_select_rjs code more readable, make use of unused constants and u... | miloops | 2008-08-29 | 1 | -52/+26 |
* | Improve assert_select_rjs failure messages for show, hide, toggle, and remove | Tim Haines | 2008-08-29 | 1 | -1/+7 |
* | Make assert_template failure message more friendly | Jeffrey Hardy | 2008-08-05 | 1 | -2/+2 |
* | Prototype helpers should generate Element.insert instead of Insertion.new, wh... | miloops | 2008-07-30 | 1 | -10/+16 |
* | Routing whitespace cleanup | Joshua Peek | 2008-07-28 | 1 | -22/+22 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -4/+2 |
* | Small tweak to e0fef66 | Joshua Peek | 2008-07-13 | 1 | -3/+3 |
* | Made ActionView::Base#first_render a little more private. And added _last_ren... | Joshua Peek | 2008-07-13 | 1 | -2/+2 |
* | Refactor template preloading. New abstractions include Renderable mixins and ... | Joshua Peek | 2008-07-12 | 1 | -1/+1 |
* | Restore support for partial matches in assert_redirected_to | Michael Koziarski | 2008-07-12 | 1 | -2/+9 |
* | Simplify the implementation of assert_redirected_to to normalise the urls bef... | Michael Koziarski | 2008-07-04 | 1 | -76/+20 |
* | Fix assert_redirected_to for nested controllers and named routes | Gabe da Silveira | 2008-06-04 | 1 | -1/+1 |
* | 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 |