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
/
dispatch
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise an error on root route naming conflicts.
Gannon McGibbon
2018-11-20
1
-3
/
+13
*
Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_root
Rafael França
2018-09-27
1
-0
/
+16
|
\
|
*
Fix optionally scoped root route unscoped access
Gannon McGibbon
2018-09-27
1
-0
/
+16
*
|
Fixing an edge case when using objects as constraints
Simon Courtois
2018-09-27
1
-0
/
+15
|
/
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-1
/
+1
*
Fix array routing constraints
fatkodima
2018-02-17
1
-2
/
+5
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-1
/
+1
*
Fix optimized url helpers when using relative url root
Andrew White
2017-11-28
1
-0
/
+37
*
Add key rotation cookies middleware
Michael Coyne
2017-09-24
1
-0
/
+4
*
Clarify route encoding test
eileencodes
2017-08-01
1
-6
/
+12
*
Path parameters should default to UTF8
eileencodes
2017-08-01
1
-4
/
+8
*
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
*
Fix `TestInvalidUrls` with rack 2.0.3
yuuji.yaginuma
2017-05-16
1
-6
/
+6
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-1
/
+1
*
Use more specific check for :format in route path
Andrew White
2017-04-18
1
-0
/
+18
*
Remove unnecessary params munging
Andrew White
2017-03-15
1
-0
/
+61
*
Commit flash changes when using a redirect route.
Andrew White
2017-02-25
1
-0
/
+49
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
Remove deprecated support for passing `:path` and route path as stings in `Ac...
Rafael Mendonça França
2016-10-10
1
-4
/
+1
*
Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...
Rafael Mendonça França
2016-10-10
1
-3
/
+1
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-6
/
+9
*
rename test method to avoid overriding
yuuji.yaginuma
2016-09-03
1
-1
/
+1
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-4
/
+4
*
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
1
-0
/
+42
*
Push :defaults extraction down one level
Rafael Mendonça França
2016-08-17
1
-0
/
+18
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-26
/
+26
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-408
/
+408
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-1627
/
+1627
*
Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root
Rafael Mendonça França
2016-07-27
1
-0
/
+18
|
\
|
*
Fix 'defaults' option for root route
Chris Arcand
2016-07-21
1
-0
/
+18
|
/
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
1
-9
/
+15
*
Deprecate usage of nil as route path
Volmer
2016-07-05
1
-0
/
+7
*
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
1
-0
/
+30
*
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-11
/
+51
|
\
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-11
/
+51
*
|
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-21
/
+59
|
/
*
Fix marking of custom routes for Journey
Andrew White
2016-01-20
1
-0
/
+63
*
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-0
/
+21
*
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
1
-0
/
+41
*
Get rid of mocha tests - part 1
Marcin Olichwirowicz
2015-08-24
1
-6
/
+5
*
deprecate passing a string for both the beginning path and :path option
Aaron Patterson
2015-08-14
1
-1
/
+4
*
use predicate methods instead of hard coding verb strings
Aaron Patterson
2015-08-14
1
-1
/
+2
[next]