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
*
Add test select_tag escapes prompt
Santiago Pastorino
2012-08-03
1
-0
/
+6
*
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
7
-7
/
+0
*
|
Improve error handling when using partial name with hyphen. Fix #7079
kennyj
2012-08-03
1
-0
/
+7
|
/
*
html_escape should escape single quotes
Santiago Pastorino
2012-07-31
8
-25
/
+25
*
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
*
freeze the header object
Aaron Patterson
2012-07-29
1
-0
/
+2
*
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
*
raise exceptions on header set after response committed
Aaron Patterson
2012-07-29
1
-0
/
+19
*
make sure appropriate headers are set and deleted
Aaron Patterson
2012-07-29
1
-0
/
+11
*
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
2
-0
/
+60
*
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
2
-0
/
+50
*
Remove warning renaming the test classes to use the test convention
Rafael Mendonça França
2012-07-29
2
-2
/
+2
*
Remove deprecation warning, since scoped waas deprecated
Rafael Mendonça França
2012-07-29
1
-1
/
+1
*
this test is not a controller test, so switch to AS::TC
Aaron Patterson
2012-07-28
1
-1
/
+1
*
fix failure test 'test_can_wait_until_commit(ResponseTest)' in actionpack
Vladimir Strakhov
2012-07-28
1
-2
/
+2
*
threads can wait on responses to be committed
Aaron Patterson
2012-07-27
1
-0
/
+9
*
Replace the flush parameter with a Hash.
Lucas Mazza
2012-07-24
1
-9
/
+9
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
2
-9
/
+1
*
Add one more test case to make sure that data attributes are being
Rafael Mendonça França
2012-07-22
1
-0
/
+7
*
Merge pull request #7123 from nashby/data-in-options
Rafael Mendonça França
2012-07-22
1
-7
/
+14
|
\
|
*
don't escape options in option_html_attributes method
Vasiliy Ermolovich
2012-07-22
1
-7
/
+14
*
|
Remove deprecation warnings
Carlos Galdino + Rafael Mendonça França
2012-07-21
2
-2
/
+2
*
|
Add back `:disable_with` and change deprecation horizon to 4.1
Carlos Galdino + Rafael Mendonça França
2012-07-21
2
-2
/
+34
*
|
Add back `:confirm` and change deprecation horizon to 4.1
Carlos Galdino + Rafael Mendonça França
2012-07-21
2
-0
/
+86
|
/
*
Merge pull request #7099 from f1sherman/sweeper-clean-up-if-exception-raised
Rafael Mendonça França
2012-07-20
1
-0
/
+11
|
\
|
*
Clean up Sweeper controller accessor when an Error is raised
Brian John
2012-07-20
1
-0
/
+11
*
|
Don't assume resource param is :id when using shallow routes
Andrew White
2012-07-20
1
-0
/
+12
*
|
Support constraints on resource custom params when nesting
Andrew White
2012-07-20
1
-1
/
+12
|
/
*
Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` option
Carlos Galdino
2012-07-18
2
-9
/
+16
*
add lazy look up in abstract controller's translate method
Sergey Pchelincev
2012-07-18
1
-0
/
+13
*
Common behavior with adding formats to lookup_context for TemplateRenderer an...
Dmitry Vorotilin
2012-07-18
8
-0
/
+17
*
Add support for optional root segments containing slashes
Andrew White
2012-07-17
1
-0
/
+27
*
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
*
Raise a helpful error message on #mount misuse
Carl Lerche
2012-07-10
1
-0
/
+9
*
Fixed bug creating invalid HTML in select options
Rusty Geldmacher
2012-07-10
1
-0
/
+14
*
deprecate `describe` without a block.
Aaron Patterson
2012-07-09
3
-12
/
+0
*
Remove AS declarative extension from erb tag test
Carlos Antonio da Silva
2012-07-08
1
-3
/
+0
*
Rename RouteInspector to RoutesInspector
Carlos Antonio da Silva
2012-07-08
1
-2
/
+2
*
move route_inspector to actionpack
@schneems and @mattt
2012-07-07
1
-0
/
+170
*
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
2
-6
/
+32
[next]