aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/resources.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix requirements for additional member/collection routes [#2054 state:resolved]Mike Gunderloy2009-03-141-5/+6
* Revert 5b7527ca "Failing test for routes with member & requirement" [#2054 st...Joshua Peek2009-03-131-6/+1
* Ensure shallow routes respects namespace [#1356 state:resolved]Tom Stuart2009-03-071-2/+2
* Failing test for routes with member & requirement [#2054 state:resolved]Mike Gunderloy2009-03-051-1/+6
* Removed map.resources :only/:except inheritanceTarmo Tänav2009-02-011-16/+19
* Merge with docrailsPratik Naik2008-12-071-1/+6
* Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-3/+1
* Reorder the way in which map.resource routes are added to the set. This preve...Geoff Garside2008-11-241-1/+1
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-4/+0
* Make inheritance of map.resources :only/:except options behave more predictablyTom Stuart2008-11-141-19/+14
* Fix map.resources to always generate named routes if they're neededTom Stuart2008-11-131-6/+7
* Add :only/:except options to map.resourcesTom Stuart2008-11-121-37/+85
* Merge docrailsPratik Naik2008-09-031-29/+29
* Add support for shallow nesting of routes. [#838 state:resolved]Pratik Naik2008-08-301-12/+61
* Accept an array of method symbols for collection/member actions of resourcesBrennan Dunn2008-08-281-8/+13
* dryed up resources; fixed small formatting issue in resources rdocJames Rosen2008-08-081-25/+25
* Raise ArgumentError if an invalid method is specified as part of a route's co...Tom Ward2008-07-181-4/+5
* Merge with docrails.Pratik Naik2008-07-161-0/+4
* fix mergerick2008-06-191-3/+3
* Merge docrails.Pratik Naik2008-05-251-3/+3
* Merge docrails:Pratik Naik2008-05-091-17/+17
* Refactored and fixed Resources.map_member_actions to make use of custom Actio...Marcos Arias2008-05-061-5/+3
* Improve documentation coverage and markupXavier Noria2008-05-021-7/+7
* Make sure member names aren't mistakenly set to nil when providing :path_namesEugene Pimenov2008-04-231-1/+1
* Allow alternative values for the 'new' and 'edit' actions in resourceful routes.Michael Koziarski2008-04-121-3/+18
* Improve documentation.Pratik Naik2008-03-261-0/+7
* Documenation for has_one/has_many nested resource options. Closes #11195 [mil...Pratik Naik2008-03-051-0/+15
* Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na...Jeremy Kemper2008-02-021-2/+10
* 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