Ugh -- tracked it down to a private function in the framework that some code of mine using WebMock indirectly calls to stub out S3 calls. Next time I consciously think I'm being clever, I'm going to stop & stick a fork in my face. (Although, to be fair, I was only extending what thoughtbot did with FakeWeb in their Shoulda macros.)
On 30 May 2010 21:04, Paul Horsfall <[email protected]> wrote: > I seem to remember having it working using the rails3 branch on > GitHub. You could also try some of the other suggestions on > railsplugins.org. > > http://www.railsplugins.org/plugins/208-factory-girl > > On Sun, May 30, 2010 at 3:55 PM, doug livesey <[email protected]> wrote: > > Hi -- has anyone got factory_girl working on Rails 3? > > I've been trying all day, but getting nowhere. I'll do some reading up on > > Railties now, & maybe fork FG if it seems like a simple fix, but if > anyone > > has done it already, that would be grand. > > Failing that, and because time is (as ever) pressing, can anyone > recommend > > something as lovely to use as factory_girl that does the same thing but > as > > nicely, or nearly as nicely, or maybe even better? > > Cheers, > > Doug. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "NWRUG" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<nwrug-members%[email protected]> > . > > For more options, visit this group at > > http://groups.google.com/group/nwrug-members?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "NWRUG" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nwrug-members%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nwrug-members?hl=en. > > -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en.
