aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Dont raise deprecation warning on render :action => "stuff"David Heinemeier Hansson2006-09-041-28/+17
* new render deprecations testJeremy Kemper2006-09-041-4/+4
* Don't use deprecated render API. Cosmetics.Jeremy Kemper2006-09-041-6/+2
* deprecated keep_flash testJeremy Kemper2006-09-041-2/+2
* redirect deprecation testsJeremy Kemper2006-09-041-9/+22
* no more render_to_string deprecation warningsJeremy Kemper2006-09-041-1/+1
* deprecated render testsJeremy Kemper2006-09-041-26/+37
* test_test deprecation and cosmeticsJeremy Kemper2006-09-041-22/+24
* Fix deprecation warnings in verification tests.Jeremy Kemper2006-09-041-6/+6
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-032-0/+165
* actionJeremy Kemper2006-09-031-2/+2
* Deprecated old render parameter callsDavid Heinemeier Hansson2006-09-031-1/+12
* Require action mailer more gracefullyDavid Heinemeier Hansson2006-09-031-1/+10
* More deprecation funDavid Heinemeier Hansson2006-09-032-1/+32
* Better compartmentalizing of assertionsDavid Heinemeier Hansson2006-09-031-0/+1
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-032-0/+1118
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-031-0/+2
* Add routing tests to assert that RoutingError is raised when conditions aren'...Rick Olson2006-09-021-0/+11
* Switch to using FormEncodedPairParser for parsing request parameters.Nicholas Seckar2006-08-301-19/+16
* respond_to .html now always renders #{action_name}.rhtml so that registered c...Tobias Lütke2006-08-301-0/+19
* FormEncodedStringParser needs a tad more work before it can handle POST data ...David Heinemeier Hansson2006-08-281-0/+14
* Deprecation: test deprecated instance vars in partials.Jeremy Kemper2006-08-261-1/+1
* Actually, indifferent access mattered in the bowels (hashes hidden in arrays)David Heinemeier Hansson2006-08-261-0/+2
* Result is made indifferent on the way outDavid Heinemeier Hansson2006-08-261-1/+0
* Changed the POST parameter processing to use the new QueryStringParser and ma...David Heinemeier Hansson2006-08-261-2/+3
* More tests for array/hashing in parameters, one failingDavid Heinemeier Hansson2006-08-261-0/+6
* Add UrlWriter to allow writing urls from Mailers and scripts.Nicholas Seckar2006-08-241-0/+65
* Add test case from ticket #4090Nicholas Seckar2006-08-221-0/+12
* Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...Nicholas Seckar2006-08-151-0/+38
* Add controller_paths variable to Routing; Assign Routing.controller_paths fro...Nicholas Seckar2006-08-151-6/+4
* Fix assert_redirected_to issue with named routes for module controllers. [Ri...Rick Olson2006-08-132-0/+34
* Invoke method_missing directly for hidden actions. Closes #3030.Nicholas Seckar2006-08-131-0/+58
* Deprecation: check whether instance variables have been monkeyed with before ...Jeremy Kemper2006-08-071-0/+15
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-073-6/+6
* Deprecation! @session and @flash will be removed after 1.2. Use the session a...Jeremy Kemper2006-08-071-0/+33
* Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674Nicholas Seckar2006-08-051-10/+59
* Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail...David Heinemeier Hansson2006-08-051-0/+22
* Make controller_path available as an instance method. Closes #5724.Jeremy Kemper2006-08-051-2/+4
* Make us pass to ease RESTful children postsDavid Heinemeier Hansson2006-08-041-1/+1
* Make us pass to ease RESTful children postsDavid Heinemeier Hansson2006-08-041-0/+11
* Make action caching aware of different formats for the same action so that, e...Marcel Molina2006-08-032-1/+137
* Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]Rick Olson2006-08-011-1/+29
* Nested resource testing.Jeremy Kemper2006-08-011-16/+17
* Nesting map.resourcesJeremy Kemper2006-08-011-3/+3
* Fix bug when passing multiple options to SimplyRestful, like :new => { :previ...Rick Olson2006-07-311-0/+41
* Dup the options passed to map.resources so that multiple resources get the sa...Rick Olson2006-07-311-2/+17
* Fixed the new_#{resource}_url route and added named route tests for Simply Re...Rick Olson2006-07-311-13/+62
* Added map.resources from the Simply Restful plugin (backwards incompatible wi...David Heinemeier Hansson2006-07-311-0/+109
* Fixed that you can still access the flash after the flash has been reset in r...Rick Olson2006-07-221-0/+17
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+2