aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/resources.rb
Commit message (Expand)AuthorAgeFilesLines
* Update routing documentation. Closes #6017 [Nathan Witmer]Rick Olson2006-09-021-13/+47
* map.resources docs typo closes #5895Jeremy Kemper2006-08-241-2/+2
* add Rdocs to map.resourcesRick Olson2006-08-061-0/+104
* Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail...David Heinemeier Hansson2006-08-051-3/+4
* Nested resource testing.Jeremy Kemper2006-08-011-1/+1
* Nesting map.resourcesJeremy Kemper2006-08-011-4/+4
* Fix bug when passing multiple options to SimplyRestful, like :new => { :previ...Rick Olson2006-07-311-19/+6
* Dup the options passed to map.resources so that multiple resources get the sa...Rick Olson2006-07-311-1/+1
* Fixed the new_#{resource}_url route and added named route tests for Simply Re...Rick Olson2006-07-311-1/+1
* Added map.resources from the Simply Restful plugin (backwards incompatible wi...David Heinemeier Hansson2006-07-311-0/+170