search for: fyvie

Displaying 4 results from an estimated 4 matches for "fyvie".

2008 Aug 12
2
return code question
...net"] [buildnexus.champ.net] executing command command finished command "cd /data/nightingalenotes/releases/20080812160703 && ruby script/spec s pec/models -f html:public/rspec_test_results/model_test_results.html" failed on buildnexus.champ.net Thanks! Ben Fyvie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080812/990e1610/attachment.html>
2008 Jan 21
6
Rspec 1.1.2 on Windows
I am using Rspec 1.1.2 on Windows XP SP2 I am receiving the following error when I run ''rake spec'' from a brand new project: C:/SVN_Projects/rspec/vendor/plugins/rspec/lib/spec/runner/options.rb:107:in `colour='': You must gem install win32console to use colour on Windows (RuntimeError) I have the win32console gem installed and the error still occurs. It seems that the
2010 Mar 24
1
How to stub a has_many relationship in Rails 2.3.5
...y problems until upgrading from Rails 2.3.4 to Rails 2.3.5 In case your interested, it is the configure_dependency_for_has_many method that calls: "#{reflection.primary_key_name} = \#{record.#{reflection.name}.send(:owner_quoted_id)}" Any help would be greatly appreciated! Ben Fyvie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100324/db86f739/attachment-0001.html>
2006 Jun 27
0
newbie question: one to one relationships in ROR
A newbie to ROR, I have come to my first problem. We have two tables lets call them toys and trucks that have a one to one relationship. Now toys has_one truck and truck belongs_to toy. I have created the basic scaffold for both tables. But in order to create a new truck the user must first create a toy. What I am trying to do is create on page where the user can enter the information that a