| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Modify assert_template to use notifications. Also, remove ActionController::B... | Carlhuda | 2010-03-17 | 1 | -3/+5 |
* | Remove unneeded AV::Base and AV::Template monkey-patches | Carlhuda | 2010-03-17 | 1 | -3/+2 |
* | No longer add missing leading / on path args to assert_redirected_to. Depreca... | Jeremy Kemper | 2010-03-02 | 1 | -2/+4 |
* | Remove implicit controller namespacing from new dsl | Joshua Peek | 2010-02-28 | 1 | -3/+6 |
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -3/+6 |
* | Use new routing dsl in tests | Joshua Peek | 2009-12-08 | 1 | -11/+11 |
* | Fix isolated running of ActionPackAssertionTest | Joshua Peek | 2009-09-06 | 1 | -0/+1 |
* | Track all AC base subclasses as possible controllers for internal testing | Joshua Peek | 2009-08-25 | 1 | -8/+0 |
* | Cleanup route reloading in tests. Prefer with_routing over using ActionContro... | Joshua Peek | 2009-08-16 | 1 | -6/+2 |
* | Fix pending test about content-type | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -5/+19 |
* | Make assertion tests pass with the new base | Pratik Naik | 2009-05-22 | 1 | -3/+3 |
* | Add tests for assert_template :template | Mike Breen | 2009-05-17 | 1 | -0/+23 |
* | Extract ActionController rescue templates into Rescue and ShowExceptions midd... | Joshua Peek | 2009-05-02 | 1 | -1/+1 |
* | Deprecate assert_redirect_to's partial hash matching | Joshua Peek | 2009-05-02 | 1 | -3/+5 |
* | Start moving TestRequest and TestResponse into ActionDispatch | Joshua Peek | 2009-04-30 | 1 | -8/+14 |
* | Deprecate template, session, assigns, and layout accessors on response object... | Joshua Peek | 2009-04-28 | 1 | -6/+6 |
* | Deprecate response.redirect_url_match?, use assert_match instead. | Joshua Peek | 2009-04-26 | 1 | -4/+6 |
* | Temporarily modifies setup to call super directly. This can support more T::U... | Yehuda Katz and Carl Lerche | 2009-04-08 | 1 | -0/+2 |
* | Rename AbstractResponse to Response and inheirt from Rack::Response | Joshua Peek | 2008-12-19 | 1 | -3/+3 |
* | Add :partial option to assert_template [#1550 state:resolved] | mark | 2008-12-11 | 1 | -3/+3 |
* | Deprecate assert_valid | Joshua Peek | 2008-11-25 | 1 | -2/+2 |
* | Add TestResponse#client_error? to check for 4xx status codes [#851 state:reso... | Lance Ivy | 2008-11-22 | 1 | -0/+6 |
* | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 1 | -15/+11 |
* | Made ActionView::Base#first_render a little more private. And added _last_ren... | Joshua Peek | 2008-07-13 | 1 | -3/+3 |
* | Set global ActionController::Base.view_paths for test cases | Joshua Peek | 2008-07-12 | 1 | -8/+0 |
* | Simplify the implementation of assert_redirected_to to normalise the urls bef... | Michael Koziarski | 2008-07-04 | 1 | -6/+4 |
* | Remove old broken follow_redirect from functional tests. Still works in inte... | Michael Koziarski | 2008-07-04 | 1 | -16/+0 |
* | Set precompiled fixture load path constant to speed up tests | Joshua Peek | 2008-06-25 | 1 | -3/+2 |
* | Fix assert_redirected_to for nested controllers and named routes | Gabe da Silveira | 2008-06-04 | 1 | -3/+20 |
* | Test for assert_response for failure response without an exception. [#141 sta... | Chris Hapgood | 2008-05-19 | 1 | -0/+14 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | assert_response failures include the exception message. Closes #10688. | Jeremy Kemper | 2008-01-05 | 1 | -0/+18 |
* | Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string... | Jeremy Kemper | 2007-10-07 | 1 | -0/+13 |
* | Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] | Michael Koziarski | 2007-09-03 | 1 | -12/+12 |
* | Add ActionController::Routing::Helpers, a module to contain common URL helper... | Nicholas Seckar | 2007-05-12 | 1 | -1/+1 |
* | Deprecation: remove deprecated redirect methods. | Jeremy Kemper | 2007-03-13 | 1 | -1/+1 |
* | Fix tests depending too deep | David Heinemeier Hansson | 2007-02-19 | 1 | -4/+4 |
* | Allow Controllers to have multiple view_paths instead of a single template_ro... | Rick Olson | 2007-02-04 | 1 | -1/+1 |
* | Remove deprecated assertions. | Jeremy Kemper | 2007-01-28 | 1 | -130/+0 |
* | Fix assert_redirected_to bug where redirecting from a nested to to a top-leve... | Rick Olson | 2006-12-25 | 1 | -1/+23 |
* | Merge [5645] from 1.2. | Jeremy Kemper | 2006-11-28 | 1 | -4/+6 |
* | Deprecation: @request will be removed after 1.2. Use the request method instead. | Jeremy Kemper | 2006-09-29 | 1 | -68/+68 |
* | Added proper getters and setters for content type and charset [DHH] Added utf... | David Heinemeier Hansson | 2006-09-17 | 1 | -3/+3 |
* | deprecated assertions tests | Jeremy Kemper | 2006-09-04 | 1 | -33/+51 |
* | Fix assert_redirected_to issue with named routes for module controllers. [Ri... | Rick Olson | 2006-08-13 | 1 | -0/+22 |
* | Deprecate direct usage of @params. Update ActionView::Base for instance var d... | Jeremy Kemper | 2006-08-07 | 1 | -1/+1 |
* | Added support for Mime objects in render :content_type option [DHH] | David Heinemeier Hansson | 2006-06-02 | 1 | -0/+10 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 1 | -7/+9 |
* | Fix assert_redirected_to tests according to real-world usage. | Rick Olson | 2006-04-25 | 1 | -3/+15 |
* | Diff compared options with #assert_redirected_to [Rick] | Rick Olson | 2006-04-22 | 1 | -5/+33 |