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
...
*
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
*
Remove unused code.
kennyj
2012-07-07
1
-4
/
+0
*
Prevent conflict between mime types and Object methods
Mircea Pricop
2012-07-06
2
-1
/
+17
*
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
|
/
*
Remove more tests related to draw external routes files
Rafael Mendonça França
2012-06-29
4
-53
/
+1
*
AS::Callbacks: deprecate monkey patch code
Bogdan Gusiev
2012-06-26
1
-0
/
+12
*
Move number helper i18n related tests to AS
Carlos Antonio da Silva
2012-06-24
1
-122
/
+0
*
Refactor AV number helper tests with invalid numbers
Carlos Antonio da Silva
2012-06-24
1
-44
/
+14
*
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
*
|
Merge pull request #6428 from pinetops/resolver_concurrency_fix
Yehuda Katz
2012-06-21
1
-4
/
+4
|
\
\
|
*
|
Make the Resolver template cache threadsafe - closes #6404
Tom Clarke
2012-05-21
1
-4
/
+4
*
|
|
stop subclassing string
Aaron Patterson
2012-06-21
1
-1
/
+1
[prev]
[next]