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
*
all routes can be stored in the Journey Routes object
Aaron Patterson
2011-09-12
1
-1
/
+1
*
Pull up a method we only use once.
Aaron Patterson
2011-09-08
1
-5
/
+1
*
Conditions must never be equal
Aaron Patterson
2011-09-08
1
-6
/
+1
*
There is no need to be destructive with the passed-in options.
thedarkone
2011-07-28
1
-0
/
+9
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-3
/
+4
*
Cleanup deprecation warnings in Action Controller
Carlos Antonio da Silva
2010-09-06
1
-30
/
+0
*
Remove a few tests from old router that do not make sense with the new one.
José Valim
2010-09-05
1
-51
/
+3
*
This test is invalid for new router
Łukasz Strzałkowski
2010-09-05
1
-20
/
+0
*
raise error on invalid HTTP methods or :head passed with :via in routes
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Implemented resources :foos, :except => :all option
Piotr Sarnacki
2010-09-05
1
-3
/
+9
*
Fixed almost all resources tests
Piotr Sarnacki
2010-09-05
1
-159
/
+213
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-172
/
+168
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
object/try should be required after abstract_unit to have AS in the load path
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
adds missing requires for Object#try
Xavier Noria
2010-08-09
1
-0
/
+1
*
Consistent routing language
Joshua Peek
2010-03-30
1
-7
/
+7
*
Don't force singularization of singleton resource names, e.g. /preferences [#...
Andrew White
2010-03-15
1
-0
/
+7
*
If IntegrationSession is initialized with an objects that responds to #routes...
Carlhuda
2010-02-26
1
-1
/
+0
*
Rename named_url_helpers to url_helpers and url_helpers to url_for
Carlhuda
2010-02-26
1
-2
/
+2
*
Rename metaclass to singleton_class
Carlhuda
2010-02-25
1
-2
/
+2
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-5
/
+8
*
Remove ActionController::Base.resources_path_names
Carl Lerche
2010-02-24
1
-9
/
+10
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-2
/
+2
*
Respect resources_path_names and :path_names options in new dsl
Joshua Peek
2010-01-13
1
-21
/
+21
*
optimise_named_routes is unnecessary
Joshua Peek
2010-01-13
1
-10
/
+0
*
Remove fancy method not allowed resource exceptions since they are
Joshua Peek
2009-12-11
1
-4
/
+4
*
New routing dsl
Joshua Peek
2009-10-20
1
-10
/
+10
*
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
[next]