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
*
fixed-case when invalid action name has passed
Kuldeep Aggarwal
2013-11-28
1
-0
/
+3
*
fixed typo `destory` => `destroy` [ci skip]
Kuldeep Aggarwal
2013-11-28
1
-1
/
+1
*
Missing or unneeded require extract_options
Akira Matsuda
2013-02-01
1
-0
/
+1
*
Extract common controllers to abstract_unit
Rafael Mendonça França
2012-08-13
1
-29
/
+0
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-3
/
+3
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Raise Assertion instead of RoutingError for routing assertion failures.
David Chelimsky
2012-05-20
1
-5
/
+5
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-2
/
+2
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-9
/
+16
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
1
-1
/
+0
*
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
[next]