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
...
*
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
*
Make sure that formatted routes for all verbs are created. Still needs to res...
David Heinemeier Hansson
2006-09-13
1
-15
/
+19
*
Update routing documentation. Closes #6017 [Nathan Witmer]
Rick Olson
2006-09-02
1
-13
/
+47
*
map.resources docs typo closes #5895
Jeremy Kemper
2006-08-24
1
-2
/
+2
*
add Rdocs to map.resources
Rick Olson
2006-08-06
1
-0
/
+104
*
Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail...
David Heinemeier Hansson
2006-08-05
1
-3
/
+4
*
Nested resource testing.
Jeremy Kemper
2006-08-01
1
-1
/
+1
*
Nesting map.resources
Jeremy Kemper
2006-08-01
1
-4
/
+4
*
Fix bug when passing multiple options to SimplyRestful, like :new => { :previ...
Rick Olson
2006-07-31
1
-19
/
+6
*
Dup the options passed to map.resources so that multiple resources get the sa...
Rick Olson
2006-07-31
1
-1
/
+1
*
Fixed the new_#{resource}_url route and added named route tests for Simply Re...
Rick Olson
2006-07-31
1
-1
/
+1
*
Added map.resources from the Simply Restful plugin (backwards incompatible wi...
David Heinemeier Hansson
2006-07-31
1
-0
/
+170
[prev]