alexey.verkhovsky@gmail.com
2007-Dec-10 18:31 UTC
[CruiseControl] RubyOnRails build 8370 failed
The build failed.
CHANGES
-------
Revision 8340 committed by bitsweat on 2007-12-09 22:10:40
to_sentence returns self[0].to_s instead of just self[0] for arrays of length 1.
Closes #10390 [Chu Yeow, mrj]
M /trunk/activesupport/test/core_ext/array_ext_test.rb
M /trunk/activesupport/lib/active_support/core_ext/array/conversions.rb
Revision 8341 committed by bitsweat on 2007-12-09 22:11:11
Refactor Action View template handlers. Closes #10437.
A /trunk/actionpack/lib/action_view/template_handlers/erb.rb
M /trunk/actionpack/CHANGELOG
A /trunk/actionpack/lib/action_view/template_handler.rb
A /trunk/actionpack/lib/action_view/template_handlers
A /trunk/actionpack/lib/action_view/template_handlers/rjs.rb
M /trunk/actionpack/lib/action_view/base.rb
M /trunk/actionpack/lib/action_view.rb
A /trunk/actionpack/lib/action_view/template_handlers/builder.rb
Revision 8342 committed by bitsweat on 2007-12-09 22:11:37
render :xml and :json preserve custom content types. Closes #10388.
M /trunk/actionpack/lib/action_controller/base.rb
M /trunk/actionpack/test/controller/render_test.rb
M /trunk/actionpack/CHANGELOG
Revision 8343 committed by bitsweat on 2007-12-09 22:12:07
Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]
M /trunk/activesupport/lib/active_support/core_ext/array/conversions.rb
M /trunk/activesupport/lib/active_support/core_ext/object.rb
M /trunk/activesupport/lib/active_support/core_ext/hash/conversions.rb
Revision 8344 committed by bitsweat on 2007-12-09 23:02:50
Missed commit. References #10395.
A /trunk/activesupport/lib/active_support/core_ext/object/conversions.rb
Revision 8345 committed by bitsweat on 2007-12-10 00:47:55
Document the validates class method. Closes #10216 [Farley Knight]
M /trunk/activerecord/lib/active_record/validations.rb
Revision 8346 committed by bitsweat on 2007-12-10 00:52:38
Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn]
M /trunk/actionpack/lib/action_controller/dispatcher.rb
Revision 8347 committed by bitsweat on 2007-12-10 01:07:04
post.comments.reload returns the association rather than the result of
load_target. Closes #10438 [Fred Cheung]
M /trunk/activerecord/lib/active_record/associations/association_proxy.rb
M /trunk/activerecord/test/associations_test.rb
Revision 8348 committed by bitsweat on 2007-12-10 01:07:34
Update Fred''s name in changelogs
M /trunk/activerecord/CHANGELOG
M /trunk/actionpack/CHANGELOG
M /trunk/railties/CHANGELOG
Revision 8349 committed by bitsweat on 2007-12-10 01:07:49
Update Chu''s name in changelogs
M /trunk/activesupport/CHANGELOG
M /trunk/activerecord/CHANGELOG
Revision 8350 committed by bitsweat on 2007-12-10 01:15:30
Document how to disable forgery protection for tests. Useful note for those
upgrading from 1.x. Closes #10440 [Trevor Turk]
M /trunk/actionpack/lib/action_controller/request_forgery_protection.rb
Revision 8351 committed by bitsweat on 2007-12-10 01:16:00
More contributor name updates
M /trunk/activerecord/CHANGELOG
M /trunk/actionpack/CHANGELOG
M /trunk/railties/CHANGELOG
Revision 8352 committed by bitsweat on 2007-12-10 01:29:20
lifo -> Pratik
M /trunk/activerecord/CHANGELOG
M /trunk/actionpack/CHANGELOG
M /trunk/railties/CHANGELOG
Revision 8353 committed by bitsweat on 2007-12-10 01:37:11
Remove empty ar_joins_test
D /trunk/activerecord/test/associations/ar_joins_test.rb
Revision 8354 committed by bitsweat on 2007-12-10 01:48:14
Axe outdated :ar_joins commentary
M /trunk/activerecord/lib/active_record/base.rb
Revision 8355 committed by bitsweat on 2007-12-10 02:45:13
Fix strange NoMemoryError on amd64. Closes #10442 [wrb]
M /trunk/actionpack/lib/action_controller/benchmarking.rb
Revision 8357 committed by bitsweat on 2007-12-10 03:19:17
More changelog updates
M /trunk/actionmailer/CHANGELOG
M /trunk/activesupport/CHANGELOG
M /trunk/activerecord/CHANGELOG
M /trunk/actionpack/CHANGELOG
M /trunk/railties/CHANGELOG
Revision 8358 committed by bitsweat on 2007-12-10 03:19:27
Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox]
M /trunk/railties/test/boot_test.rb
M /trunk/railties/environments/boot.rb
Revision 8359 committed by bitsweat on 2007-12-10 03:19:56
More changelog updates
M /trunk/activesupport/CHANGELOG
M /trunk/activerecord/CHANGELOG
M /trunk/actionpack/CHANGELOG
M /trunk/railties/CHANGELOG
Revision 8360 committed by bitsweat on 2007-12-10 03:25:08
Credit #10443 + more changelog updates
M /trunk/actionpack/CHANGELOG
M /trunk/railties/CHANGELOG
Revision 8361 committed by bitsweat on 2007-12-10 03:34:05
Remove unused ConnectionFailed exception
M /trunk/activerecord/lib/active_record/base.rb
Revision 8362 committed by bitsweat on 2007-12-10 04:13:33
Document Active Record exceptions. Closes #10444.
M /trunk/activerecord/CHANGELOG
M /trunk/activerecord/lib/active_record/base.rb
Revision 8363 committed by bitsweat on 2007-12-10 05:12:50
Ruby 1.9 compat. References #1689 [Pratik Naik]
M /trunk/activesupport/test/core_ext/class/delegating_attributes_test.rb
M /trunk/activesupport/test/core_ext/enumerable_test.rb
M /trunk/activesupport/test/ordered_options_test.rb
Revision 8364 committed by bitsweat on 2007-12-10 05:53:56
Correct empty response handling. Closes #10445.
M /trunk/activeresource/lib/active_resource/http_mock.rb
M /trunk/activeresource/lib/active_resource/base.rb
M /trunk/activeresource/CHANGELOG
M /trunk/activeresource/lib/active_resource/connection.rb
Revision 8365 committed by bitsweat on 2007-12-10 05:54:46
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689
[Pratik Naik]
M /trunk/railties/lib/commands/runner.rb
M /trunk/actionpack/lib/action_controller/caching.rb
M /trunk/railties/lib/rails_generator/commands.rb
M /trunk/railties/test/generators/rails_model_generator_test.rb
M /trunk/railties/lib/rails_generator/secret_key_generator.rb
M /trunk/railties/environments/boot.rb
M
/trunk/railties/lib/rails_generator/generators/applications/app/app_generator.rb
M /trunk/railties/builtin/rails_info/rails/info.rb
M /trunk/actionpack/test/template/asset_tag_helper_test.rb
M /trunk/activesupport/test/multibyte_conformance.rb
M /trunk/railties/lib/commands/plugin.rb
M /trunk/railties/test/generators/rails_scaffold_generator_test.rb
M /trunk/activerecord/test/aaa_create_tables_test.rb
M /trunk/activerecord/test/associations_test.rb
M /trunk/actionpack/lib/action_controller/rescue.rb
M /trunk/railties/test/generators/generator_test_helper.rb
M /trunk/railties/test/generators/rails_resource_generator_test.rb
Revision 8366 committed by bitsweat on 2007-12-10 06:09:30
Ensure asset cache directories are automatically created. Closes #10337.
M /trunk/actionpack/CHANGELOG
M /trunk/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Revision 8367 committed by bitsweat on 2007-12-10 09:12:18
Update destroy_all and delete_all documentation to better describe their
tradeoffs. Closes #10447.
M /trunk/activerecord/CHANGELOG
M /trunk/activerecord/lib/active_record/base.rb
Revision 8368 committed by bitsweat on 2007-12-10 09:12:50
Fix javascript_tag method name collision. Closes #10337.
M /trunk/actionpack/CHANGELOG
M /trunk/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Revision 8369 committed by bitsweat on 2007-12-10 10:05:43
Ruby 1.9 compat: TimeZone avoids localtime conversion. References #1689 [Chu
Yeow]
M /trunk/activesupport/lib/active_support/values/time_zone.rb
M /trunk/activesupport/test/time_zone_test.rb
Revision 8370 committed by bitsweat on 2007-12-10 10:08:07
TimeZone#to_s uses UTC rather than GMT. References #1689.
M /trunk/activesupport/CHANGELOG
M /trunk/activesupport/lib/active_support/values/time_zone.rb
M /trunk/activesupport/test/time_zone_test.rb
TEST FAILURES AND ERRORS
-----------------------
Name: test_layout_rendering(NewRenderTest)
Type: Failure
Message: <"<html>Hello world!</html>"> expected but
was
<"<html><html>\n
<p>Hello</p>\n</html>\n</html>">.
./test/controller/new_render_test.rb:552:in `test_layout_rendering''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
Name: test_layout_test_with_different_layout(NewRenderTest)
Type: Failure
Message: <"<html>Hello world!</html>"> expected but
was
<"<html><html>\n
<p>Hello</p>\n</html>\n</html>">.
./test/controller/new_render_test.rb:557:in
`test_layout_test_with_different_layout''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
Name: test_rendering_without_layout(NewRenderTest)
Type: Failure
Message: <"Hello world!"> expected but was
<"<html>\n <p>Hello</p>\n</html>\n">.
./test/controller/new_render_test.rb:562:in
`test_rendering_without_layout''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
Name: test_simple_show(NewRenderTest)
Type: Failure
Message: <"<html>Hello world!</html>"> expected but
was
<"<html><html>\n
<p>Hello</p>\n</html>\n</html>">.
./test/controller/new_render_test.rb:415:in `test_simple_show''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
Name: test_layout_rendering(RenderTest)
Type: Failure
Message: <"<html>Hello world!</html>"> expected but
was
<"<html><html>\n
<p>Hello</p>\n</html>\n</html>">.
./test/controller/render_test.rb:301:in `test_layout_rendering''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
Name: test_view_paths(ViewLoadPathsTest)
Type: Failure
Message: <"Hello world!"> expected but was
<"<html>\n <p>Hello</p>\n</html>\n">.
./test/controller/view_paths_test.rb:93:in `test_view_paths''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
Name: test_view_paths_override(ViewLoadPathsTest)
Type: Failure
Message: <"Hello overridden world!"> expected but was
<"<html>\n <p>Hello</p>\n</html>\n">.
./test/controller/view_paths_test.rb:100:in `test_view_paths_override''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
Name: test_view_paths_override_at_request_time(ViewLoadPathsTest)
Type: Failure
Message: <"Hello overridden world!"> expected but was
<"<html>\n <p>Hello</p>\n</html>\n">.
./test/controller/view_paths_test.rb:114:in
`test_view_paths_override_at_request_time''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
Name:
test_view_paths_override_for_layouts_in_controllers_with_a_module(ViewLoadPathsTest)
Type: Failure
Message: <"layout: Hello overridden world!"> expected but was
<"layout: <html>\n
<p>Hello</p>\n</html>\n">.
./test/controller/view_paths_test.rb:108:in
`test_view_paths_override_for_layouts_in_controllers_with_a_module''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`__send__''
/usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in
`run''
See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8370 for details.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-core-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---