Hi Yoann,
It might help if you post the actual code. The error you have could be
caused by nearly everything.
Cheers,
Jeroen
On Wed, Jun 24, 2009 at 3:13 AM, Yoann-Z wrote:
> Hi,
>
> I just started using Machinist for my project. So I successfully
> installed notahat-machinist and faker gems a
Tom Hoen wrote:
In order to suss out what might be cause, i modified the remove_constant
method in the LoadingModule class
'\ruby\lib\ruby\gems\1.8\gems\activesupport-2.3.2\lib\active_support\dependencies.rb',
adding in begin/rescue/end statements.
def remove_constant(const) #:nodoc:
begi
Hi,
Thank you for your reply.
I found the answer elsewhere this morning.
I had to require Machinist and Sham in the file blueprints.rb :
require 'machinist/active_record'
require 'sham'
It works fine right now.
Thank you very much
-Yoann-Z
___
rs
There is no voting love on the windows feature request:
http://github.com/timcharper/spork/issues
:)
On Tue, Jun 23, 2009 at 8:38 AM, Tom Hoen wrote:
> David - Thank you for responding.
>
>
>
> >
> > Previously to what? What changed?
> >
>
>
> The only changes were some additional models/contro
I just published a quick article showing how to use the patch I
provided and David just release in RSpec 1.2.7 to run your specs using
multiruby:
http://talklikeaduck.denhaven2.com/2009/06/24/rspec-meet-multiruby
--
Rick DeNatale
Blog: http://talklikeaduck.denhaven2.com/
Twitter: http://twitter
On Wed, Jun 24, 2009 at 8:54 PM, Rick DeNatale wrote:
> I just published a quick article showing how to use the patch I
> provided and David just release in RSpec 1.2.7 to run your specs using
> multiruby:
>
> http://talklikeaduck.denhaven2.com/2009/06/24/rspec-meet-multiruby
>
Tried to leave you
On Wed, Jun 24, 2009 at 8:18 PM, Luis Lavena wrote:
> On Wed, Jun 24, 2009 at 8:54 PM, Rick DeNatale wrote:
>> I just published a quick article showing how to use the patch I
>> provided and David just release in RSpec 1.2.7 to run your specs using
>> multiruby:
>>
>> http://talklikeaduck.denhaven2
On Wed, Jun 24, 2009 at 11:24 PM, Rick DeNatale wrote:
> On Wed, Jun 24, 2009 at 8:18 PM, Luis Lavena wrote:
>> On Wed, Jun 24, 2009 at 8:54 PM, Rick DeNatale
>> wrote:
>>> I just published a quick article showing how to use the patch I
>>> provided and David just release in RSpec 1.2.7 to run you