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
/
test
/
journey
/
router_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-11
/
+11
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-16
/
+16
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-4
/
+4
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-31
/
+31
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-7
/
+7
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-50
/
+50
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-85
/
+85
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-61
/
+69
*
Remove TestRouter#add_routes
akihiro17
2015-09-29
1
-11
/
+0
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-1
/
+0
*
use the mapper to build the routing table
Aaron Patterson
2015-08-15
1
-200
/
+89
*
only keep one hash of named routes
Aaron Patterson
2015-08-14
1
-5
/
+6
*
rm add_route2
Aaron Patterson
2015-08-14
1
-26
/
+32
*
use predicate methods instead of hard coding verb strings
Aaron Patterson
2015-08-14
1
-5
/
+4
*
remove Strexp
Aaron Patterson
2015-08-13
1
-30
/
+23
*
pass anchor directly to `Pattern`
Aaron Patterson
2015-08-13
1
-22
/
+22
*
Revert "Merge pull request #20584 from arthurnn/fix_url"
Arthur Neves
2015-06-17
1
-7
/
+0
*
Catch InvalidURIError on bad paths on redirect.
Arthur Neves
2015-06-16
1
-0
/
+7
*
extract required_defaults from the conditions hash before constructing the route
Aaron Patterson
2015-06-08
1
-26
/
+26
*
sort_by instead of sort
Yang Bo
2015-04-08
1
-0
/
+27
*
Fix cases where the wrong name is passed to `Formatter#generate`
Godfrey Chan
2014-11-23
1
-1
/
+1
*
fix url generation error message
Accessd
2014-10-21
1
-0
/
+10
*
Improve router test.
Guo Xiang Tan
2014-08-21
1
-6
/
+11
*
Avoid duplicating routes for HEAD requests.
Guo Xiang Tan
2014-08-21
1
-1
/
+20
*
remove warnings
Kuldeep Aggarwal
2014-06-12
1
-2
/
+0
*
Path::Pattern is instantiated internally, so make the contructor require a st...
Aaron Patterson
2014-05-29
1
-15
/
+19
*
add an alternate constructor to Strexp that takes a string
Aaron Patterson
2014-05-29
1
-16
/
+16
*
Remove TODO.
Guo Xiang Tan
2014-05-28
1
-11
/
+1
*
pass the request object to the application
Aaron Patterson
2014-05-25
1
-2
/
+5
*
push is_a?(Dispatcher) check in to one place
Aaron Patterson
2014-05-24
1
-0
/
+1
*
glob_param is never used, so rm
Aaron Patterson
2014-05-23
1
-1
/
+5
*
decouple the router object from the request class
Aaron Patterson
2014-05-23
1
-14
/
+6
*
pass the correct custom request to the recognize method
Aaron Patterson
2014-05-23
1
-13
/
+10
*
switch to the `serve` method so we can remove the request class (eventually)
Aaron Patterson
2014-05-23
1
-2
/
+6
*
remove NullRequest and just always pass a request class
Aaron Patterson
2014-05-23
1
-3
/
+7
*
use the request object since we have it
Aaron Patterson
2014-05-23
1
-1
/
+3
*
middle variable is never used, so rm
Aaron Patterson
2014-05-21
1
-14
/
+14
*
we don't use this parameter for anything, so rm
Aaron Patterson
2014-05-20
1
-20
/
+19
*
Make URL escaping more consistent
Andrew White
2014-04-20
1
-1
/
+12
*
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
1
-9
/
+13
*
Raise correct exception now Journey is integrated.
Andrew White
2013-01-15
1
-4
/
+4
*
Use ActiveSupport::TestCase in the journey tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-0
/
+575