aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary `dup` from Mapper `add_route`Roque Pinel2015-07-011-1/+1
* Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-111-6/+19
* match method doc fix [ci skip]Mehmet Emin İNAÇ2015-05-301-3/+6
* [ci skip] match without via is now deprecatedYoong Kang Lim2015-05-301-1/+1
* Use ruby 1.9 lambda syntax in documentations [ci skip]Mehmet Emin İNAÇ2015-05-031-3/+3
* Merge pull request #19700 from tancnle/trivial-shallow-nesting-depth-countRafael Mendonça França2015-04-081-1/+1
|\
| * A shorter and more concise version of select..sizeTan Le2015-04-091-1/+1
* | Improve shorthand matching for routesbrainopia2015-01-251-1/+1
* | Fix name_for_action in routingrono232015-01-191-2/+3
* | Remove unneeded requiresRafael Mendonça França2015-01-041-1/+0
* | Remove deprecated support to define routes with `:to` option thatRafael Mendonça França2015-01-041-17/+2
* | Only check that it is a Rails application onceRafael Mendonça França2014-12-081-5/+7
* | Mounted Rack apps should have default named routes based on app nameT.J. Schuck2014-12-061-3/+10
* | Pure rack apps can be mounted with a nameJean Boussier2014-11-291-7/+1
* | Refactor nested ifBruno Sutic2014-11-261-5/+3
* | Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-3/+3
* | edit pass over all warningsXavier Noria2014-10-281-2/+11
* | Fix typo in actionpack/lib/action_dispatch/routing/mapper.rbYuutetu2014-10-161-1/+1
* | Don't ignore constraints in redirect routesAgis-2014-08-251-2/+0
* | ask the scope object if it is a resource_method_scopeAaron Patterson2014-08-131-10/+13
* | ask the scope for the action nameAaron Patterson2014-08-131-14/+18
* | reduce calls to scope_levelAaron Patterson2014-08-131-1/+5
* | change to attr_readerAaron Patterson2014-08-131-5/+1
* | scope_level is no longer a hash key, just use the ivarAaron Patterson2014-08-131-4/+9
* | move the scope level key fully inside the scope objectAaron Patterson2014-08-131-1/+5
* | move scope_level to a method on the scope objectAaron Patterson2014-08-131-7/+20
* | only look up scope level onceAaron Patterson2014-08-131-6/+7
* | only test `prefix` onceAaron Patterson2014-08-131-2/+4
* | pass consistent parameters to canonical_action?Aaron Patterson2014-08-131-5/+5
* | fewer operations on the options hashAaron Patterson2014-08-131-10/+10
* | always return a string from find_script_nameAaron Patterson2014-08-011-5/+7
* | use `get` instead of accessing the named routes internalsAaron Patterson2014-07-311-1/+1
* | invert check so we fail fasterAaron Patterson2014-07-311-1/+1
* | do a hash lookup for collision detectionAaron Patterson2014-07-311-1/+1
* | push options inside the scope objectAaron Patterson2014-07-301-4/+9
* | turn scope in to a linked listAaron Patterson2014-07-301-15/+36
* | remove the mounted? methodAaron Patterson2014-07-281-1/+1
* | push rails app testing upAaron Patterson2014-07-161-9/+13
* | Rails-ish apps should descend from Rails::RailtieAaron Patterson2014-07-161-8/+3
* | app should always be a class (I suppose)Aaron Patterson2014-07-161-1/+1
* | we should be checking if the app is a classAaron Patterson2014-07-161-1/+1
* | routed applications will respond to these methodsAaron Patterson2014-07-151-1/+1
* | RouteSet should be in charge of constructing the dispatherAaron Patterson2014-07-151-8/+9
* | Generate shallow paths for all children of shallow resources.Seb Jacobs2014-07-061-1/+1
* | Fix doc unwanted dl Admin:: [ci skip]Ciro Santilli2014-07-011-1/+1
|/
* push splitting "to" up the callstackAaron Patterson2014-06-031-15/+20
* Routes specifying 'to:' must be a string that contains a "#" or a rackAaron Patterson2014-06-031-3/+21
* push some options munging to an alternate constructorAaron Patterson2014-06-031-13/+19
* move options_constraints tests next to each otherAaron Patterson2014-06-031-2/+2
* only do is_a checks on `formatted` onceAaron Patterson2014-06-031-9/+5