aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* only look up scope[:module] onceAaron Patterson2014-06-031-6/+6
* remove IGNORE_OPTIONSAaron Patterson2014-06-031-4/+8
* :only is never used in Mapping, so rm the keyAaron Patterson2014-06-031-1/+2
* remove :defaults from the IGNORE_OPTIONS listAaron Patterson2014-06-031-4/+4
* remove :constraints from IGNORE_OPTIONSAaron Patterson2014-06-031-4/+5
* disconnect normalize_defaults! from options[:constraints]Aaron Patterson2014-06-031-6/+6
* disconnect options and scope from the `blocks` methodAaron Patterson2014-06-031-7/+8
* disconnect the constraints method from the options and scope hashesAaron Patterson2014-06-031-12/+15
* :on is removed from options before the Mapping is instantiated, so remove it ...Aaron Patterson2014-06-031-1/+1
* pull up via extraction and remove it from options / IGNORE_OPTIONSAaron Patterson2014-06-031-8/+6