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
/
test
/
controller
/
resources_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Group together all the old routing dsl logic
Joshua Peek
2009-10-20
1
-5
/
+5
*
Move Routing into AD
Joshua Peek
2009-10-20
1
-6
/
+6
*
Rewrite resource routing tests that are coupled to the router implementation
Joshua Peek
2009-09-13
1
-2
/
+3
*
Added both the documentation and a test case for the collection path name cus...
Hugo Peixoto
2009-08-09
1
-0
/
+44
*
Added routing test for irregular ID requirements and custom member action.
Ruy Asan
2009-05-01
1
-0
/
+8
*
Fix requirements for additional member/collection routes [#2054 state:resolved]
Mike Gunderloy
2009-03-14
1
-0
/
+26
*
Revert 5b7527ca "Failing test for routes with member & requirement" [#2054 st...
Joshua Peek
2009-03-13
1
-8
/
+0
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-6
/
+6
*
Ensure shallow routes respects namespace [#1356 state:resolved]
Tom Stuart
2009-03-07
1
-3
/
+31
*
Failing test for routes with member & requirement [#2054 state:resolved]
Mike Gunderloy
2009-03-05
1
-0
/
+8
*
Allow routes with a trailing slash to be recognized
Mike Gunderloy
2009-03-04
1
-2
/
+10
*
Removed map.resources :only/:except inheritance
Tarmo Tänav
2009-02-01
1
-15
/
+28
*
Added optimal formatted routes to rails, deprecating the formatted_* methods,...
Aaron Batalion
2008-11-26
1
-9
/
+9
*
Test default singleton resource route to ensure it uses GET. This is importan...
Geoff Garside
2008-11-24
1
-0
/
+10
*
MiniTest compat: don't check for test/unit's assertion in particular
Jeremy Kemper
2008-11-22
1
-1
/
+1
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-15
1
-0
/
+266
|
\
|
*
Make inheritance of map.resources :only/:except options behave more predictably
Tom Stuart
2008-11-14
1
-0
/
+26
|
*
Fix map.resources to always generate named routes if they're needed
Tom Stuart
2008-11-13
1
-0
/
+78
|
*
Add :only/:except options to map.resources
Tom Stuart
2008-11-12
1
-0
/
+162
*
|
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-1
/
+1
|
/
*
Add support for shallow nesting of routes. [#838 state:resolved]
Pratik Naik
2008-08-30
1
-25
/
+109
*
Accept an array of method symbols for collection/member actions of resources
Brennan Dunn
2008-08-28
1
-0
/
+13
*
Raise ArgumentError if an invalid method is specified as part of a route's co...
Tom Ward
2008-07-18
1
-0
/
+20
*
Fixed teardown method typo (plus whitespace)
Joshua Peek
2008-07-11
1
-17
/
+15
*
Refactored and fixed Resources.map_member_actions to make use of custom Actio...
Marcos Arias
2008-05-06
1
-4
/
+26
*
Make sure member names aren't mistakenly set to nil when providing :path_names
Eugene Pimenov
2008-04-23
1
-7
/
+38
*
Allow alternative values for the 'new' and 'edit' actions in resourceful routes.
Michael Koziarski
2008-04-12
1
-0
/
+6
*
Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na...
Jeremy Kemper
2008-02-02
1
-5
/
+34
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Move ActionController::Routing.optimise_named_routes to ActionController::Bas...
Rick Olson
2007-10-03
1
-2
/
+2
*
Fixed that resource namespaces wouldnt stick to all nested resources (closes ...
David Heinemeier Hansson
2007-09-10
1
-0
/
+32
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
1
-0
/
+12
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
1
-49
/
+55
*
Allow you to set custom :conditions on resource routes. [Rick]
Rick Olson
2007-07-25
1
-0
/
+6
*
Prefix nested resource named routes with their action name, e.g. new_group_us...
Jeremy Kemper
2007-06-27
1
-33
/
+132
*
Routing: map.resource :logo routes to LogosController so the controller may b...
Jeremy Kemper
2007-06-01
1
-12
/
+12
*
Routing: respond with 405 Method Not Allowed status when the route path match...
Jeremy Kemper
2007-05-26
1
-3
/
+3
*
Strip junk whitespace from [6806].
Jeremy Kemper
2007-05-22
1
-19
/
+19
*
Resource namespaces are inherited by their has_many subresources. Closes #8280.
Jeremy Kemper
2007-05-22
1
-3
/
+32
*
Allow routes to be declared off namespaces
Tobias Lütke
2007-05-19
1
-1
/
+1
*
Allow nested namespaces in routing
Tobias Lütke
2007-05-17
1
-0
/
+18
*
Added map.namespace to deal with the common situation of admin sections and t...
David Heinemeier Hansson
2007-04-27
1
-4
/
+34
*
Added test case for overwritting the name prefix
David Heinemeier Hansson
2007-04-27
1
-0
/
+20
*
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
-13
/
+16
*
Added :has_many and :has_one for declaring plural and singular resources bene...
David Heinemeier Hansson
2007-04-26
1
-0
/
+25
*
Dropped the use of ; as a separator of non-crud actions on resources and went...
David Heinemeier Hansson
2007-03-28
1
-16
/
+16
*
Allow routing requirements on map.resource(s) (closes #7633) [quixoten]
David Heinemeier Hansson
2007-02-25
1
-0
/
+25
*
Resource member routes require :id, eliminating the ambiguous overlap with co...
Jeremy Kemper
2007-01-28
1
-35
/
+95
*
Heckling ActionController::Resources::Resource revealed that set_prefixes did...
Rick Olson
2007-01-17
1
-7
/
+14
[prev]
[next]