aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/testing/assertions
Commit message (Collapse)AuthorAgeFilesLines
* Move generic assertions into ActionDispatchJoshua Peek2009-04-306-1107/+0
|
* Framework backtrace cleaning is handled by ActiveSupport nowJoshua Peek2009-04-305-105/+85
|
* Deprecate template, session, assigns, and layout accessors on response ↵Joshua Peek2009-04-281-5/+5
| | | | object. Instead access them through the controller instance. This mainly affects functional test assertions.
* Fix validate_request method nameJoshua Peek2009-04-281-4/+4
|
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-5/+5
| | | | | | | | ActionView::Template is now completely independent from template storage, which allows different back ends such as the database. ActionView::Template's only responsibility is to take in the template source (passed in from ActionView::Path), compile it, and render it.
* Require an ActionDispatch::Request to use response assertionsJoshua Peek2009-04-261-6/+18
|
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-2/+2
|
* Reorganize ActionController folder structureJoshua Peek2009-01-276-0/+1115