aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Mark unused variables and make some style fixesAgis Anastasopoulos2013-04-081-2/+2
* Refactoring some reused code into a method (inside of the routeswangjohn2013-04-051-12/+13
* Merge pull request #9932 from senny/9913_routing_problemAndrew White2013-04-031-8/+12
|\
| * routing shorthand syntax works with multiple pathsYves Senn2013-03-261-5/+6
| * bugfix, when matching multiple paths with `get`, `post`, ...Yves Senn2013-03-261-3/+6
* | fix regression in Mapper when `format:` was used in a `scope`.Yves Senn2013-04-031-1/+1
|/
* Routing match `via` option requirement exception message made more explicitBoris Staal2013-03-051-1/+2
* Remove redundant methodAndrew White2013-02-281-8/+0
* `format: true` does not override existing format constraints.Yves Senn2013-02-271-1/+1
* the router allows String contraints.Yves Senn2013-02-261-11/+17
* Allow both a path and an option on root in config/routesSam Ruby2013-02-261-2/+9
* 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