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
...
*
Add docs for Router::Utils.unescape_uri method
dixpac
2017-04-30
1
-0
/
+4
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
5
-5
/
+11
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
Merge pull request #27647 from Shopify/fully-eagerload-journey
Rafael França
2017-01-30
3
-0
/
+22
|
\
|
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
3
-0
/
+22
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
|
/
*
Use `next` instead of `break`; avoid terminating whole loop
Jon Moss
2016-12-29
1
-1
/
+1
*
Optimize Journey::Route#score
Ben Hughes
2016-12-28
2
-5
/
+14
*
Shave a couple of allocations off Journey scan & parse
Matthew Draper
2016-12-25
3
-203
/
+207
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
8
-12
/
+12
*
Fix :stopdoc: to :startdoc: [ci skip]
Ryuta Kamizono
2016-10-28
1
-1
/
+1
*
Remove all Journey constant from public API
Rafael Mendonça França
2016-10-26
5
-7
/
+17
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-1
/
+5
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-11
/
+11
*
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
[prev]
[next]