| Commit message (Expand) | Author | Age | Files | Lines |
* | Get the fixture_path from self.class instead of ActiveSupport::TestCase. | David Chelimsky | 2011-06-25 | 1 | -0/+7 |
* | remove meaningless assert true | Neeraj Singh | 2011-06-11 | 1 | -1/+0 |
* | Refactor ActionController::TestCase cookies | Andrew White | 2011-06-04 | 1 | -2/+2 |
* | Stringify param values in controller tests. | David Chelimsky | 2011-05-22 | 1 | -0/+10 |
* | prevent errors when passing a frozen string as a param to ActionController::T... | misfo | 2011-04-28 | 1 | -0/+12 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -1/+1 |
* | Cleanup deprecations in Action Dispatch | Carlos Antonio da Silva | 2010-09-06 | 1 | -7/+0 |
* | Fixed routes to use new API in a few more actionpack tests | Piotr Sarnacki | 2010-09-05 | 1 | -1/+9 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 1 | -4/+9 |
* | Reset symbolized path parameters when a test request is recycled [#5437 state... | Andrew White | 2010-08-24 | 1 | -0/+8 |
* | code gardening: we have assert_(nil|blank|present), more concise, with better... | Xavier Noria | 2010-08-17 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Use AS::OrderedHash when trusting in the order of the hash | Santiago Pastorino | 2010-08-01 | 1 | -2/+3 |
* | Fixed a globbed route issue where slashes were being escaped, causing assert_... | Brian Rose | 2010-07-21 | 1 | -0/+7 |
* | access assigns as a method or hash, with strings or symbols [#4431 state:reso... | David Chelimsky | 2010-04-17 | 1 | -0/+16 |
* | Add accessors for request and response so tests don't have to mess with inter... | Michael Koziarski | 2010-04-09 | 1 | -0/+6 |
* | Consistent routing language | Joshua Peek | 2010-03-30 | 1 | -4/+4 |
* | ActionDispatch::Request deprecates #request_uri | Carl Lerche | 2010-03-03 | 1 | -1/+1 |
* | Fix tests for the request refactor | Carl Lerche | 2010-03-03 | 1 | -2/+4 |
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -4/+4 |
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -4/+4 |
* | TestProcess belongs in AD | Joshua Peek | 2009-12-12 | 1 | -4/+4 |
* | More test porting | Joshua Peek | 2009-12-08 | 1 | -3/+3 |
* | Use new routing dsl in tests | Joshua Peek | 2009-12-08 | 1 | -11/+0 |
* | Test cases should see all the cookies, not just cookies that have been set in... | Craig Smith | 2009-10-15 | 1 | -0/+17 |
* | Track all AC base subclasses as possible controllers for internal testing | Joshua Peek | 2009-08-25 | 1 | -3/+0 |
* | Cleanup route reloading in tests. Prefer with_routing over using ActionContro... | Joshua Peek | 2009-08-16 | 1 | -5/+1 |
* | Functional test runner finalizes response just like the integration test runn... | Joshua Peek | 2009-05-02 | 1 | -1/+3 |
* | Start moving TestRequest and TestResponse into ActionDispatch | Joshua Peek | 2009-04-30 | 1 | -2/+2 |
* | Framework backtrace cleaning is handled by ActiveSupport now | Joshua Peek | 2009-04-30 | 1 | -27/+0 |
* | Delegate controller.session to request.session and deprecate response session | Joshua Peek | 2009-04-27 | 1 | -6/+0 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -0/+8 |
|\ |
|
| * | added tests for session options being defaulted correctly to rack defaults [#... | Kenny Ortmann | 2009-04-07 | 1 | -4/+0 |
| * | adding session_options initialization and test [#2303 state:resolved] | Ryan Angilly | 2009-03-24 | 1 | -0/+4 |
| * | Reset request_parameters in TestRequest#recycle! to avoid multiple posts clob... | Peter Marklund | 2009-03-24 | 1 | -0/+8 |
* | | Temporarily modifies setup to call super directly. This can support more T::U... | Yehuda Katz and Carl Lerche | 2009-04-08 | 1 | -0/+2 |
* | | Merge commit 'rails/3-0-unstable' | Yehuda Katz | 2009-01-30 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Reorganize ActionController folder structure | Joshua Peek | 2009-01-27 | 1 | -1/+1 |
* | | Controller, response, and request should all refer to same session, even afte... | Scott Taylor | 2009-01-29 | 1 | -0/+23 |
|/ |
|
* | Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't subclass... | Jeremy Kemper | 2008-11-08 | 1 | -2/+2 |
* | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 1 | -13/+9 |
* | Make sure named routes with parameters can be used in tests before a request ... | Eloy Duran | 2008-10-13 | 1 | -0/+1 |
* | Add TestUploadFile.content_type= to match Request.UploadedFile | Tim Haines | 2008-08-27 | 1 | -0/+5 |
* | Prepare Route#generate and Route#recognize early. Also refactor segments a bi... | Joshua Peek | 2008-07-28 | 1 | -2/+2 |
* | Routing whitespace cleanup | Joshua Peek | 2008-07-28 | 1 | -11/+10 |
* | Remove old broken follow_redirect from functional tests. Still works in inte... | Michael Koziarski | 2008-07-04 | 1 | -18/+0 |
* | Ruby 1.9 compat: ensure binary encoding for post body parsing | Jeremy Kemper | 2008-05-19 | 1 | -5/+15 |
* | Fixed flash.now not being accessible in tests. Flash sweeping is now done bef... | Andreas Neuhaus | 2008-05-11 | 1 | -0/+10 |
* | Allow using named routes in ActionController::TestCase before any request has... | Pratik Naik | 2008-03-08 | 1 | -0/+11 |
* | TestSession supports indifferent access. Closes #7372. | Jeremy Kemper | 2008-02-02 | 1 | -0/+26 |