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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
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
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-9
/
+0
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-1
/
+1
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-1
/
+1
*
Missing require string/filters for `squish`
Akira Matsuda
2016-11-15
1
-0
/
+2
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-06-03
1
-4
/
+4
|
\
|
*
`routes.rb` --> `config/routes.rb`
Jon Moss
2016-05-19
1
-4
/
+4
*
|
Add back in Oxford Comma
Jon Moss
2016-05-19
1
-1
/
+1
*
|
fix named route example [ci skip]
Jose Donizetti
2016-05-19
1
-3
/
+3
|
/
*
Add more info to insecure URL generation error
Derek Prior
2016-04-26
1
-0
/
+9
*
[skip ci] Reorder paragraphs
Damir
2016-03-10
1
-3
/
+3
*
Fix typographical error
Gustavo Villa
2016-02-22
1
-1
/
+1
*
- Fixed and removed long arguments to rake routes
Vipul A M
2016-02-12
1
-2
/
+1
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-1
/
+2
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
*
Fix usage of word alternatively in docs [ci skip]
Abhishek Jain
2015-10-06
1
-1
/
+1
*
Update routing.rb
Harry V. Kiselev
2015-09-20
1
-0
/
+1
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-2
/
+0
*
Remove not used requires
Marcin Olichwirowicz
2015-09-01
1
-3
/
+0
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-1
/
+0
*
Add missing requires for require 'action_dispatch/routing'
Andrew White
2014-05-15
1
-0
/
+1
*
Update documentation to use Rails.application instead
Marcel Morgan
2014-04-13
1
-1
/
+1
*
Dry-up ActionDispatch::Routing autoloads
Genadi Samokovarov
2013-06-04
1
-5
/
+7
*
The HTTP method helpers are preferred over match and should be explained befo...
Trevor Turk
2013-03-18
1
-28
/
+16
*
The default route has been removed
Trevor Turk
2013-03-18
1
-24
/
+0
*
Using match without via is deprecated
Trevor Turk
2013-03-18
1
-12
/
+12
*
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-4
/
+0
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-24
/
+24
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-0
/
+7
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-6
/
+9
*
Fixing some double quotes that should be single quotes
Carol Nichols
2012-01-29
1
-2
/
+2
*
Clean up routes inclusion and add some comments for the next soul that decide...
José Valim
2012-01-03
1
-5
/
+0
*
Remove autoload for non-existent file.
Uģis Ozols
2011-12-15
1
-1
/
+0
*
Also change the default route comment
Wen-Tien Chang
2011-06-16
1
-1
/
+1
*
added some fixed fonts
Sebastian Martinez
2011-05-09
1
-3
/
+3
*
add cross-references and documentation for scope
Jonathan Dance + Gabriel Horner
2011-01-28
1
-0
/
+12
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+0
*
Move RoutesProxy to separate file
Piotr Sarnacki
2010-09-03
1
-0
/
+1
*
Rework the routing documentation.
Joost Baaij
2010-08-28
1
-22
/
+75
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-4
/
+4
*
correct typos in Routing examples
Mislav Marohnić
2010-07-22
1
-3
/
+3
*
Moved PolymorphicRoutes to ActionDispatch::Routing
Piotr Sarnacki
2010-07-20
1
-2
/
+2
*
Removed deprecated |map| block argument from routing docs since it is no long...
Steven Hancock
2010-07-11
1
-1
/
+1
*
API Docs: Fixes to the Routing docs
Rohit Arondekar
2010-07-07
1
-6
/
+4
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-1
/
+1
*
Use h1 for titles.
Rizwan Reza
2010-06-21
1
-1
/
+1
*
Remove routing implementation details from RDoc
Andrew White
2010-03-31
1
-3
/
+3
*
Update routing documentation to the new way of specifying HTTP method restric...
Andrew White
2010-03-31
1
-9
/
+21
[next]