aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Move setting :scope_level_resource to resource_scopeAndrew White2014-03-081-7/+7
* Set the :shallow_path as each scope is generatedAndrew White2014-02-091-1/+12
* Transform dashes to underscores in resource route namesByron Bischoff2014-01-251-4/+4
* Automatically convert dashes to underscores in shorthand routesMikko Johansson2014-01-201-0/+1
* Automatically convert dashes to underscores for url helpersAmr Tamimi2014-01-201-1/+2
* Allow an absolute controller path inside a module scopeAndrew White2014-01-051-2/+6
* Fix method redefined warning message in mapper.rbAndrew White2013-12-291-2/+3
* Fix mounting engines inside a resources blockPiotr Sarnacki2013-12-101-1/+2
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-1/+1
|\
| * Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-1/+1
* | Avoid hash lookups for building an array of required defaultsCarlos Antonio da Silva2013-11-151-2/+3
* | Get rid of useless temp variableCarlos Antonio da Silva2013-11-151-2/+1
* | Set values instead of building hashes with single values for mergingCarlos Antonio da Silva2013-11-151-2/+2
* | avoiding next statementsAkshay Vishnoi2013-11-151-9/+12
* | Improve Errors when Controller Name or Action isn't specfiedGaurish Sharma2013-11-051-2/+4
|/
* Revert "Merge pull request #12208 from mjhoy/patch-1"Rafael Mendonça França2013-09-121-0/+4
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-131-10/+10
|\
| * Change documentation to consistently refer to the same objectEarl J St Sauver2013-09-081-8/+8
| * Blacklist refferenced in docs is actually whitelistEarl J St Sauver2013-09-081-2/+2
* | remove outdated docsMichael Hoy2013-09-121-4/+0
* | Update mapper documenation for match helper [ci skip]Earl St Sauver2013-08-301-2/+3
|/
* Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-2/+10
* Add has_named_route? to the mapper APIJosé Valim2013-05-201-0/+5
* Rack::Mount was replaced by Journey, Fixed commentGaurish Sharma2013-04-301-1/+1
* extract arrays to constants in MapperVipul A M2013-04-221-2/+4
* 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
| |/