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
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-140
/
+140
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-3
/
+6
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-96
/
+90
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-406
/
+406
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-499
/
+499
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-2
/
+2
|
\
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-2
/
+2
*
|
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-71
/
+171
|
/
*
Revert "Remove literal? check to fix issue with prefixed optionals"
eileencodes
2016-01-20
1
-12
/
+0
*
Remove literal? check to fix issue with prefixed optionals
eileencodes
2016-01-16
1
-0
/
+12
*
Remove arity check for `RouteSet#draw`
yui-knk
2015-11-21
1
-6
/
+0
*
Merge pull request #21094 from aditya-kapoor/add-missing-ap-tests
Rafael Mendonça França
2015-08-25
1
-0
/
+10
|
\
|
*
add missing tests for action regexp
Aditya Kapoor
2015-08-02
1
-0
/
+10
*
|
use `make_set` helper method to generate route sets
Aaron Patterson
2015-08-24
1
-31
/
+1
*
|
Merge pull request #21106 from amitsuroliya/fix_routing_test
Andrew White
2015-08-21
1
-6
/
+0
|
\
\
|
*
|
Remove duplicity in tests
amitkumarsuroliya
2015-08-03
1
-6
/
+0
|
|
/
*
/
Add missing assertion for test_route_with_colon_first
Aditya Kapoor
2015-08-03
1
-2
/
+4
|
/
*
Why do we add a top-level constant here?
Akira Matsuda
2015-04-25
1
-5
/
+3
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-4
/
+4
*
Fix cases where the wrong name is passed to `Formatter#generate`
Godfrey Chan
2014-11-23
1
-1
/
+1
*
Anchor should not be appended when set to nil/false.
Guo Xiang Tan
2014-11-23
1
-0
/
+3
*
stop calling url_for with recall parameters and actually use a request
Aaron Patterson
2014-07-15
1
-82
/
+123
*
execute a request and check the path_parameters
Aaron Patterson
2014-07-15
1
-17
/
+59
*
set `set` in the setup method
Aaron Patterson
2014-07-15
1
-2
/
+5
*
remove useless ivar set
Aaron Patterson
2014-07-15
1
-1
/
+0
*
remove warnings
Kuldeep Aggarwal
2014-06-12
1
-1
/
+0
*
add tests for nested lambda constraints
Aaron Patterson
2014-06-03
1
-0
/
+27
*
PARAMETERS_KEY is only used in the request, so move the constant there
Aaron Patterson
2014-05-27
1
-5
/
+5
*
just call the method and assert the return value
Aaron Patterson
2014-05-09
1
-8
/
+1
*
Prefer assert_raise instead of flunk + rescue to test for exceptions
Carlos Antonio da Silva
2013-12-19
1
-10
/
+3
*
Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`
Godfrey Chan
2013-11-05
1
-14
/
+15
*
Fix an issue where router can't recognize downcased url encoding path.
kennyj
2013-09-19
1
-0
/
+4
*
fix request methods test
Vipul A M
2013-03-31
1
-6
/
+2
*
Update tests for #9704, named route collisions
Jeremy Kemper
2013-03-24
1
-5
/
+6
*
Add tests for #9441
Francesco Rodriguez
2013-02-26
1
-0
/
+16
*
do not append a second slash when using
Yves Senn
2013-01-02
1
-6
/
+16
*
Add Missing Keys from Journey on failed URL format
schneems
2012-08-28
1
-6
/
+6
*
Access @rs only through attr_accessor
tomykaira
2012-08-20
1
-11
/
+11
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-0
/
+5
*
adding a test for #6459
Aaron Patterson
2012-06-14
1
-0
/
+10
*
Merge pull request #2549 from trek/RoutingErrorForMissingControllers
Aaron Patterson
2012-05-21
1
-0
/
+10
|
\
|
*
When a route references a missing controller, raise ActionController::Routing...
Trek Glowacki
2011-08-16
1
-0
/
+10
*
|
Force given path to http methods in mapper to skip canonical action checking
Carlos Antonio da Silva
2012-05-04
1
-2
/
+2
*
|
ActionPack: remove tests for hash_for_* methods
Bogdan Gusiev
2012-05-02
1
-18
/
+0
[next]