Hi,
I just read over the Bruce Williams PDF on starting to contribute.
I''ve checked out the tree and created the AR databases on mysql (my
database of choice).
I then ran the tests (just using the default rake task) in each
project. Results below.
Any thoughts on the failures would be appreciated. Are these known
issues, or have I screwed up somewhere ?
Cheers,
Alan
============================
activerecord, a-ok (not the default task, rake test_mysql)
actionmailer, a-ok
activeresource, a-ok
activesupport, a-ok
actionwebservice, rake aborts
./test/scaffolded_controller_test.rb:8:
undefined method `view_load_paths='' for
ActionController::Base:Class (NoMethodError)
railties, rake aborts
./test/../lib/dispatcher.rb:90:
undefined method `attr_accessor_with_default'' for
#<Class:Dispatcher> (NoMethodError)
actionpack
rake test_active_record_integration, a-ok
rake test_action_pack (6 failures)
1) Failure:
test_assert_select_from_rjs_with_multiple_results(AssertSelectTest)
<false> is not true.
2) Failure:
test_assert_select_from_rjs_with_single_result(AssertSelectTest)
<false> is not true.
3) Failure:
test_css_select_from_rjs_with_multiple_results(AssertSelectTest)
<2> expected but was <1>.
4) Failure:
test_css_select_from_rjs_with_single_result(AssertSelectTest)
<2> expected but was <1>.
5) Failure:
test_should_have_better_error_message_when_options_diff_is_empty(LegacyRouteSetTests)
<"content_url failed to generate from {:action=>\"show\",
:controller=>
\"content\"} - you may have ambiguous routes, or you may need to
supply additional parameters for this route. content_url has the
following required parameters: [\"content\", :query] - are they all
satisifed?"> expected but was
<"content_url failed to generate from {:controller=>\"content
\", :action=>\"show\"} - you may have ambiguous routes, or you
may
need to supply additional parameters for this route. content_url has
the following required parameters: [\"content\", :query] - are they
all satisifed?">.
6) Failure:
test_should_cache_get_with_ok_status(PageCachingTest)
get with ok status should have been cached.
<false> is not true.
--
Alan Francis <alancfrancis@gmail.com>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---