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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-5
/
+5
*
Fix routing inspector tests broken in https://github.com/rails/rails/commit/6...
Kasper Timm Hansen
2018-03-13
1
-14
/
+15
*
Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`
bogdanvlviv
2018-03-13
1
-11
/
+11
*
Draw line of a route name to the end of row console on `rails routes --expanded`
bogdanvlviv
2018-03-05
1
-5
/
+10
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-2
/
+66
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
5
-0
/
+10
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
5
-5
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
5
-0
/
+5
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
5
-0
/
+5
*
|
Properly register "custom" URL helpers as named helpers.
Wilson Bilkovich
2017-06-30
1
-0
/
+6
|
/
*
Fix missing formats in route-set URLs
Jonathan del Strother
2017-06-23
1
-0
/
+9
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-4
/
+4
*
Add support for calling nested direct routes (#28462)
Andrew White
2017-03-17
1
-8
/
+28
*
Clarify use of params in `direct`
Andrew White
2017-02-22
1
-0
/
+14
*
Split direct method into two
Andrew White
2017-02-21
1
-35
/
+75
*
Removed `model_name` method to prevent warning
Andrew White
2017-02-21
1
-0
/
+1
*
Support mapping of non-model classes
Andrew White
2017-02-21
1
-0
/
+23
*
Raise an error if `direct` is inside a scope block
Andrew White
2017-02-21
1
-0
/
+12
*
Add custom polymorphic mapping
Andrew White
2017-02-21
1
-1
/
+71
*
Add test for calling a url helper in Mapper#direct
Andrew White
2017-02-21
1
-0
/
+7
*
Only accept symbols and strings for Mapper#direct
Andrew White
2017-02-21
1
-0
/
+17
*
Rename url_helper to direct
Andrew White
2017-02-21
1
-12
/
+12
*
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
1
-0
/
+121
*
stop using removed `render :text`
yuuji.yaginuma
2016-12-03
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
2
-3
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
2
-13
/
+13
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
4
-84
/
+84
*
More Action Pack `abstract_unit` cleanup (#25211)
Jon Moss
2016-05-31
1
-0
/
+2
*
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-1
/
+1
|
\
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-1
/
+1
*
|
[ci skip] Use rails routes instead of rake routes in inspector test description
Abhishek Jain
2016-03-02
1
-9
/
+9
*
|
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-4
/
+12
*
|
Add `internal` attribute to routes
Jon Moss
2016-02-22
1
-0
/
+23
|
/
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-7
/
+27
*
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-0
/
+38
*
Remove skipped JRuby tests that are passing on 9.0.3.0.
Guo Xiang Tan
2015-10-27
1
-2
/
+0
*
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
1
-0
/
+11
*
Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6
Rafael Mendonça França
2015-09-01
1
-0
/
+45
|
\
|
*
Fix broken IPv6 addresses handling
Brian Weaver
2015-04-16
1
-0
/
+45
*
|
Get rid of mocha tests - part 2
Marcin Olichwirowicz
2015-08-25
1
-9
/
+0
*
|
Skip a few failing tests on JRuby with the attached tickets
Robin Dupret
2015-07-17
1
-0
/
+2
*
|
Prefer assert_not over refute
Rafael Mendonça França
2015-05-18
1
-1
/
+1
*
|
ActionDispatch::Journey::Routes#empty? test cases
Valentine Valyaeff
2015-05-19
1
-0
/
+14
*
|
Fix rake routes for api apps
Jorge Bejar
2015-04-25
1
-0
/
+16
|
/
*
Change filter on /rails/info/routes to use an actual path regexp from rails
brainopia
2015-02-23
1
-8
/
+0
*
Remove deprecated usage of string keys in URL helpers
Rafael Mendonça França
2015-01-04
1
-20
/
+0
*
Remove deprecated `only_path` option on `*_path` helpers
Rafael Mendonça França
2015-01-04
1
-44
/
+0
*
allow URL helpers to work with optional scopes
Alex Robbin
2014-12-13
1
-0
/
+12
[next]