aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* drop || test for cases that do not need itAaron Patterson2014-05-131-1/+3
* extend with a module then use define_methodAaron Patterson2014-05-131-7/+4
* Do not use short-circuit returnRafael Mendonça França2014-05-041-2/+3
* Merge pull request #11166 from xavier/callable_constraint_verificationRafael Mendonça França2014-05-041-0/+7
|\
| * Verify that route constraints respond to the expected messages instead of sil...Xavier Defrang2013-06-281-0/+7
* | Tiny follow up to #14915 [ci skip]Robin Dupret2014-05-021-19/+18
* | [skip ci] Document: required `via` option in `match` routing method.Juan David Pastas2014-04-301-20/+37
* | Only make deeply nested routes shallow when parent is shallowAndrew White2014-04-111-1/+14
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-03-291-0/+4
|\ \
| * | Mention required glob param name in match docs for mapperEarl St Sauver2014-03-201-0/+4
* | | Use nested_scope? not shallow? to determine whether to copy optionsAndrew White2014-03-161-1/+5
* | | Copy shallow options from normal options when using scopeAndrew White2014-03-081-1/+2
* | | Pull namespace defaults out of the options hashAndrew White2014-03-081-3/+10
* | | Only use shallow nested scope when depth is > 1Andrew White2014-03-081-20/+23
* | | 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