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
/
railties
/
test
/
application
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Fix `warning: method redefined;`
yuuji.yaginuma
2017-07-28
1
-3
/
+3
*
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
*
Split direct method into two
Andrew White
2017-02-21
1
-4
/
+4
*
Prefer remove_method over undef_method
Andrew White
2017-02-21
1
-0
/
+58
*
Add custom polymorphic mapping
Andrew White
2017-02-21
1
-4
/
+98
*
Rename url_helper to direct
Andrew White
2017-02-21
1
-4
/
+4
*
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
1
-2
/
+33
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
1
-14
/
+14
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
modernizes hash syntax in railties
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-89
/
+89
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
1
-1
/
+0
*
Fix rails/info routes for apps with globbing route
Nicholas Firth-McCoy
2016-06-20
1
-0
/
+19
*
Introduce new welcome page for new projects
Genadi Samokovarov
2016-01-26
1
-2
/
+1
*
Fix test that was failing because of typo
eileencodes
2015-09-27
1
-1
/
+1
*
Add missing routing tests for info controller
Aditya Kapoor
2015-09-27
1
-0
/
+12
*
Pure rack apps can be mounted with a name
Jean Boussier
2014-11-29
1
-0
/
+20
*
Revert "Match Dev/Prod parity for Index Page"
Piotr Sarnacki
2013-07-22
1
-1
/
+1
*
Merge pull request #11514 from schneems/schneems/dev-prod-parity-index
Piotr Sarnacki
2013-07-22
1
-1
/
+1
|
\
|
*
Match Dev/Prod parity for Index Page
schneems
2013-07-20
1
-1
/
+1
*
|
Clear named routes when routes.rb is reloaded
Andrew White
2013-07-21
1
-0
/
+45
|
/
*
Removing use of subclassed application constant and instead using the
wangjohn
2013-06-03
1
-15
/
+15
*
adding a test for root path in the app
Aaron Patterson
2013-04-17
1
-0
/
+24
*
Clear url helper methods when routes are reloaded
Andrew White
2012-12-14
1
-0
/
+71
*
Use Rails to Render Default Index Page
schneems
2012-12-10
1
-0
/
+36
*
Revert "Invert precedence of content in ActionDispatch::Static"
Andrew White
2012-12-07
1
-23
/
+0
*
Invert precedence of content in ActionDispatch::Static
Andrew White
2012-12-06
1
-0
/
+23
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-14
/
+14
*
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
1
-83
/
+0
*
Rails::InfoController tests passing
schneems
2012-05-24
1
-0
/
+12
*
Define only writer method for queue, as reader is declared
Carlos Antonio da Silva
2012-04-28
1
-2
/
+0
*
Routes reloader knows how to reload external files
Yehuda Katz
2012-04-25
1
-0
/
+61
*
Allow loading external route files from the router
Jose and Yehuda
2012-04-25
1
-0
/
+24
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-10
/
+10
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
*
should be using a / in this route rather than a #
Aaron Patterson
2011-08-31
1
-1
/
+1
*
Solve the RAILS_ENV problem in the railties tests in a more generic way
Jon Leighton
2011-06-06
1
-0
/
+4
*
prepend the assets route instead of appending, closes #436
José Valim
2011-05-08
1
-2
/
+2
*
reload_routes! is part of the public API and should not be removed.
José Valim
2010-10-02
1
-1
/
+8
*
Fix a routing test. Reorganize middleware tests.
José Valim
2010-10-02
1
-48
/
+8
*
third parameter for rack must respond to each
Aaron Patterson
2010-09-22
1
-2
/
+2
*
Add RouteSet#append
Carl Lerche
2010-09-17
1
-0
/
+28
*
Fix routing test
Piotr Sarnacki
2010-09-11
1
-4
/
+2
*
Fix warning by removing |map| from routes.draw
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
Removed deprecated router API from railties
Piotr Sarnacki
2010-09-05
1
-8
/
+8
*
Ensure routes are loaded only after the initialization process finishes, ensu...
José Valim
2010-09-02
1
-0
/
+17
*
Improve best_standards_support to use only IE=Edge in development mode
wycats
2010-08-09
1
-31
/
+65
*
Add a header that tells Internet Explorer (all versions) to use the best avai...
wycats
2010-07-27
1
-0
/
+1
[next]