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
/
formatter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix route creation when format is a blank string
eileencodes
2015-09-02
1
-1
/
+1
*
only keep one hash of named routes
Aaron Patterson
2015-08-14
1
-1
/
+1
*
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
*
sort_by instead of sort
Yang Bo
2015-04-08
1
-1
/
+1
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-15
/
+0
*
Don't show the warning if we're already raising the error anyway
Godfrey Chan
2014-11-23
1
-8
/
+13
*
Deprecate passing an invalid name to `Formatter#generate`
Godfrey Chan
2014-11-23
1
-0
/
+10
*
fix url generation error message
Accessd
2014-10-21
1
-1
/
+1
*
`recall` should be `path_parameters`, also make it required
Aaron Patterson
2014-07-17
1
-3
/
+3
*
Remove AD::Journey::Formatter#verify_required_parts!
Viktar Basharymau
2014-05-23
1
-5
/
+0
*
Merge pull request #15254 from DNNX/formatter-refactoring-3
Rafael Mendonça França
2014-05-22
1
-4
/
+4
|
\
|
*
Rename `stack` to `queue`
Viktar Basharymau
2014-05-22
1
-4
/
+4
*
|
Merge pull request #15252 from DNNX/formatter-refactoring-2
Rafael Mendonça França
2014-05-22
1
-1
/
+1
|
\
\
|
*
|
Remove unnecessary `Hash#to_a` call
Viktar Basharymau
2014-05-22
1
-1
/
+1
|
|
/
*
/
Use `break` instead of `next` in AD::Journey::Formatter#match_route
Viktar Basharymau
2014-05-22
1
-1
/
+1
|
/
*
do not mutate parameters, let the caller do mutations
Aaron Patterson
2014-05-21
1
-0
/
+6
*
we don't use this parameter for anything, so rm
Aaron Patterson
2014-05-20
1
-1
/
+1
*
Replace map.flatten(1) with flat_map
Erik Michaels-Ober
2014-02-28
1
-2
/
+2
*
Show full route constraints in error message
Andrew White
2014-01-05
1
-2
/
+2
*
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
1
-1
/
+5
*
rails -> Rails [ci skip]
Prathamesh Sonpatki
2013-05-09
1
-1
/
+1
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
1
-1
/
+1
*
Raise correct exception now Journey is integrated.
Andrew White
2013-01-15
1
-1
/
+6
*
remove another unnecessary dup
Gosha Arinich
2013-01-02
1
-5
/
+3
*
remove unnecessary #dup
Gosha Arinich
2013-01-02
1
-2
/
+1
*
update AD::Journey to follow Rails coding conventions
Francesco Rodriguez
2012-12-20
1
-84
/
+82
*
:nodoc: Journey because is not part of the public API [ci skip]
Francesco Rodriguez
2012-12-19
1
-6
/
+5
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-0
/
+147