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
/
lib
/
action_controller
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rack implements `redirect?` so we don't need it
Aaron Patterson
2015-07-14
1
-3
/
+0
*
Change AC::TestResponse to AD::TestResponse
Prem Sichanugrist
2015-07-14
1
-1
/
+1
*
only have one TestResponse class
Aaron Patterson
2015-07-13
1
-4
/
+1
*
move buffer caching on to the buffer
Aaron Patterson
2015-07-13
1
-4
/
+0
*
we don't really need an extra method to set the script name
Aaron Patterson
2015-07-10
1
-5
/
+1
*
Remove useless conditional
Aaron Patterson
2015-07-10
1
-12
/
+0
*
default `PATH_INFO` to the generated path
Aaron Patterson
2015-07-10
1
-1
/
+2
*
always default the SCRIPT_NAME to whatever is on the controller
Aaron Patterson
2015-07-10
1
-1
/
+1
*
remove useless ivar clearing
Aaron Patterson
2015-07-10
1
-6
/
+0
*
call the `path_parameters=` setter rather than rely on mutations
Aaron Patterson
2015-07-10
1
-1
/
+3
*
start collecting `env` mutations
Aaron Patterson
2015-07-10
1
-5
/
+3
*
Parameters are converted to a query string
Aaron Patterson
2015-07-10
1
-17
/
+0
*
no more HWIA
Aaron Patterson
2015-07-10
1
-1
/
+1
*
remove param dup'ing logic
Aaron Patterson
2015-07-10
1
-8
/
+0
*
encode / decode parameters before assigning them to the request
Aaron Patterson
2015-07-10
1
-5
/
+58
*
set parameters as a query string
Aaron Patterson
2015-07-09
1
-6
/
+9
*
build and assign parameters rather than rely on mutations
Aaron Patterson
2015-07-08
1
-1
/
+15
*
assign the cookie hash on request allocation
Aaron Patterson
2015-07-08
1
-1
/
+1
*
request objects are no longer recycled
Aaron Patterson
2015-07-08
1
-10
/
+8
*
add a new constructor for allocating test requests
Aaron Patterson
2015-07-08
1
-11
/
+13
*
pass the starting env and session to build_request
Aaron Patterson
2015-07-08
1
-3
/
+3
*
pass the session and env in to the test request
Aaron Patterson
2015-07-08
1
-4
/
+8
*
allocate new responses rather than recycling them
Aaron Patterson
2015-07-08
1
-12
/
+5
*
pass cookies from the jar in the HTTP_COOKIE header
eileencodes
2015-07-07
1
-8
/
+7
*
Send cookies with request
eileencodes
2015-07-07
1
-1
/
+4
*
Update RDoc for ActionController::TestCase for kwargs.
Victor Costan
2015-06-12
1
-1
/
+1
*
Merge pull request #20138 from tgxworld/deprecated_assert_template
Rafael Mendonça França
2015-06-01
1
-6
/
+0
|
\
|
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-6
/
+0
*
|
Use `any?` rather than `present?` to check args
eileencodes
2015-05-31
1
-1
/
+1
|
/
*
Remove unused code.
Guo Xiang Tan
2015-05-29
1
-2
/
+0
*
Merge pull request #19808 from byroot/action-parameter
Rafael Mendonça França
2015-05-27
1
-15
/
+12
|
\
|
*
Allow to parameters named `action` or `controller` from AC::TestCase helpers
Jean Boussier
2015-04-18
1
-15
/
+12
*
|
Move `TemplateAssertions` to their own file
eileencodes
2015-05-09
1
-188
/
+1
*
|
Use `args` instead of `*args` in `kwargs_request?` method
eileencodes
2015-05-02
1
-3
/
+3
|
/
*
Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...
Santiago Pastorino
2015-04-12
1
-5
/
+2
*
fix fails to force_ssl_redirection if session_store is disabled
Taishi Kasuga
2015-04-09
1
-2
/
+5
*
Use request.session.id instead of request.session_options[:id]
Brian John
2015-03-12
1
-1
/
+1
*
Merge pull request #18771 from kirs/deprecate-xhr
Rafael Mendonça França
2015-02-05
1
-3
/
+18
|
\
|
*
Migrating xhr methods to keyword arguments syntax
Kir Shatrov
2015-02-01
1
-3
/
+18
*
|
Merge pull request #18721 from sj26/pre-discard-flash
Aaron Patterson
2015-02-01
1
-0
/
+2
|
\
\
|
*
|
Fix flash remaining after last flash deleted
Samuel Cochran
2015-01-29
1
-0
/
+2
*
|
|
Fix a typo in deprecation warning. #process takes method instead of http_method.
Juanito Fatas
2015-01-31
1
-1
/
+1
*
|
|
[ci skip] Document format parameter of process method in AC test_case.
Juanito Fatas
2015-01-31
1
-0
/
+1
|
|
/
|
/
|
*
|
Use fixed fonts only in the name of the parameter
Rafael Mendonça França
2015-01-29
1
-8
/
+8
*
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-28
/
+93
|
/
*
Reset template assertions without warnings
brainopia
2015-01-05
1
-2
/
+4
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-23
/
+1
*
Integration requests should work in contexts without setup and teardown
brainopia
2015-01-02
1
-1
/
+2
*
adding that assert_template with :layout will raise ArgumentError for unknown...
Carsten Wirth
2014-12-16
1
-0
/
+2
*
Deprecate `use_route` in controller tests
Godfrey Chan
2014-11-23
1
-1
/
+22
[next]