aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/resources_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that resource namespaces wouldnt stick to all nested resources (closes ...David Heinemeier Hansson2007-09-101-0/+32
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-091-0/+12
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-061-49/+55
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-251-0/+6
* Prefix nested resource named routes with their action name, e.g. new_group_us...Jeremy Kemper2007-06-271-33/+132
* Routing: map.resource :logo routes to LogosController so the controller may b...Jeremy Kemper2007-06-011-12/+12
* Routing: respond with 405 Method Not Allowed status when the route path match...Jeremy Kemper2007-05-261-3/+3
* Strip junk whitespace from [6806].Jeremy Kemper2007-05-221-19/+19
* Resource namespaces are inherited by their has_many subresources. Closes #8280.Jeremy Kemper2007-05-221-3/+32
* Allow routes to be declared off namespacesTobias Lütke2007-05-191-1/+1
* Allow nested namespaces in routingTobias Lütke2007-05-171-0/+18
* Added map.namespace to deal with the common situation of admin sections and t...David Heinemeier Hansson2007-04-271-4/+34
* Added test case for overwritting the name prefixDavid Heinemeier Hansson2007-04-271-0/+20
* Name prefix should nest like path prefixDavid Heinemeier Hansson2007-04-271-1/+1
* Actually make the name_prefix work like the previous checkin said it wouldDavid Heinemeier Hansson2007-04-271-13/+16
* Added :has_many and :has_one for declaring plural and singular resources bene...David Heinemeier Hansson2007-04-261-0/+25
* Dropped the use of ; as a separator of non-crud actions on resources and went...David Heinemeier Hansson2007-03-281-16/+16
* Allow routing requirements on map.resource(s) (closes #7633) [quixoten]David Heinemeier Hansson2007-02-251-0/+25
* Resource member routes require :id, eliminating the ambiguous overlap with co...Jeremy Kemper2007-01-281-35/+95
* Heckling ActionController::Resources::Resource revealed that set_prefixes did...Rick Olson2007-01-171-7/+14
* Fix bug where nested resources ignore a parent singleton parent's path prefix...Rick Olson2007-01-081-0/+13
* Singleton resources: POST /singleton => create, GET /singleton/new => newJeremy Kemper2006-12-221-0/+5
* added tests checking for nested singleton resourcesRick Olson2006-12-071-0/+26
* Add singleton resources. [Rick Olson]Rick Olson2006-12-071-0/+104
* 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