aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Add backward compatibility for testing cookiesAndrew White2011-06-051-1/+8
* Refactor ActionController::TestCase cookiesAndrew White2011-06-041-13/+8
* Merge pull request #1203 from dchelimsky/stringify-parameter-values-in-testsJosé Valim2011-05-281-0/+19
|\
| * use to_param (and change method to name accordingly)David Chelimsky2011-05-221-8/+8
| * Stringify param values in controller tests.David Chelimsky2011-05-221-0/+19
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
|/
* Use anonymous? that works on both Ruby 1.8 and 1.9.José Valim2011-05-171-3/+4
* add more robust test for wrapping params with anonymous classDavid Chelimsky2011-05-171-1/+5
* prevent errors when passing a frozen string as a param to ActionController::T...misfo2011-04-281-1/+3
* Improve testing of cookies in functional tests:Andrew White2011-03-061-1/+10
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-2/+4
* Move @assigns from the controller to the test itselfSantiago Pastorino2010-11-061-0/+1
* Fix problems trying to functional test AC::Metal controllersSantiago Pastorino2010-11-061-2/+2
* Reset assert_template instance variables between requests [#5832 state:resolved]Andrew White2010-10-181-0/+7
* Solve some warnings and a failing test.José Valim2010-10-031-0/+1
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-3/+5
* no need of nil checkNeeraj Singh2010-09-301-1/+1
* Remove more warnings: no need to define attr_accessor if already exists. Init...Emilio Tagua2010-09-281-3/+5
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-4/+0
* Avoid uninitialized variable warning.Emilio Tagua2010-09-271-1/+1
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-1/+5
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* escape constant namesJoost Baaij2010-08-261-4/+4
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-0/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Change returning with tapSantiago Pastorino2010-07-251-1/+1
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-0/+2
* Add support for specifying locals in view tests with assert template [#4927 s...David Chelimsky2010-06-221-3/+13
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-2/+2
* Reset request.parameters after assigning params for functional testsJeremy Kemper2010-06-061-2/+4
* Memoizing methods on request means we need to clear them out on recycle!wycats2010-06-041-3/+3
* Eliminate false positives when passing symbols to assert_templateDavid Chelimsky2010-05-031-1/+2
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-4/+4
* extract ActionController::TestCase::BehaviorDavid Chelimsky2010-04-261-126/+133
* allow unsubscribe by name or subscription [#4433 state:resolved]David Chelimsky2010-04-241-0/+1
* Fix missing dependency on Hash#to_querySantiago Pastorino2010-04-141-0/+1
* Add accessors for request and response so tests don't have to mess with inter...Michael Koziarski2010-04-091-0/+2
* Consistent routing languageJoshua Peek2010-03-301-5/+5
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Get modules back into integration testsCarlhuda2010-03-171-1/+0
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-0/+20
* Mark bang instrumentations as something that you shuold not be listening to.José Valim2010-03-171-2/+2
* Modify assert_template to use instrumentationCarlhuda2010-03-171-0/+82
* RouteSet#rewrite => url_forJoshua Peek2010-03-091-1/+1
* Move AC::UrlRewriter onto route setJoshua Peek2010-03-091-17/+16
* Get rid of the instance-level URL rewriterwycats2010-03-091-2/+6
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-8/+14
* Change the API for setting global options for #url_for to self.url_options = ...Carlhuda2010-02-261-1/+1
* Continued effort to deglobalize the routerCarlhuda2010-02-251-1/+1
* WIP: Remove the global routerCarlhuda2010-02-251-5/+5