index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
resources.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge docrails
Pratik Naik
2008-09-03
1
-29
/
+29
*
Add support for shallow nesting of routes. [#838 state:resolved]
Pratik Naik
2008-08-30
1
-12
/
+61
*
Accept an array of method symbols for collection/member actions of resources
Brennan Dunn
2008-08-28
1
-8
/
+13
*
dryed up resources; fixed small formatting issue in resources rdoc
James Rosen
2008-08-08
1
-25
/
+25
*
Raise ArgumentError if an invalid method is specified as part of a route's co...
Tom Ward
2008-07-18
1
-4
/
+5
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-0
/
+4
*
fix merge
rick
2008-06-19
1
-3
/
+3
*
Merge docrails.
Pratik Naik
2008-05-25
1
-3
/
+3
*
Merge docrails:
Pratik Naik
2008-05-09
1
-17
/
+17
*
Refactored and fixed Resources.map_member_actions to make use of custom Actio...
Marcos Arias
2008-05-06
1
-5
/
+3
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-7
/
+7
*
Make sure member names aren't mistakenly set to nil when providing :path_names
Eugene Pimenov
2008-04-23
1
-1
/
+1
*
Allow alternative values for the 'new' and 'edit' actions in resourceful routes.
Michael Koziarski
2008-04-12
1
-3
/
+18
*
Improve documentation.
Pratik Naik
2008-03-26
1
-0
/
+7
*
Documenation for has_one/has_many nested resource options. Closes #11195 [mil...
Pratik Naik
2008-03-05
1
-0
/
+15
*
Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na...
Jeremy Kemper
2008-02-02
1
-2
/
+10
*
Make example parameters in restful routing docs idiomatic. Closes #9993 [danger]
Marcel Molina
2007-10-26
1
-2
/
+2
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-6
/
+8
*
Doc fix (closes #9123) [tzaharia]
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
Prevent clashing named routes when using uncountable resources. Closes #9598
Michael Koziarski
2007-09-21
1
-2
/
+12
*
Fixed that resource namespaces wouldnt stick to all nested resources (closes ...
David Heinemeier Hansson
2007-09-10
1
-5
/
+4
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
1
-13
/
+11
*
Allow you to set custom :conditions on resource routes. [Rick]
Rick Olson
2007-07-25
1
-10
/
+17
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
1
-2
/
+2
*
Prefix nested resource named routes with their action name, e.g. new_group_us...
Jeremy Kemper
2007-06-27
1
-8
/
+13
*
Docfix (closes #8321)
David Heinemeier Hansson
2007-06-23
1
-4
/
+15
*
Fix typo in resources documentation. Closes #8607 [yon]
Jeremy Kemper
2007-06-08
1
-1
/
+1
*
Routing: map.resource :logo routes to LogosController so the controller may b...
Jeremy Kemper
2007-06-01
1
-7
/
+5
*
Wordsmith resources documentation. Closes #8484.
Jeremy Kemper
2007-05-27
1
-38
/
+63
*
Strip junk whitespace from [6806].
Jeremy Kemper
2007-05-22
1
-52
/
+52
*
Resource namespaces are inherited by their has_many subresources. Closes #8280.
Jeremy Kemper
2007-05-22
1
-2
/
+6
*
Allow routes to be declared off namespaces
Tobias Lütke
2007-05-19
1
-20
/
+0
*
Allow nested namespaces in routing
Tobias Lütke
2007-05-17
1
-1
/
+5
*
Add brief introduction to REST to the resources documentation. Closes #8100. ...
Marcel Molina
2007-05-06
1
-0
/
+38
*
Added map.namespace to deal with the common situation of admin sections and t...
David Heinemeier Hansson
2007-04-27
1
-1
/
+17
*
Name prefix should nest like path prefix
David Heinemeier Hansson
2007-04-27
1
-1
/
+1
*
Actually make the name_prefix work like the previous checkin said it would
David Heinemeier Hansson
2007-04-27
1
-4
/
+9
*
Added :has_many and :has_one for declaring plural and singular resources bene...
David Heinemeier Hansson
2007-04-26
1
-5
/
+19
*
Dropped the use of ; as a separator of non-crud actions on resources and went...
David Heinemeier Hansson
2007-03-28
1
-11
/
+11
*
Allow routing requirements on map.resource(s) (closes #7633) [quixoten]
David Heinemeier Hansson
2007-02-25
1
-8
/
+15
*
fix form_for example in ActionController::Resources documentation. Closes #7...
Rick Olson
2007-02-04
1
-1
/
+1
*
Resource member routes require :id, eliminating the ambiguous overlap with co...
Jeremy Kemper
2007-01-28
1
-37
/
+45
*
add some more detail on nested resource docs [Rick]
Rick Olson
2007-01-10
1
-1
/
+9
*
Fix bug where nested resources ignore a parent singleton parent's path prefix...
Rick Olson
2007-01-08
1
-1
/
+1
*
Singleton resources: POST /singleton => create, GET /singleton/new => new
Jeremy Kemper
2006-12-22
1
-24
/
+31
*
fix docs for singleton resources
Rick Olson
2006-12-07
1
-4
/
+4
*
Add singleton resources. [Rick Olson]
Rick Olson
2006-12-07
1
-8
/
+96
*
Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...
Jamis Buck
2006-09-26
1
-5
/
+8
*
remove implicit primary actions - more pain than gain. test collection actio...
Jeremy Kemper
2006-09-14
1
-9
/
+0
[next]