aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* resource and resources do no longer modify passed optionsYves Senn2012-10-011-2/+2
* Removing to_shorthand from default_controller_and_action. Fixes #6497Luiz Felipe2012-09-191-1/+1
* Make enhanced routing Concerns more tell-don't-askErnie Miller2012-09-031-25/+55
* Fix concerns not executing block in mapperErnie Miller2012-09-031-2/+19
* Allow routing concerns to accept a callableErnie Miller2012-09-031-3/+7
* Update actionpack/lib/action_dispatch/routing/mapper.rbErik Ordway2012-08-291-1/+1
* Make sure :via works with mountPratik Naik2012-08-201-2/+3
* Add CHANGELOG entry and documentation for Routing ConcernsRafael Mendonça França2012-08-131-0/+38
* Implementing Routing ConcernsRafael Mendonça França2012-08-131-1/+23
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-041-0/+8
|\
| * copy edits [ci skip]Vijay Dev2012-08-041-2/+2
| * fix punctuation in #resources and #match documentation [ci skip]Francesco Rodriguez2012-07-311-4/+4
| * Update #match documentation [ci skip]Robert Pankowecki2012-07-311-0/+4
| * Update #resources documentation [ci skip]Robert Pankowecki2012-07-311-0/+4
* | load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
|/
* Don't assume resource param is :id when using shallow routesAndrew White2012-07-201-1/+3
* Support constraints on resource custom params when nestingAndrew White2012-07-201-8/+12
* Add support for optional root segments containing slashesAndrew White2012-07-171-1/+1
* Raise a helpful error message on #mount misuseCarl Lerche2012-07-101-0/+4
* Revert "Allow loading external route files from the router"José Valim2012-06-291-17/+0
* Support unicode character route in config/routes.rb.kennyj2012-06-161-1/+1
* Include routes.mounted_helpers into integration testsPiotr Sarnacki2012-06-011-1/+1
* Remove implicit dependency on pathnameJosé Valim2012-05-251-3/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-151-11/+0
|\
| * Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-11/+0
* | add tests and external file backtrace for Routing::Mapper#drawKornelius Kalnbach2012-05-151-3/+4
|/
* Copy literal route constraints to defaults - fixes #3571 and #6224.Andrew White2012-05-111-0/+19
* Force given path to http methods in mapper to skip canonical action checkingCarlos Antonio da Silva2012-05-041-2/+3
* Reset the request parameters after a constraints checkAndrew White2012-05-021-0/+2
* Shadowing variable warning removedArun Agrawal2012-04-261-3/+3
* Allow loading external route files from the routerJose and Yehuda2012-04-251-0/+16
* Remove default match without specified methodJose and Yehuda2012-04-241-2/+12
* Add missing requires in routesBogdan Gusiev2012-04-231-0/+1
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-271-0/+19
|\
| * add missing do [ci skip]Vijay Dev2012-03-271-1/+1
| * added shallow_prefix option description in documantationLukasz Sarnacki2012-03-271-0/+19
* | Allow a defining custom member field on resourcesJamie Macey2012-03-251-4/+5
|/
* Add missing requireSantiago Pastorino2012-03-171-0/+1
* Remove unused requireSantiago Pastorino2012-03-171-1/+0
* Route root helper shortcutBrian Cardarella2012-03-031-0/+5
* Optimize path helpers.José Valim2012-03-021-1/+5
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-251-1/+1
|\
| * Fix typo in match :to docsJustin Woodbridge2012-02-231-1/+1
* | consistently mention first patch, then putXavier Noria2012-02-241-7/+7
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-9/+8
* | Fix routes inspection orderRafael Mendonça França2012-02-221-2/+2
* | Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-54/+71
|/
* Fix match docsRafael Mendonça França2012-02-071-1/+1
* Note the ways #match may be calledJeremy Kemper2012-02-051-0/+3