Spinner

Plumbing build 343

finished at 4:20 PM on 15 February 2008 taking 4 seconds

Build Changeset
Revision 343 committed by alexeyv on 2008-02-15 22:04:44 SqlMapper#fromArray injects a lazy loading proxy in place of a belongs_to foreign key D /skunkworks/trunk/spec/unit/persistence/associations M /skunkworks/trunk/spec/unit/persistence/sql_mapper_spec.rb A /skunkworks/trunk/app/plumbing/persistence/lazy_loading_proxy.rb M /skunkworks/trunk/app/plumbing/mapping/definition.rb M /skunkworks/trunk/app/plumbing/persistence.rb M /skunkworks/trunk/app/plumbing/mapping/associations/belongs_to.rb M /skunkworks/trunk/app/plumbing/persistence/sql_mapper.rb
Build Log
/usr/ccrb/shared/projects/Plumbing/work $ ruby -e require 'rubygems' rescue nil; require 'rake'; load '/usr/ccrb/releases/20070911215441/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run mysql -u root < /usr/ccrb/shared/projects/Plumbing/work/spec/fixtures/test_schema.sql (in /usr/ccrb/shared/projects/Plumbing/work) [CruiseControl] Invoking Rake task "default" .........................P........................................................................................................................................................ Pending: Mapping::Attributes define() with invalid arguments should blow up when invalid option is given (Not Yet Implemented) Finished in 0.725343 seconds 178 examples, 0 failures, 1 pending P..P Pending: associations should save widget's id when saving picture (Not Yet Implemented) persistence framework should pass a simple end-to-end accounting test (Not Yet Implemented) Finished in 0.167433 seconds 4 examples, 0 failures, 2 pending
Project Settings
# Project-specific configuration for CruiseControl.rb Project.configure do |project| project.email_notifier.emails = ['alexey.verkhovsky@gmail.com'] project.scheduler.polling_interval = 5.minutes end