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
/
lib
/
action_dispatch
/
routing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add documentation for the resource(s) :param option
Jeff Wallace
2019-02-21
1
-0
/
+3
*
Revert "Don't handle params option in a special way in url_for helper"
Rafael Mendonça França
2019-01-16
2
-0
/
+5
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-4
/
+4
*
Remove unnecessary variable route
Alberto Almagro
2018-12-02
1
-11
/
+2
*
Raise an error on root route naming conflicts.
Gannon McGibbon
2018-11-20
1
-4
/
+2
*
Merge pull request #20865 from colavitam/only-except-behavior
Rafael Mendonça França
2018-11-19
1
-2
/
+8
|
\
|
*
:only and :except are now chained for routing resource(s)
Michael Colavita
2015-07-13
1
-3
/
+9
*
|
Follow up #34064
bogdanvlviv
2018-10-06
1
-21
/
+0
*
|
Revert "Merge pull request #33970 from rails/eager-url-helpers"
schneems
2018-10-03
2
-20
/
+4
*
|
Fix call sites
Gannon McGibbon
2018-10-02
1
-1
/
+1
*
|
Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option
Ryuta Kamizono
2018-10-01
1
-4
/
+0
|
\
\
|
*
|
Don't handle params option in a special way in url_for helper
Ilkka Oksanen
2018-08-20
1
-4
/
+0
*
|
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
3
-5
/
+5
*
|
|
Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_root
Rafael França
2018-09-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix optionally scoped root route unscoped access
Gannon McGibbon
2018-09-27
1
-1
/
+1
*
|
|
|
Fixing an edge case when using objects as constraints
Simon Courtois
2018-09-27
1
-1
/
+13
|
/
/
/
*
|
|
Routes from Engine Railties should not be an infinite loop
Aaron Patterson
2018-09-26
1
-2
/
+4
*
|
|
Allow helpers to be deferred until the routes have been finalized
Aaron Patterson
2018-09-25
1
-0
/
+22
*
|
|
Eagerly build the routing helper module after routes are committed
Aaron Patterson
2018-09-25
2
-4
/
+17
*
|
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
2
-2
/
+2
*
|
|
Convert remaining usage of whitelist and blacklist
Kevin Deisz
2018-08-24
1
-2
/
+2
*
|
|
Fix `rails routes -c` for controller name consists of multiple word.
Yoshiyuki Kinjo
2018-08-20
1
-1
/
+1
|
/
/
*
|
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-5
/
+5
*
|
Rails guides are now served over https
Paul McMahon
2018-07-24
3
-4
/
+4
*
|
Fix Style/RedundantReturn offenses
Bart de Water
2018-04-21
1
-1
/
+1
*
|
Small doc fixes
T.J. Schuck
2018-04-02
1
-1
/
+1
*
|
Make engine check more explicit
Andrew White
2018-03-25
1
-6
/
+9
*
|
Cache url helpers module
Andrew White
2018-03-21
1
-1
/
+2
*
|
Rely on Rails::Command's help output.
Kasper Timm Hansen
2018-03-13
1
-26
/
+21
*
|
Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`
bogdanvlviv
2018-03-13
1
-41
/
+34
*
|
Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expanded
Kasper Timm Hansen
2018-03-11
1
-1
/
+10
|
\
\
|
*
|
Draw line of a route name to the end of row console on `rails routes --expanded`
bogdanvlviv
2018-03-05
1
-1
/
+10
*
|
|
Change doc for "polymorphic_path" in polymorphic_routes.rb
Mahmoud
2018-03-09
1
-2
/
+1
*
|
|
Quote string return values in doc examples [ci skip]
Andrew White
2018-03-08
1
-2
/
+2
*
|
|
Add example of maintaining context with `route_for`
Andrew White
2018-03-08
1
-0
/
+6
*
|
|
Express `ActionDispatch::Routing::UrlFor#route_for` as public api
bogdanvlviv
2018-03-07
1
-1
/
+13
|
/
/
*
|
`ConsoleFormatter` is no longer used as a class
Ryuta Kamizono
2018-03-02
1
-2
/
+2
*
|
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-37
/
+90
*
|
Avoid method_redefined warnings in RouteSet::NamedRouteCollection
utilum
2018-02-19
1
-2
/
+2
*
|
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
2
-6
/
+5
*
|
Unused core_ext
Akira Matsuda
2018-02-11
1
-1
/
+0
*
|
Make sure assert_recognizes can still find routes mounted after engines
Rafael Mendonça França
2018-02-09
1
-4
/
+6
*
|
Fix typos. Improve text_helper documentation.
James Lovejoy
2018-01-19
1
-3
/
+3
*
|
Fix optimized url helpers when using relative url root
Andrew White
2017-11-28
1
-0
/
+10
*
|
Fix CustomUrls#direct doc formatting
T.J. Schuck
2017-11-22
1
-6
/
+6
*
|
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-1
/
+1
*
|
Merge pull request #22435 from yui-knk/fix_engine_route_test
Rafael Mendonça França
2017-11-06
3
-6
/
+15
|
\
\
|
*
|
Make `assert_recognizes` to traverse mounted engines
yui-knk
2016-04-23
3
-6
/
+15
*
|
|
Improve docs of ActionDispatch::Routing::Mapper
bogdanvlviv
2017-11-03
1
-4
/
+14
*
|
|
Change the deprecation horizon of the dynamic routes segment to 6.0
Rafael Mendonça França
2017-10-23
1
-2
/
+2
[next]