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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-1
/
+16
*
Always escape string passed to url helper.
edogawaconan
2014-04-20
1
-2
/
+2
*
Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`
Godfrey Chan
2013-11-05
1
-2
/
+2
*
Correct error in Utils.normalize_path that changed paths improperly
Josh Symonds
2013-10-23
1
-0
/
+8
*
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
1
-9
/
+13
*
Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti...
zires
2013-02-27
1
-0
/
+4
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-5
/
+8
*
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
13
-13
/
+13
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
7
-17
/
+17
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
13
-0
/
+1615
[prev]