aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* moving test_test.rb to test_case_test.rb for consistency.Nick Sutterer2012-01-031-820/+0
* allow sending documents in AC::TestCase#post and friends.Nick Sutterer2012-01-031-8/+30
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* Remove unused conditions for 1.9Rahul P. Chaudhari2011-12-211-7/+2
* normalize arg for AC::TestCase tests class methodAlexey Vakhov2011-10-031-0/+16
* TestCase should respect the view_assigns API instead of pulling variables on ...José Valim2011-10-021-0/+20
* Add failing test case for #2654Andrew White2011-08-231-0/+17
* Don't modify params in place - fixes #2624Andrew White2011-08-231-0/+6
* Get the fixture_path from self.class instead of ActiveSupport::TestCase.David Chelimsky2011-06-251-0/+7
* remove meaningless assert trueNeeraj Singh2011-06-111-1/+0
* Refactor ActionController::TestCase cookiesAndrew White2011-06-041-2/+2
* Stringify param values in controller tests.David Chelimsky2011-05-221-0/+10
* prevent errors when passing a frozen string as a param to ActionController::T...misfo2011-04-281-0/+12
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-1/+1
* Cleanup deprecations in Action DispatchCarlos Antonio da Silva2010-09-061-7/+0
* Fixed routes to use new API in a few more actionpack testsPiotr Sarnacki2010-09-051-1/+9
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-4/+9
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-0/+8
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Use AS::OrderedHash when trusting in the order of the hashSantiago Pastorino2010-08-011-2/+3
* Fixed a globbed route issue where slashes were being escaped, causing assert_...Brian Rose2010-07-211-0/+7
* access assigns as a method or hash, with strings or symbols [#4431 state:reso...David Chelimsky2010-04-171-0/+16
* Add accessors for request and response so tests don't have to mess with inter...Michael Koziarski2010-04-091-0/+6
* Consistent routing languageJoshua Peek2010-03-301-4/+4
* ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-031-1/+1
* Fix tests for the request refactorCarl Lerche2010-03-031-2/+4
* WIP: Remove the global routerCarlhuda2010-02-251-4/+4
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-4/+4
* TestProcess belongs in ADJoshua Peek2009-12-121-4/+4
* More test portingJoshua Peek2009-12-081-3/+3
* Use new routing dsl in testsJoshua Peek2009-12-081-11/+0
* Test cases should see all the cookies, not just cookies that have been set in...Craig Smith2009-10-151-0/+17
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-3/+0
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-5/+1
* Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-1/+3
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-2/+2
* Framework backtrace cleaning is handled by ActiveSupport nowJoshua Peek2009-04-301-27/+0
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-271-6/+0
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+8
|\
| * added tests for session options being defaulted correctly to rack defaults [#...Kenny Ortmann2009-04-071-4/+0
| * adding session_options initialization and test [#2303 state:resolved]Ryan Angilly2009-03-241-0/+4
| * Reset request_parameters in TestRequest#recycle! to avoid multiple posts clob...Peter Marklund2009-03-241-0/+8
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+2
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-1/+1
|\ \ | |/ |/|
| * Reorganize ActionController folder structureJoshua Peek2009-01-271-1/+1
* | Controller, response, and request should all refer to same session, even afte...Scott Taylor2009-01-291-0/+23
|/
* Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't subclass...Jeremy Kemper2008-11-081-2/+2
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-13/+9
* Make sure named routes with parameters can be used in tests before a request ...Eloy Duran2008-10-131-0/+1