aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use #include? instead of #any?, make it simplerAkshay Vishnoi2014-05-031-1/+1
* | passing a nil in the polymorphic array is not supported. remove nils before y...Aaron Patterson2014-05-021-0/+4
* | passing a nil should always raise an ArgumentErrorAaron Patterson2014-05-021-1/+0
* | Tiny follow up to #14915 [ci skip]Robin Dupret2014-05-021-19/+18
* | only add the optiosn if they are not emptyAaron Patterson2014-05-011-1/+3
* | always pass options to the _url methodAaron Patterson2014-05-011-3/+1
* | never merge url options in to the first data hashAaron Patterson2014-05-011-1/+1
* | Merge pull request #14915 from juanpastas/patch-1Rafael Mendonça França2014-05-011-20/+37
|\ \
| * | [skip ci] Document: required `via` option in `match` routing method.Juan David Pastas2014-04-301-20/+37
* | | avoid calling extract_record multiple timesAaron Patterson2014-04-301-3/+2
* | | eliminate conditional when sending the named route methodAaron Patterson2014-04-301-2/+4
|/ /
* | Make URL escaping more consistentAndrew White2014-04-201-2/+2
* | 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
* | Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-241-3/+3
* | 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
* | Unique the segment keys array for non-optimized url helpersAndrew White2014-01-051-1/+1
* | Show full route constraints in error messageAndrew White2014-01-051-2/+3
* | Simplify arg parameterizationAndrew White2014-01-051-6/+1
* | Use a custom route vistor for optimized route generationAndrew White2014-01-051-27/+25
* | Allow engine root relative redirects using an empty string.Andrew White2014-01-011-8/+18
* | Fix method redefined warning message in mapper.rbAndrew White2013-12-291-2/+3
* | Show routes defined under assets prefixRyunosuke SATO2013-12-191-1/+1
* | Add mailer previews feature based on mail_view gemAndrew White2013-12-171-1/+1
* | Spelling and Grammar checksAkshay Vishnoi2013-12-121-1/+1
* | Fix mounting engines inside a resources blockPiotr Sarnacki2013-12-101-1/+2
* | Try to escape each part of a path redirect route correctlyAndrew White2013-12-021-8/+25
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-1/+1
|\ \
| * | Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-1/+1
* | | Fix for routes taskSıtkı Bağdat2013-11-211-1/+2
* | | 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
* | | Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+2
* | | avoiding next statementsAkshay Vishnoi2013-11-151-9/+12
* | | Improve Errors when Controller Name or Action isn't specfiedGaurish Sharma2013-11-051-2/+4
|/ /
* | Respect `SCRIPT_NAME` when using `redirect` with a relative pathAndrew White2013-10-101-0/+18