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
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-1
/
+1
*
Merge pull request #26156 from sfaxon/route_visualizer_fix
Rafael França
2016-08-16
1
-1
/
+3
|
\
|
*
fix Rails.application.routes.router.visualizer for router debugging
Seth Faxon
2016-08-13
1
-1
/
+3
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-4
/
+4
|
/
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-2
/
+2
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
5
-6
/
+4
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
4
-173
/
+173
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
16
-53
/
+53
*
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-2
/
+7
|
\
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-2
/
+7
*
|
[ci skip] Replace usage of rake routes with rails routes
Abhishek Jain
2016-02-25
1
-1
/
+1
*
|
Add `internal` attribute to routes
Jon Moss
2016-02-22
1
-2
/
+3
*
|
Remove unused Journey code
Jon Moss
2016-02-17
2
-8
/
+0
|
/
*
Replace x.times.map{} with Array.new(x){}
Viktar Basharymau
2016-01-02
1
-1
/
+1
*
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
[next]