aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/resources_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...Jamis Buck2006-09-261-5/+23
* remove implicit primary actions - more pain than gain. test collection actio...Jeremy Kemper2006-09-141-23/+36
* Make sure that formatted routes for all verbs are created. Still needs to res...David Heinemeier Hansson2006-09-131-6/+5
* Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail...David Heinemeier Hansson2006-08-051-0/+22
* 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