index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
routing
/
mapper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #19700 from tancnle/trivial-shallow-nesting-depth-count
Rafael Mendonça França
2015-04-08
1
-1
/
+1
|
\
|
*
A shorter and more concise version of select..size
Tan Le
2015-04-09
1
-1
/
+1
*
|
Improve shorthand matching for routes
brainopia
2015-01-25
1
-1
/
+1
*
|
Fix name_for_action in routing
rono23
2015-01-19
1
-2
/
+3
*
|
Remove unneeded requires
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
|
Remove deprecated support to define routes with `:to` option that
Rafael Mendonça França
2015-01-04
1
-17
/
+2
*
|
Only check that it is a Rails application once
Rafael Mendonça França
2014-12-08
1
-5
/
+7
*
|
Mounted Rack apps should have default named routes based on app name
T.J. Schuck
2014-12-06
1
-3
/
+10
*
|
Pure rack apps can be mounted with a name
Jean Boussier
2014-11-29
1
-7
/
+1
*
|
Refactor nested if
Bruno Sutic
2014-11-26
1
-5
/
+3
*
|
Wrap code snippets in +, not backticks, in sdoc
claudiob
2014-11-20
1
-3
/
+3
*
|
edit pass over all warnings
Xavier Noria
2014-10-28
1
-2
/
+11
*
|
Fix typo in actionpack/lib/action_dispatch/routing/mapper.rb
Yuutetu
2014-10-16
1
-1
/
+1
*
|
Don't ignore constraints in redirect routes
Agis-
2014-08-25
1
-2
/
+0
*
|
ask the scope object if it is a resource_method_scope
Aaron Patterson
2014-08-13
1
-10
/
+13
*
|
ask the scope for the action name
Aaron Patterson
2014-08-13
1
-14
/
+18
*
|
reduce calls to scope_level
Aaron Patterson
2014-08-13
1
-1
/
+5
*
|
change to attr_reader
Aaron Patterson
2014-08-13
1
-5
/
+1
*
|
scope_level is no longer a hash key, just use the ivar
Aaron Patterson
2014-08-13
1
-4
/
+9
*
|
move the scope level key fully inside the scope object
Aaron Patterson
2014-08-13
1
-1
/
+5
*
|
move scope_level to a method on the scope object
Aaron Patterson
2014-08-13
1
-7
/
+20
*
|
only look up scope level once
Aaron Patterson
2014-08-13
1
-6
/
+7
*
|
only test `prefix` once
Aaron Patterson
2014-08-13
1
-2
/
+4
*
|
pass consistent parameters to canonical_action?
Aaron Patterson
2014-08-13
1
-5
/
+5
*
|
fewer operations on the options hash
Aaron Patterson
2014-08-13
1
-10
/
+10
*
|
always return a string from find_script_name
Aaron Patterson
2014-08-01
1
-5
/
+7
*
|
use `get` instead of accessing the named routes internals
Aaron Patterson
2014-07-31
1
-1
/
+1
*
|
invert check so we fail faster
Aaron Patterson
2014-07-31
1
-1
/
+1
*
|
do a hash lookup for collision detection
Aaron Patterson
2014-07-31
1
-1
/
+1
*
|
push options inside the scope object
Aaron Patterson
2014-07-30
1
-4
/
+9
*
|
turn scope in to a linked list
Aaron Patterson
2014-07-30
1
-15
/
+36
*
|
remove the mounted? method
Aaron Patterson
2014-07-28
1
-1
/
+1
*
|
push rails app testing up
Aaron Patterson
2014-07-16
1
-9
/
+13
*
|
Rails-ish apps should descend from Rails::Railtie
Aaron Patterson
2014-07-16
1
-8
/
+3
*
|
app should always be a class (I suppose)
Aaron Patterson
2014-07-16
1
-1
/
+1
*
|
we should be checking if the app is a class
Aaron Patterson
2014-07-16
1
-1
/
+1
*
|
routed applications will respond to these methods
Aaron Patterson
2014-07-15
1
-1
/
+1
*
|
RouteSet should be in charge of constructing the dispather
Aaron Patterson
2014-07-15
1
-8
/
+9
*
|
Generate shallow paths for all children of shallow resources.
Seb Jacobs
2014-07-06
1
-1
/
+1
*
|
Fix doc unwanted dl Admin:: [ci skip]
Ciro Santilli
2014-07-01
1
-1
/
+1
|
/
*
push splitting "to" up the callstack
Aaron Patterson
2014-06-03
1
-15
/
+20
*
Routes specifying 'to:' must be a string that contains a "#" or a rack
Aaron Patterson
2014-06-03
1
-3
/
+21
*
push some options munging to an alternate constructor
Aaron Patterson
2014-06-03
1
-13
/
+19
*
move options_constraints tests next to each other
Aaron Patterson
2014-06-03
1
-2
/
+2
*
only do is_a checks on `formatted` once
Aaron Patterson
2014-06-03
1
-9
/
+5
*
push options_constraints processing up
Aaron Patterson
2014-06-03
1
-22
/
+24
*
remove options as an ivar
Aaron Patterson
2014-06-03
1
-6
/
+8
*
only do Regexp === option once
Aaron Patterson
2014-06-03
1
-3
/
+4
*
return early from add_request_method
Aaron Patterson
2014-06-03
1
-11
/
+11
*
only loop over `options` once (hopefully)
Aaron Patterson
2014-06-03
1
-13
/
+11
[prev]
[next]