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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor route assertion methods in resources test
eileencodes
2015-08-08
1
-50
/
+51
*
Merge pull request #11352 from xaviershay/dispatcher-api
Rafael Mendonça França
2015-08-08
3
-17
/
+14
|
\
|
*
Allow a custom dispatcher to be provided to routing.
Xavier Shay
2015-08-07
3
-17
/
+14
*
|
Fix deprecation warning in tests
eileencodes
2015-08-08
1
-1
/
+1
*
|
Refactor to remove DrawOnce module
eileencodes
2015-08-08
1
-27
/
+8
|
/
*
remove vestigial code
Aaron Patterson
2015-08-07
1
-43
/
+0
*
finish deprecating handling strings and symbols
Aaron Patterson
2015-08-07
5
-61
/
+20
*
Using strings or symbols for middleware class names is deprecated.
Aaron Patterson
2015-08-07
3
-30
/
+26
*
simplify the Middleware constructor
Aaron Patterson
2015-08-07
1
-39
/
+24
*
do not add common ports to HTTP_HOST
Michael Grosser
2015-08-06
1
-0
/
+19
*
ExceptionWrapper doesn't need to know about `env`
Aaron Patterson
2015-08-06
1
-17
/
+15
*
use a request object to reduce string allocations and not know about ENV keys
Aaron Patterson
2015-08-06
1
-1
/
+1
*
Merge pull request #21131 from eagletmt/percent-filename
Rafael Mendonça França
2015-08-06
2
-0
/
+21
|
\
|
*
Add failing spec on utf8 filename with percent character
Kohei Suzuki
2015-08-04
2
-0
/
+21
*
|
Adds missing argument handling for ActionController::TestSession to
Matthew Gerrior
2015-08-06
1
-0
/
+10
|
/
*
Add missing assertion for test_route_with_colon_first
Aditya Kapoor
2015-08-03
1
-2
/
+4
*
Merge pull request #20590 from vngrs/set_default_charset
Rafael Mendonça França
2015-07-27
1
-0
/
+7
|
\
|
*
Document, refactor and create test case for ActionDispatch::Response#charset=...
Mehmet Emin İNAÇ
2015-06-17
1
-0
/
+7
*
|
Fix state being carried over from previous transaction
Roque Pinel
2015-07-20
1
-1
/
+1
*
|
Fix exception overwritten for parameters fetch method
Roque Pinel
2015-07-18
1
-0
/
+13
*
|
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
32
-215
/
+215
*
|
Add deprecation warning for `render :text`
Prem Sichanugrist
2015-07-17
1
-11
/
+42
*
|
Skip a few failing tests on JRuby with the attached tickets
Robin Dupret
2015-07-17
3
-0
/
+8
*
|
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
6
-7
/
+11
*
|
Merge pull request #20866 from jdantonio/countdown-latch
Aaron Patterson
2015-07-14
2
-21
/
+21
|
\
\
|
*
|
Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.
Jerry D'Antonio
2015-07-13
2
-21
/
+21
*
|
|
Merge pull request #20877 from sikachu/rename-ac-test_response
Rafael Mendonça França
2015-07-14
1
-1
/
+1
|
\
\
\
|
*
|
|
Change AC::TestResponse to AD::TestResponse
Prem Sichanugrist
2015-07-14
1
-1
/
+1
*
|
|
|
only call methods that are on the superclass
Aaron Patterson
2015-07-14
3
-7
/
+6
|
/
/
/
*
|
|
use a lookup table for `assert_response`
Aaron Patterson
2015-07-13
1
-2
/
+2
*
|
|
only have one TestResponse class
Aaron Patterson
2015-07-13
1
-1
/
+1
|
/
/
*
|
use `Rack::Test::UploadedFile` when uploading files
Aaron Patterson
2015-07-09
1
-2
/
+2
*
|
set parameters as a query string
Aaron Patterson
2015-07-09
1
-1
/
+1
*
|
use JSON to communicate between the controller and the tests
Aaron Patterson
2015-07-09
1
-12
/
+12
*
|
build and assign parameters rather than rely on mutations
Aaron Patterson
2015-07-08
1
-3
/
+3
*
|
request objects are no longer recycled
Aaron Patterson
2015-07-08
1
-6
/
+0
*
|
pass the variant as a parameter to more reflect real world apps
Aaron Patterson
2015-07-08
1
-3
/
+3
*
|
add a new constructor for allocating test requests
Aaron Patterson
2015-07-08
1
-9
/
+9
*
|
make `env` a required parameter
Aaron Patterson
2015-07-08
1
-6
/
+6
*
|
remove call to build_request
Aaron Patterson
2015-07-08
1
-1
/
+0
*
|
let the superclass build the request and response
Aaron Patterson
2015-07-08
10
-47
/
+13
*
|
pass variants in rather than mutating the request.
Aaron Patterson
2015-07-07
1
-48
/
+31
*
|
pass cookies from the jar in the HTTP_COOKIE header
eileencodes
2015-07-07
1
-2
/
+0
*
|
Merge pull request #13897 from gmalette/nested-parameter-filtering-2
Arthur Nogueira Neves
2015-07-06
1
-0
/
+1
|
\
\
|
*
|
Allow filtering params based on parent keys
Guillaume Malette
2015-06-22
1
-0
/
+1
*
|
|
Fix the random caching test failure.
Kasper Timm Hansen
2015-07-05
1
-0
/
+1
*
|
|
Improve error messages in cookies_test
eileencodes
2015-06-27
1
-3
/
+3
*
|
|
Merge pull request #20276 from davetron5000/revert-head-on-no-template
Kasper Timm Hansen
2015-06-27
1
-0
/
+21
|
\
\
\
|
*
|
|
Override default_render's behavior with a block
Dave Copeland
2015-06-20
1
-0
/
+21
|
|
/
/
*
|
|
Merge pull request #19431 from hmarr/head-routing
Rafael Mendonça França
2015-06-22
1
-3
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
[next]