Alright. Thank you for the info.
> Unfortunately, pickle is dependent on ActiveRecord for finding. It's
> on the todo list to make it orm agnostic.
> Cheers,
> Ian
> Sent from my iPhone
> On 10 Dec 2009, at 17:37, Zef <zefm...@gmail.com> wrote:
> > I'm trying to use pickle in a project that does not use ActiveRecord
> > at all. (In my environment: config.frameworks -= [ :active_record ])
> > I am trying to use the factory girl adapter and I think have
> > configured it correctly.
> > Pickle.configure do |config|
> > config.adapters = [:factory_girl]
> > end
> > The problem is that pickle seems to use ActiveRecord even in the
> > Machinist and Factory Girl adapters in the Adapter#model_classes
> > method. From the error backtrace:
> > /Library/Ruby/Gems/1.8/gems/pickle-0.2.1/lib/pickle/adapter.rb:27:in
> > `model_classes'
> > Is there another way to do this? I have removed the active record
> > framework from my application and it causes other errors if I include
> > it again.
> > Thanks!
> > --
> > You received this message because you are subscribed to the Google
> > Groups "pickle" group.
> > To post to this group, send email to pickle-cucumber@googlegroups.com.
> > To unsubscribe from this group, send email to pickle-cucumber+unsubscribe@googlegroups.com
> > .
> > For more options, visit this group athttp://groups.google.com/group/pickle-cucumber?hl=en
> > .