The build failed.

CHANGES
-------
New revision 9177 detected
Revision 9177 committed by bitsweat on 2008-04-01 00:50:09
Support render :partial => collection of heterogeneous elements. Closes #11491.

  M /trunk/actionpack/lib/action_view/partial_template.rb
  M /trunk/actionpack/CHANGELOG
  M /trunk/actionpack/test/controller/new_render_test.rb
  M /trunk/actionpack/test/controller/fake_models.rb
  M /trunk/actionpack/lib/action_view/partials.rb
Revision 9176 committed by bitsweat on 2008-04-01 00:29:24
Update generator tests. Closes #11487 [thechrisoshow]

  M /trunk/railties/lib/rails_generator/commands.rb
  M /trunk/railties/test/generators/rails_model_generator_test.rb
  M /trunk/railties/test/generators/rails_scaffold_generator_test.rb
  M /trunk/railties/test/generators/generator_test_helper.rb
  M /trunk/railties/test/generators/rails_resource_generator_test.rb
  M /trunk/railties/test/rails_generator_test.rb



TEST FAILURES AND ERRORS
-----------------------
Name: 
test_partial_collection_shorthand_with_different_types_of_records(NewRenderTest)
Type: Error
Message: ActionView::ActionViewError: Couldn't find template file for 
bad_customers/_bad_customer in ["./test/controller/../fixtures/"]

    ./test/../lib/action_view/template.rb:72:in `set_extension_and_file_name'
    ./test/../lib/action_view/template.rb:16:in `initialize'
    ./test/../lib/action_view/partial_template.rb:8:in `initialize'
    ./test/../lib/action_view/partials.rb:151:in `new'
    ./test/../lib/action_view/partials.rb:151:in 
`render_partial_collection_with_unknown_partial_path'
    ./test/../lib/action_view/partials.rb:149:in `map'
    ./test/../lib/action_view/partials.rb:149:in 
`render_partial_collection_with_unknown_partial_path'
    ./test/../lib/action_view/partials.rb:133:in `render_partial_collection'
    ./test/../lib/action_view/partials.rb:117:in `render_partial'
    ./test/../lib/action_controller/base.rb:900:in `send!'
    ./test/../lib/action_controller/base.rb:900:in `render_with_no_layout'
    ./test/../lib/action_controller/layout.rb:263:in `render_without_benchmark'
    ./test/../lib/action_controller/benchmarking.rb:51:in `render'
    
./test/../lib/../../activesupport/lib/active_support/core_ext/benchmark.rb:8:in 
`realtime'
    ./test/../lib/action_controller/benchmarking.rb:51:in `render'
    ./test/controller/new_render_test.rb:174:in 
`partial_collection_shorthand_with_different_types_of_records'
    ./test/../lib/action_controller/base.rb:1159:in `send'
    ./test/../lib/action_controller/base.rb:1159:in 
`perform_action_without_filters'
    ./test/../lib/action_controller/filters.rb:573:in `call_filters'
    ./test/../lib/action_controller/filters.rb:566:in 
`perform_action_without_benchmark'
    ./test/../lib/action_controller/benchmarking.rb:68:in 
`perform_action_without_rescue'
    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
    ./test/../lib/action_controller/benchmarking.rb:68:in 
`perform_action_without_rescue'
    ./test/../lib/action_controller/rescue.rb:199:in `perform_action'
    ./test/../lib/action_controller/base.rb:525:in `send'
    ./test/../lib/action_controller/base.rb:525:in `process_without_filters'
    ./test/../lib/action_controller/filters.rb:562:in 
`process_without_session_management_support'
    ./test/../lib/action_controller/session_management.rb:123:in 
`process_without_test'
    ./test/../lib/action_controller/test_process.rb:16:in `process'
    ./test/../lib/action_controller/test_process.rb:394:in `process'
    ./test/../lib/action_controller/test_process.rb:365:in `get'
    ./test/controller/new_render_test.rb:760:in 
`test_partial_collection_shorthand_with_different_types_of_records'
    
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
    
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'




See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/9177 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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to