Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix deprecation warnings in verification tests. | Jeremy Kemper | 2006-09-04 | 1 | -6/+6 |
* | Deprecate direct usage of @params. Update ActionView::Base for instance var d... | Jeremy Kemper | 2006-08-07 | 1 | -4/+4 |
* | Added :add_headers option to verify which merges a hash of name/value pairs i... | Sam Stephenson | 2006-04-08 | 1 | -4/+4 |
* | Major components cleanup and speedup. Closes #3527. | Jeremy Kemper | 2006-02-09 | 1 | -1/+3 |
* | Added :xhr => true/false option to verify so you can ensure that a request is... | David Heinemeier Hansson | 2005-06-21 | 1 | -0/+34 |
* | Support :render option to :verify #1440 [TobiasLuetke] | Jamis Buck | 2005-06-14 | 1 | -1/+17 |
* | verify with :redirect_to won't redirect if a redirect or render has already b... | Jamis Buck | 2005-05-30 | 1 | -29/+44 |
* | Added :method option to verify for ensuring that either GET, POST, etc is all... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+21 |
* | Added Verifications that allows you to specify preconditions to actions in fo... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+137 |