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
*
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
*
remove unused `#optional_parts`
Sergey Alekseev
2014-12-05
1
-4
/
+0
*
remove unused `#generalized_table`
Sergey Alekseev
2014-12-05
1
-45
/
+0
*
Merge pull request #17827 from rkh/rkh-fix-or-pattern
Aaron Patterson
2014-12-01
1
-0
/
+5
|
\
|
*
make OR in journey patterns compile to a valid regular expression
Konstantin Haase
2014-11-29
1
-0
/
+5
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
4
-8
/
+8
|
/
*
CSS fix for the router visualizer
Bruno Sutic
2014-11-25
1
-4
/
+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
*
Use `#tr` instead of `#gsub`
Nicolas Cavigneaux
2014-10-14
1
-1
/
+1
*
Improve Journey compliance to RFC 3986
Nicolas Cavigneaux
2014-10-14
1
-5
/
+5
*
Replace Array#shuffle.first with Array#sample
Erik Michaels-Ober
2014-10-13
1
-2
/
+2
*
Avoid duplicating routes for HEAD requests.
Guo Xiang Tan
2014-08-21
1
-17
/
+23
*
Using no_result_var in Journey's parser generator
Jack Danger Canty
2014-08-03
2
-43
/
+33
*
`recall` should be `path_parameters`, also make it required
Aaron Patterson
2014-07-17
1
-3
/
+3
*
Force encoding of US-ASCII to UTF-8 in unescape_uri.
Karl Entwistle
2014-07-10
1
-5
/
+7
*
Replace x.sort_by!.select! with x.select!.sort_by!
Viktar Basharymau
2014-06-20
1
-1
/
+2
*
Fix request's path_info when a rack app mounted at '/'.
Larry Lv
2014-06-14
1
-0
/
+1
*
no more is_a checks on instantiation
Aaron Patterson
2014-05-29
1
-9
/
+4
*
Path::Pattern is instantiated internally, so make the contructor require a st...
Aaron Patterson
2014-05-29
1
-7
/
+6
*
Strexp#names is only used in a test, so rm
Aaron Patterson
2014-05-29
1
-4
/
+0
*
add an alternate constructor to Strexp that takes a string
Aaron Patterson
2014-05-29
1
-7
/
+9
*
ask the strexp for the ast
Aaron Patterson
2014-05-29
2
-3
/
+7
*
use a parser to extract the group parts from the path
Aaron Patterson
2014-05-29
1
-0
/
+4
*
Merge branch 'constraints'
Aaron Patterson
2014-05-27
2
-10
/
+2
|
\
|
*
pass the request object to the application
Aaron Patterson
2014-05-25
1
-1
/
+1
|
*
push is_a?(Dispatcher) check in to one place
Aaron Patterson
2014-05-24
1
-9
/
+1
*
|
Merge pull request #15321 from tgxworld/only_find_routes_as_heads_for_head_re...
Santiago Pastorino
2014-05-27
1
-1
/
+4
|
\
\
|
*
|
Call get_routes_as_head only on HEAD requests.
Guo Xiang Tan
2014-05-25
1
-1
/
+4
|
|
/
*
/
Remove unnecessary flatten! method call.
Guo Xiang Tan
2014-05-25
1
-3
/
+1
|
/
*
unwrap the constraints object on initialization, eliminate loops
Aaron Patterson
2014-05-24
1
-1
/
+1
*
Fix router visualizer CSS and JS resources
Franco Catena
2014-05-23
1
-2
/
+2
*
there is no formatter on the router object, so rm
Aaron Patterson
2014-05-23
1
-1
/
+0
*
Merge pull request #15273 from DNNX/formatter-refactoring-4
Rafael Mendonça França
2014-05-23
1
-5
/
+0
|
\
|
*
Remove AD::Journey::Formatter#verify_required_parts!
Viktar Basharymau
2014-05-23
1
-5
/
+0
*
|
decouple the router object from the request class
Aaron Patterson
2014-05-23
1
-5
/
+3
*
|
pass the correct custom request to the recognize method
Aaron Patterson
2014-05-23
1
-3
/
+1
[next]