aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* determine the match shorthand target early.Yves Senn2013-02-211-14/+12
* the `:controller` option for routes can contain numbers. closes #9231.Yves Senn2013-02-091-1/+1
* ruby constant syntax is not supported as routing `:controller` option.Yves Senn2013-02-061-0/+6
* Missing or unneeded require extract_optionsAkira Matsuda2013-02-011-0/+1
* Duplicate possible frozen string from routeAndrew White2013-01-211-2/+3
* Change the behavior of route defaultsAndrew White2013-01-151-1/+8
* Add support for other types of routing constraintsAndrew White2013-01-151-103/+149
* clearer conditional in constraint match checkGosha Arinich2013-01-101-3/+3
* refactor Routing::MapperGosha Arinich2013-01-031-9/+4
* Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-311-2/+2
* Merge pull request #8412 from JoeyButler/action_dispatch_routing_mapper_refac...Rafael Mendonça França2012-12-051-18/+14
|\
| * Extract method refactoring in ActionDispatch::Routing::SingletonResource.Joey Butler2012-12-051-18/+14
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-041-4/+0
|\ \
| * | Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-4/+0
| |/
* / Fixed issue where routes with globs caused constraints on that glob toMaura Fitzgerald2012-12-041-1/+1
|/
* Refector a bit to remove extra slice iteration and splat callCarlos Antonio da Silva2012-11-241-2/+2
* Use merge! in some places to avoid creating extra hashesCarlos Antonio da Silva2012-11-241-3/+3
* Simplify scope options recovery by using merge!Carlos Antonio da Silva2012-11-241-6/+1
* Normalize scope recovering :blocks option nameCarlos Antonio da Silva2012-11-241-3/+3
* Simplify constraints condition in scope when checking for HashCarlos Antonio da Silva2012-11-241-7/+4
* Allow setting a symbol as path in scope on routesGuillermo Iguaran2012-11-211-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-171-17/+22
|\
| * update syntax and add note about prompt use of HttpHelpers [ci-skip]Cesar Carruitero2012-11-091-12/+17
| * correct link syntax [ci-skip]Cesar Carruitero2012-11-091-5/+5
* | routing prefix slash replacement is no longer necessaryYves Senn2012-11-041-3/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-55/+55
|\
| * 1.9 hash syntax changes to docsAvnerCohen2012-10-311-55/+55
* | Revert "Merge pull request #7668 from Draiken/fix_issue_6497"Rafael Mendonça França2012-11-021-1/+1
|/
* 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