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
/
dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
add comment to the empty each method for not removing it in future
Rajarshi Das
2014-07-26
1
-1
/
+2
|
/
/
*
|
Improve description of tests.
Guo Xiang Tan
2014-07-25
1
-4
/
+4
*
|
Bug fix for assert_template when opening a new session.
Guo Xiang Tan
2014-07-25
1
-0
/
+40
*
|
Fix AC::TemplateAssertions instance variables not resetting.
Guo Xiang Tan
2014-07-21
1
-0
/
+58
*
|
Merge pull request #16098 from tgxworld/fixes_to_request_test
Rafael Mendonça França
2014-07-18
1
-22
/
+14
|
\
\
|
*
|
Remove redundant test.
Guo Xiang Tan
2014-07-18
1
-11
/
+0
|
*
|
Fix duplicated test.
Guo Xiang Tan
2014-07-18
1
-2
/
+6
|
*
|
Update test to clearly reflect what it is testing for.
Guo Xiang Tan
2014-07-18
1
-5
/
+7
|
*
|
Update outdated test.
Guo Xiang Tan
2014-07-18
1
-6
/
+3
*
|
|
Add CHANGELOG for #14886
Arthur Neves
2014-07-18
1
-1
/
+1
*
|
|
LOCALHOST definition should match any 127.0.0.0/8 address
Earl J St Sauver
2014-07-18
1
-0
/
+7
*
|
|
Rails-ish apps should descend from Rails::Railtie
Aaron Patterson
2014-07-16
2
-5
/
+12
*
|
|
always transcode the file to utf-8
Aaron Patterson
2014-07-16
1
-0
/
+6
*
|
|
RouteSet should be in charge of constructing the dispather
Aaron Patterson
2014-07-15
1
-2
/
+2
*
|
|
Stash original path in `ShowExceptions` middleware
Grey Baker
2014-07-14
1
-1
/
+2
*
|
|
Merge pull request #13999 from jamox/update_rack
Aaron Patterson
2014-07-08
2
-7
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Upgraded rack
Jarmo Isotalo
2014-05-19
2
-7
/
+17
*
|
|
always test against a routed rack app so there are always url_helpers
Aaron Patterson
2014-07-07
4
-35
/
+65
*
|
|
Generate shallow paths for all children of shallow resources.
Seb Jacobs
2014-07-06
1
-0
/
+22
*
|
|
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-2
/
+2
*
|
|
Fix typo
Rafael Mendonça França
2014-07-02
1
-1
/
+1
*
|
|
Fix request's path_info when a rack app mounted at '/'.
Larry Lv
2014-06-14
1
-0
/
+7
*
|
|
Merge pull request #15530 from zuhao/refactor_actionpack_reloader_test
Matthew Draper
2014-06-06
1
-0
/
+5
|
\
\
\
|
*
|
|
Reset callbacks after test.
Zuhao Wan
2014-06-05
1
-0
/
+5
*
|
|
|
Merge pull request #15532 from zuhao/refactor_actionpack_response_test
Yves Senn
2014-06-05
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Restore Response.default_headers after test.
Zuhao Wan
2014-06-05
1
-2
/
+4
*
|
|
|
|
Avoid hard-coded value in test setup/teardown.
Zuhao Wan
2014-06-05
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #15529 from zuhao/refactor_actionpack_mime_type_test
Yves Senn
2014-06-05
1
-2
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Mime::PNG is already defined.
Zuhao Wan
2014-06-05
1
-2
/
+0
*
|
|
|
Avoid hardcoded value in test setup/teardown.
Zuhao Wan
2014-06-05
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #15349 from tgxworld/remove_duplicated_method_call
Rafael Mendonça França
2014-06-03
1
-4
/
+1
|
\
\
\
|
*
|
|
Remove duplicated HashWithIndifferentAccess#with_indifferent_access.
Guo Xiang Tan
2014-05-26
1
-4
/
+1
*
|
|
|
Routes specifying 'to:' must be a string that contains a "#" or a rack
Aaron Patterson
2014-06-03
2
-24
/
+32
*
|
|
|
use the factory method to construct the mapping
Aaron Patterson
2014-06-03
1
-1
/
+1
*
|
|
|
add tests for mixing :to and controller / action
Aaron Patterson
2014-06-03
1
-0
/
+48
*
|
|
|
test with an empty via
Aaron Patterson
2014-06-03
1
-0
/
+8
*
|
|
|
add a test for missing "via" parameter
Aaron Patterson
2014-06-03
1
-0
/
+8
*
|
|
|
Mapping never actually uses @set, so rm
Aaron Patterson
2014-05-29
1
-1
/
+1
*
|
|
|
use a parser to extract the group parts from the path
Aaron Patterson
2014-05-29
1
-2
/
+2
*
|
|
|
"controllers" should be a valid path name
Aaron Patterson
2014-05-29
1
-0
/
+10
*
|
|
|
add a test for controllers without colons
Aaron Patterson
2014-05-28
1
-0
/
+10
*
|
|
|
add a test for existing mapper functionality
Aaron Patterson
2014-05-28
1
-0
/
+12
*
|
|
|
add tests for argument error cases
Aaron Patterson
2014-05-28
1
-0
/
+27
*
|
|
|
Skip individual tests upon Dalli::RingError
Matthew Draper
2014-05-27
1
-0
/
+18
|
/
/
/
*
|
|
Merge pull request #14986 from dlangevin/trailing-slash-url-generation
Rafael Mendonça França
2014-05-24
1
-0
/
+18
|
\
\
\
|
*
|
|
Fixes URL generation with trailing_slash: true
Dan Langevin
2014-05-22
1
-0
/
+18
*
|
|
|
extract request allocation from the main app serving routine
Aaron Patterson
2014-05-23
1
-0
/
+1
*
|
|
|
use the request object since we have it
Aaron Patterson
2014-05-23
1
-5
/
+3
*
|
|
|
stop using PARAMETERS_KEY, and use the accessor on the request object
Aaron Patterson
2014-05-22
1
-0
/
+3
*
|
|
|
Form full URI as string to be parsed in Rack::Test.
Guo Xiang Tan
2014-05-21
1
-6
/
+6
|
|
/
/
|
/
|
|
[prev]
[next]