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 #20865 from colavitam/only-except-behavior
Rafael Mendonça França
2018-11-19
1
-0
/
+22
|
\
|
*
:only and :except are now chained for routing resource(s)
Michael Colavita
2015-07-13
1
-0
/
+22
*
|
Turn on performance based cops
Dillon Welch
2018-07-23
1
-2
/
+2
*
|
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
1
-1
/
+0
*
|
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-1
/
+1
*
|
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-10
/
+10
*
|
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Privatize unneededly protected methods in Action Pack tests
Akira Matsuda
2016-12-23
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
|
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-32
/
+32
*
|
adds missing comma in assert call
Xavier Noria
2016-08-07
1
-2
/
+2
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-15
/
+15
*
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-2
/
+2
*
|
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-314
/
+314
*
|
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-233
/
+233
*
|
More Action Pack `abstract_unit` cleanup (#25211)
Jon Moss
2016-05-31
1
-1
/
+15
*
|
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
[next]