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
*
"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
*
Allow a custom dispatcher to be provided to routing.
Xavier Shay
2015-08-07
1
-9
/
+6
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-6
/
+6
*
Merge pull request #19431 from hmarr/head-routing
Rafael Mendonça França
2015-06-22
1
-3
/
+2
|
\
|
*
Respect routing precedence for HEAD requests
Harry Marr
2015-03-20
1
-3
/
+2
*
|
Routes resources avoid :new and :edit endpoints if api_only is enabled
Jorge Bejar
2015-06-11
1
-0
/
+75
*
|
sort_by instead of sort
Yang Bo
2015-04-08
1
-0
/
+13
|
/
*
Drop request class from RouteSet constructor.
Aaron Patterson
2015-03-04
1
-1
/
+5
*
Revert "Merge pull request #18764 from tsun1215/master"
Jeremy Kemper
2015-02-26
1
-4
/
+5
*
Add a failing test demonstrating regression with HEAD requests to Rack apps, ...
Jeremy Kemper
2015-02-24
1
-3
/
+9
*
Merge pull request #18218 from brainopia/fix_match_shorthand_in_routes
Rafael Mendonça França
2015-02-20
1
-0
/
+9
|
\
|
*
Improve shorthand matching for routes
brainopia
2015-01-25
1
-0
/
+9
*
|
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
1
-0
/
+12
*
|
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-11
/
+11
*
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-11
/
+11
|
/
*
Fix name_for_action in routing
rono23
2015-01-19
1
-0
/
+38
*
Remove deprecated support to define routes with `:to` option that
Rafael Mendonça França
2015-01-04
1
-30
/
+4
*
Fix handling of positional url helper arguments when format is false
Tatiana Soukiassian
2014-12-13
1
-0
/
+28
*
fix small typo in routing test
Accessd
2014-10-21
1
-1
/
+1
*
Don't ignore constraints in redirect routes
Agis-
2014-08-25
1
-0
/
+24
*
Remove unnecessary call to #tap
Carlos Antonio da Silva
2014-07-31
1
-5
/
+3
*
always test against a routed rack app so there are always url_helpers
Aaron Patterson
2014-07-07
1
-32
/
+58
*
Generate shallow paths for all children of shallow resources.
Seb Jacobs
2014-07-06
1
-0
/
+22
[next]