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
/
controller
/
test_case_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
url -> URL where apt inside actionpack/
Sharang Dashputre
2019-04-01
1
-1
/
+1
*
Pass the correct value as JSON
yuuji.yaginuma
2018-12-19
1
-1
/
+1
*
Allow nil params on controller HTTP test methods
r7kamura
2018-12-18
1
-0
/
+12
*
Allow using parsed_body in ActionController::TestCase
Tobias Bühlmann
2018-12-16
1
-0
/
+14
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
test_should_impose_childless_html_tags_in_html failure with JRuby
pavel
2018-07-15
1
-1
/
+7
*
e4e1b62 broke `to_param` handling:
Edouard CHIN
2018-07-12
1
-2
/
+15
*
Fix rubocop violations
bogdanvlviv
2018-06-15
1
-1
/
+1
*
Use Rack to generate query information under test
Aaron Patterson
2018-06-08
1
-2
/
+10
*
Reset CONTENT_LENGTH between test requests
Eugene Kenny
2018-05-01
1
-0
/
+8
*
Reset RAW_POST_DATA between test requests
Eugene Kenny
2018-04-20
1
-0
/
+8
*
Add `TestCaseTest#test_request_format_kwarg_doesnt_mutate_params` to master
bogdanvlviv
2018-04-10
1
-0
/
+8
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-1
/
+1
*
removed unnecessary semicolons
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-4
/
+4
*
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
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-3
/
+3
*
Fix test assertion
Rafael Mendonça França
2017-03-21
1
-1
/
+1
*
Revert "Merge pull request #27775 from domcleal/27774-format-reset"
Rafael Mendonça França
2017-03-21
1
-14
/
+5
*
Set correct "routes" in tests cases
bogdanvlviv
2017-02-20
1
-3
/
+3
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
Delete PATH_INFO after each controller test request
Dominic Cleal
2017-01-23
1
-0
/
+14
*
Revise the "XML is not HTML" test
Matthew Draper
2016-12-20
1
-12
/
+12
*
Show what was the error when assertion has failed
Akira Matsuda
2016-11-05
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-4
/
+4
*
Remove mona lisa image from the tests
Rafael Mendonça França
2016-10-25
1
-16
/
+16
*
Remove deprecated support to non-keyword arguments #process
Rafael Mendonça França
2016-10-10
1
-111
/
+0
*
Remove deprecated `xml_http_request` and `xhr` methods
Rafael Mendonça França
2016-10-10
1
-15
/
+0
*
Merge pull request #26573 from kirs/action-controller-as-format
Rafael França
2016-09-27
1
-0
/
+5
|
\
|
*
Make :as option also set request format (AC::TestCase)
Kir Shatrov
2016-09-21
1
-0
/
+5
*
|
Only search fixture_path for files that can't be found directly
Matthew Draper
2016-09-24
1
-0
/
+7
|
/
*
Set the request type if as: is specified
Everest Munro-Zeisberger
2016-08-18
1
-0
/
+9
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-20
/
+20
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-10
/
+10
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-214
/
+214
*
Reset rack.input when the environment is scrubbed for the next request
Nick Sieger
2016-07-27
1
-0
/
+8
*
Clean up the test request/response even after an exception
Matthew Draper
2016-06-01
1
-0
/
+24
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+2
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-4
/
+13
*
Remove unused test controller action
Andrew White
2016-02-16
1
-5
/
+0
*
Move test for #22828 into it's own test
Andrew White
2016-02-16
1
-2
/
+10
*
Escape cookie's key and value in ActionController::TestCase
Takayuki Matsubara
2015-12-30
1
-0
/
+7
*
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-1
/
+1
*
switch to JSON.dump to avoid infinite recursion
Aaron Patterson
2015-10-29
1
-1
/
+1
*
Write the cookie jar it was not committed in TestCase
Rafael Mendonça França
2015-10-28
1
-1
/
+1
*
don't access the response object before a request was made
Aaron Patterson
2015-09-23
1
-1
/
+10
*
Handle Content-Types that are not :json, :xml, or :url_encoded_form
eileencodes
2015-09-09
1
-0
/
+25
[next]