aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* push options_constraints processing upAaron Patterson2014-06-031-22/+24
* remove options as an ivarAaron Patterson2014-06-031-6/+8
* only do Regexp === option onceAaron Patterson2014-06-031-3/+4
* return early from add_request_methodAaron Patterson2014-06-031-11/+11
* only loop over `options` once (hopefully)Aaron Patterson2014-06-031-13/+11
* only loop through constraints onceAaron Patterson2014-06-031-19/+15
* change defaults allocation to a one-linerAaron Patterson2014-06-031-3/+2
* no longer need the scope ivarAaron Patterson2014-06-031-2/+1