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
*
Merge pull request #21366 from amitsuroliya/remove_unused_variable
Rafael Mendonça França
2015-08-25
1
-12
/
+12
|
\
|
*
Remove more unused block arguments
amitkumarsuroliya
2015-08-25
1
-12
/
+12
*
|
Trim out unneeded controllers from AP test suite
Aditya Kapoor
2015-08-24
1
-4
/
+4
|
/
*
test the verb method on the route, specifically
Aaron Patterson
2015-08-17
1
-1
/
+1
*
routes are always constructed with a hash for the conditions
Aaron Patterson
2015-08-17
1
-1
/
+1
*
Refactor route assertion methods in resources test
eileencodes
2015-08-08
1
-50
/
+51
*
let the superclass build the request and response
Aaron Patterson
2015-07-08
1
-4
/
+0
*
Merge pull request #18665 from sgrif/sg-test-route-all
Sean Griffin
2015-02-20
1
-0
/
+22
|
\
|
*
Allow `method: "all"` as a valid routing test option
Sean Griffin
2015-01-23
1
-0
/
+22
*
|
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-2
/
+2
*
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-2
/
+2
|
/
*
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-6
/
+6
*
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
[next]