aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/resources.rb
Commit message (Expand)AuthorAgeFilesLines
* Make example parameters in restful routing docs idiomatic. Closes #9993 [danger]Marcel Molina2007-10-261-2/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-6/+8
* Doc fix (closes #9123) [tzaharia]David Heinemeier Hansson2007-09-221-1/+2
* Prevent clashing named routes when using uncountable resources. Closes #9598Michael Koziarski2007-09-211-2/+12
* Fixed that resource namespaces wouldnt stick to all nested resources (closes ...David Heinemeier Hansson2007-09-101-5/+4
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-1/+1
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-061-13/+11
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-251-10/+17
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-2/+2
* Prefix nested resource named routes with their action name, e.g. new_group_us...Jeremy Kemper2007-06-271-8/+13
* Docfix (closes #8321)David Heinemeier Hansson2007-06-231-4/+15
* Fix typo in resources documentation. Closes #8607 [yon]Jeremy Kemper2007-06-081-1/+1
* Routing: map.resource :logo routes to LogosController so the controller may b...Jeremy Kemper2007-06-011-7/+5
* Wordsmith resources documentation. Closes #8484.Jeremy Kemper2007-05-271-38/+63
* Strip junk whitespace from [6806].Jeremy Kemper2007-05-221-52/+52
* Resource namespaces are inherited by their has_many subresources. Closes #8280.Jeremy Kemper2007-05-221-2/+6
* Allow routes to be declared off namespacesTobias Lütke2007-05-191-20/+0
* Allow nested namespaces in routingTobias Lütke2007-05-171-1/+5
* Add brief introduction to REST to the resources documentation. Closes #8100. ...Marcel Molina2007-05-061-0/+38
* Added map.namespace to deal with the common situation of admin sections and t...David Heinemeier Hansson2007-04-271-1/+17
* 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-4/+9
* Added :has_many and :has_one for declaring plural and singular resources bene...David Heinemeier Hansson2007-04-261-5/+19
* Dropped the use of ; as a separator of non-crud actions on resources and went...David Heinemeier Hansson2007-03-281-11/+11
* Allow routing requirements on map.resource(s) (closes #7633) [quixoten]David Heinemeier Hansson2007-02-251-8/+15
* fix form_for example in ActionController::Resources documentation. Closes #7...Rick Olson2007-02-041-1/+1
* Resource member routes require :id, eliminating the ambiguous overlap with co...Jeremy Kemper2007-01-281-37/+45
* add some more detail on nested resource docs [Rick]Rick Olson2007-01-101-1/+9
* Fix bug where nested resources ignore a parent singleton parent's path prefix...Rick Olson2007-01-081-1/+1
* Singleton resources: POST /singleton => create, GET /singleton/new => newJeremy Kemper2006-12-221-24/+31
* fix docs for singleton resourcesRick Olson2006-12-071-4/+4
* Add singleton resources. [Rick Olson]Rick Olson2006-12-071-8/+96
* Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...Jamis Buck2006-09-261-5/+8
* remove implicit primary actions - more pain than gain. test collection actio...Jeremy Kemper2006-09-141-9/+0
* Make sure that formatted routes for all verbs are created. Still needs to res...David Heinemeier Hansson2006-09-131-15/+19
* 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