The build failed.
CHANGES
-------
Revision ...f3fc5c4 committed by Yehuda Katz + Carl Lerche
<ykatz+clerche@engineyard.com> on 2009-09-02 22:00:22
Refactor ActionView::Resolver
.gitignore | 2 +
actionmailer/lib/action_mailer/base.rb | 2 +-
actionpack/lib/action_controller/legacy/layout.rb | 2 +-
actionpack/lib/action_view.rb | 1 +
actionpack/lib/action_view/template/resolver.rb | 172 +++++++++++---------
actionpack/test/lib/fixture_template.rb | 66 ++------
actionpack/test/new_base/render_file_test.rb | 2 +-
.../test/template/compiled_templates_test.rb | 3 +
8 files changed, 116 insertions(+), 134 deletions(-)
Revision ...dd34691 committed by Yehuda Katz + Carl Lerche
<ykatz+clerche@engineyard.com> on 2009-09-02 22:53:38
Extract finding the template in AC to it''s own method
.../abstract_controller/rendering_controller.rb | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
TEST FAILURES AND ERRORS
-----------------------
Name:
test_template_changes_are_not_reflected_with_cached_templates(CompiledTemplatesTest)
Type: Failure
Message: <"Hello world!"> expected but was
<"Goodbye world!">.
./test/template/compiled_templates_test.rb:23:in
`test_template_changes_are_not_reflected_with_cached_templates''
./test/template/compiled_templates_test.rb:57:in `modify_template''
./test/template/compiled_templates_test.rb:22:in
`test_template_changes_are_not_reflected_with_cached_templates''
/usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
`__send__''
/usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
`run''
See http://ci.rubyonrails.org/builds/rails/f3fc5c4 for details.