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
/
journey
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #21849 from yui-knk/refactor_regexp_to_string
Andrew White
2015-10-12
1
-1
/
+1
|
\
|
*
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
1
-1
/
+1
*
|
used predicate methods to avoid is_a? checks
Ronak Jangir
2015-10-10
2
-3
/
+5
|
/
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
2
-4
/
+0
*
Fix route creation when format is a blank string
eileencodes
2015-09-02
1
-1
/
+1
*
set route precedence at allocation time
Aaron Patterson
2015-08-20
1
-6
/
+4
*
drop array allocations when building paths
Aaron Patterson
2015-08-18
1
-0
/
+2
*
drop string allocations for each resource
Aaron Patterson
2015-08-18
1
-0
/
+2
*
Remove unreached default value
Rafael Mendonça França
2015-08-17
1
-1
/
+1
*
use the strategy pattern to match request verbs
Aaron Patterson
2015-08-17
1
-6
/
+48
*
split the verb regex from the constraints hash
Aaron Patterson
2015-08-17
1
-6
/
+17
*
introduce an alternate constructor for Route objects
Aaron Patterson
2015-08-17
1
-0
/
+4
*
drop object allocation during routes setup
Aaron Patterson
2015-08-17
2
-44
/
+89
*
avoid is_a? checks
Aaron Patterson
2015-08-17
2
-2
/
+4
*
pull RegexpOffsets in to a method
Aaron Patterson
2015-08-17
1
-27
/
+14
*
`required_defaults` is always passed in, remove conditional
Aaron Patterson
2015-08-17
1
-1
/
+1
*
use predicate methods to avoid is_a? checks
Aaron Patterson
2015-08-17
2
-1
/
+3
*
default pattern to use a joined string
Aaron Patterson
2015-08-17
1
-2
/
+2
*
move route allocation to a factory method on the mapping object
Aaron Patterson
2015-08-15
1
-8
/
+1
*
only keep one hash of named routes
Aaron Patterson
2015-08-14
2
-5
/
+2
*
rm add_route2
Aaron Patterson
2015-08-14
1
-7
/
+1
*
pass pass the mapping object down the add_route stack
Aaron Patterson
2015-08-14
1
-2
/
+12
*
pull up path parsing
Aaron Patterson
2015-08-14
1
-0
/
+4
*
use predicate methods instead of hard coding verb strings
Aaron Patterson
2015-08-14
1
-1
/
+1
*
remove hard coded regular expression
Aaron Patterson
2015-08-14
2
-1
/
+5
*
remove Strexp
Aaron Patterson
2015-08-13
3
-34
/
+11
*
pass anchor directly to `Pattern`
Aaron Patterson
2015-08-13
2
-8
/
+7
*
Array#any? is slower and not the inverse of Array#empty?
Jean Boussier
2015-07-30
1
-2
/
+2
*
Use delete_if instead of each; delete(key)
schneems
2015-07-30
1
-3
/
+2
*
Remove (another) array allocation
schneems
2015-07-30
1
-5
/
+14
*
Remove array allocation
schneems
2015-07-30
1
-2
/
+2
*
Avoid calling to_s on nil in journey/formatter
schneems
2015-07-30
1
-2
/
+2
*
Speed up journey missing_keys
schneems
2015-07-29
1
-3
/
+15
*
Speed up journey extract_parameterized_parts
schneems
2015-07-29
1
-2
/
+3
*
Freeze string literals when not mutated.
schneems
2015-07-19
2
-4
/
+4
*
Merge pull request #19431 from hmarr/head-routing
Rafael Mendonça França
2015-06-22
1
-1
/
+2
|
\
|
*
Respect routing precedence for HEAD requests
Harry Marr
2015-03-20
1
-1
/
+2
*
|
extract required_defaults from the conditions hash before constructing the route
Aaron Patterson
2015-06-08
2
-6
/
+5
*
|
Use block variable instead of global
schneems
2015-06-01
1
-1
/
+1
*
|
ActionDispatch::Journey::Routes#empty? test cases
Valentine Valyaeff
2015-05-19
1
-1
/
+1
*
|
Added ActionDispatch::Journey::Routes#empty?
juggernaut-
2015-05-18
1
-0
/
+4
*
|
Merge pull request #18392 from brainopia/fix_route_requirements
Arthur Nogueira Neves
2015-04-27
1
-1
/
+1
|
\
\
|
*
|
Correct route requirements by overriding defaultls (fixes #18373)
brainopia
2015-01-08
1
-1
/
+1
*
|
|
sort_by instead of sort
Yang Bo
2015-04-08
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #15806 from tgxworld/partition_routes_during_setup
Aaron Patterson
2015-03-02
2
-8
/
+13
|
\
\
|
*
|
Partition routes during setup.
Guo Xiang Tan
2015-02-26
2
-8
/
+13
*
|
|
Revert "Merge pull request #18764 from tsun1215/master"
Jeremy Kemper
2015-02-26
1
-1
/
+0
|
/
/
*
/
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
1
-0
/
+1
|
/
*
Remove some comments about Ruby 1.9 behaviors
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-15
/
+0
[next]