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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added controller-level etag additions that will be part of the action etag co...
David Heinemeier Hansson
2012-08-29
1
-0
/
+32
*
Add automatic template digests to all CacheHelper#cache calls (originally spi...
David Heinemeier Hansson
2012-08-29
1
-5
/
+16
*
Add Missing Keys from Journey on failed URL format
schneems
2012-08-28
1
-6
/
+6
*
Deprecate AV::RecordIdentifier in controllers
Piotr Sarnacki
2012-08-28
1
-0
/
+41
*
Use ActionView::Base.logger instead of AC::Base.logger
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Move action_controller/vendor/html-scanner to action_view
Piotr Sarnacki
2012-08-28
3
-3
/
+3
*
Move ActionController::RecordIdentifier to ActionView
Piotr Sarnacki
2012-08-28
1
-40
/
+0
*
Access @rs only through attr_accessor
tomykaira
2012-08-20
1
-11
/
+11
*
Extract common controllers to abstract_unit
Rafael Mendonça França
2012-08-13
1
-29
/
+0
*
set the controller under test so we no longer need the reset! method
Aaron Patterson
2012-08-09
1
-38
/
+4
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
2
-7
/
+8
*
make sure the body finishes rendering before checking response closure
Aaron Patterson
2012-08-03
1
-1
/
+2
*
Collapsed dual checks (one for content headers and one for content) into a si...
Armand du Plessis
2012-08-02
2
-4
/
+34
*
Merge pull request #7240 from steveklabnik/fix_2301
Rafael Mendonça França
2012-08-02
1
-3
/
+4
|
\
|
*
Fix for digest authentication bug - issue #2301 in rails/rails
Arthur Smith
2012-08-02
1
-3
/
+4
*
|
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
|
/
*
html_escape should escape single quotes
Santiago Pastorino
2012-07-31
2
-3
/
+3
*
close the response when the response body is set so that normal render calls ...
Aaron Patterson
2012-07-29
1
-0
/
+9
*
header hash is duped before being sent up the rack stack
Aaron Patterson
2012-07-29
1
-0
/
+13
*
make sure set_response! sets the correct response object
Aaron Patterson
2012-07-29
1
-0
/
+6
*
Controller actions are processed in a separate thread for live
Aaron Patterson
2012-07-29
1
-3
/
+69
*
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
1
-0
/
+26
*
flushing output should write to the stream rather than mutating the response ...
Aaron Patterson
2012-07-29
1
-3
/
+3
*
remove dead test
Aaron Patterson
2012-07-29
1
-4
/
+0
*
adding a buffered stream to the response object
Aaron Patterson
2012-07-29
1
-0
/
+30
*
Remove warning renaming the test classes to use the test convention
Rafael Mendonça França
2012-07-29
2
-2
/
+2
*
this test is not a controller test, so switch to AS::TC
Aaron Patterson
2012-07-28
1
-1
/
+1
*
Clean up Sweeper controller accessor when an Error is raised
Brian John
2012-07-20
1
-0
/
+11
*
Fix indentation.
Piotr Sarnacki
2012-07-11
1
-4
/
+4
*
Don't raise an error if http auth token isn't well formatted
Piotr Sarnacki
2012-07-11
1
-0
/
+8
*
deprecate `describe` without a block.
Aaron Patterson
2012-07-09
3
-12
/
+0
*
Use "instance_accessor" for flash types class attribute
Carlos Antonio da Silva
2012-07-07
1
-1
/
+0
*
Added support add_flash_types
kennyj
2012-07-07
1
-0
/
+26
*
Remove unused code.
kennyj
2012-07-07
1
-4
/
+0
*
Prevent conflict between mime types and Object methods
Mircea Pricop
2012-07-06
1
-1
/
+3
*
Merge branch 'master' into testclean
Aaron Patterson
2012-07-05
1
-0
/
+5
|
\
|
*
Add the options method to action_controller testcase.
François de Metz
2012-07-04
1
-0
/
+5
*
|
test should be testing to_param not to_s, remove Array subclass
Aaron Patterson
2012-07-03
1
-2
/
+2
|
/
*
AS::Callbacks: deprecate monkey patch code
Bogdan Gusiev
2012-06-26
1
-0
/
+12
*
Merge pull request #6805 from tim-vandecasteele/uploadedfile-paramify
Carlos Antonio da Silva
2012-06-23
1
-0
/
+7
|
\
|
*
Don't paramify ActionDispatch::Http::UploadedFile in tests
Tim Vandecasteele
2012-06-22
1
-0
/
+7
*
|
Removed warnings.
Arun Agrawal
2012-06-21
1
-3
/
+3
|
/
*
Merge pull request #6777 from route/logger_in_metal_tests
Carlos Antonio da Silva
2012-06-19
1
-0
/
+17
|
\
|
*
Added test for case when view doesn't have logger method when using ActionCon...
Dmitry Vorotilin
2012-06-19
1
-0
/
+17
*
|
Ensure that cache-control headers are merged
James Tucker
2012-06-18
1
-0
/
+12
|
/
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-0
/
+5
*
adding a test for #6459
Aaron Patterson
2012-06-14
1
-0
/
+10
*
This consider_all_requests_local doesn't make sense
Santiago Pastorino
2012-06-12
1
-18
/
+0
*
Return proper format on exceptions
Santiago Pastorino
2012-06-11
1
-0
/
+43
*
stop `to_s`ing method names
Akira Matsuda
2012-06-06
1
-16
/
+16
[next]