aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix code examples' indentation in ActionDispatch::Routing [ci skip]Ricardo Díaz2019-02-261-4/+4
* Use consistent hash syntax for routesAndy Waite2019-02-011-14/+14
* Improve docs of `ActionDispatch::Routing`bogdanvlviv2018-03-131-3/+3
* Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-1/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-9/+0
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* Missing require string/filters for `squish`Akira Matsuda2016-11-151-0/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-06-031-4/+4
|\
| * `routes.rb` --> `config/routes.rb`Jon Moss2016-05-191-4/+4
* | Add back in Oxford CommaJon Moss2016-05-191-1/+1
* | fix named route example [ci skip]Jose Donizetti2016-05-191-3/+3
|/
* Add more info to insecure URL generation errorDerek Prior2016-04-261-0/+9
* [skip ci] Reorder paragraphsDamir2016-03-101-3/+3
* Fix typographical errorGustavo Villa2016-02-221-1/+1
* - Fixed and removed long arguments to rake routesVipul A M2016-02-121-2/+1
* Add options for rake routes taskVipul A M2016-02-021-1/+2
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1
* Fix usage of word alternatively in docs [ci skip]Abhishek Jain2015-10-061-1/+1
* Update routing.rbHarry V. Kiselev2015-09-201-0/+1
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
* Remove not used requiresMarcin Olichwirowicz2015-09-011-3/+0
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+0
* Add missing requires for require 'action_dispatch/routing'Andrew White2014-05-151-0/+1
* Update documentation to use Rails.application insteadMarcel Morgan2014-04-131-1/+1
* Dry-up ActionDispatch::Routing autoloadsGenadi Samokovarov2013-06-041-5/+7
* The HTTP method helpers are preferred over match and should be explained befo...Trevor Turk2013-03-181-28/+16
* The default route has been removedTrevor Turk2013-03-181-24/+0
* Using match without via is deprecatedTrevor Turk2013-03-181-12/+12
* Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-4/+0
* 1.9 hash syntax changes to docsAvnerCohen2012-10-311-24/+24
* Support unicode character route in config/routes.rb.kennyj2012-06-161-0/+7
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-6/+9
* Fixing some double quotes that should be single quotesCarol Nichols2012-01-291-2/+2
* Clean up routes inclusion and add some comments for the next soul that decide...José Valim2012-01-031-5/+0
* Remove autoload for non-existent file.Uģis Ozols2011-12-151-1/+0
* Also change the default route commentWen-Tien Chang2011-06-161-1/+1
* added some fixed fontsSebastian Martinez2011-05-091-3/+3
* add cross-references and documentation for scopeJonathan Dance + Gabriel Horner2011-01-281-0/+12
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+0
* Move RoutesProxy to separate filePiotr Sarnacki2010-09-031-0/+1
* Rework the routing documentation.Joost Baaij2010-08-281-22/+75
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* correct typos in Routing examplesMislav Marohnić2010-07-221-3/+3
* Moved PolymorphicRoutes to ActionDispatch::RoutingPiotr Sarnacki2010-07-201-2/+2
* Removed deprecated |map| block argument from routing docs since it is no long...Steven Hancock2010-07-111-1/+1
* API Docs: Fixes to the Routing docsRohit Arondekar2010-07-071-6/+4