Re: [rspec-users] Spork and Merb and rSpec

2009-06-20 Thread Tim Harper
Hey Andy, I'd be happy to work with you on getting merb support going. I'm not a merb developer myself, but I am interested in expanding spork to work with other frameworks. I'll create a merb app and see what I can do to get it to work. Tim On Thu, Jun 18, 2009 at 3:42 PM, Andy Shipman wrote:

Re: [rspec-users] Spork and Merb and rSpec

2009-06-18 Thread Andy Shipman
On 16 Jun 2009, at 22:11, Tim Harper wrote: I'm interested to hear your experience with Spork and Merb. Right now Spork is doing some hooks in to rails (that are actually kind of aggressive right now) to help make spork work more out of the box - specifically, preventing rails from preload

Re: [rspec-users] Spork and Merb and rSpec

2009-06-16 Thread Tim Harper
I'm interested to hear your experience with Spork and Merb. Right now Spork is doing some hooks in to rails (that are actually kind of aggressive right now) to help make spork work more out of the box - specifically, preventing rails from preloading application models and controllers before the fo

Re: [rspec-users] Spork and Merb and rSpec

2009-06-15 Thread Ben Mabey
Scott Taylor wrote: On Jun 15, 2009, at 4:11 PM, Andy Shipman wrote: On 15 Jun 2009, at 14:43, Scott Taylor wrote: Andy Shipman wrote: When running spork on a merb application, whenever a spec is run I get the following error from the Spork server. /opt/local/lib/ruby/gems/1.8/gems/merb-co

Re: [rspec-users] Spork and Merb and rSpec

2009-06-15 Thread Scott Taylor
On Jun 15, 2009, at 4:11 PM, Andy Shipman wrote: On 15 Jun 2009, at 14:43, Scott Taylor wrote: Andy Shipman wrote: When running spork on a merb application, whenever a spec is run I get the following error from the Spork server. /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.11/lib/merb-c

Re: [rspec-users] Spork and Merb and rSpec

2009-06-15 Thread Andy Shipman
On 15 Jun 2009, at 14:43, Scott Taylor wrote: Andy Shipman wrote: When running spork on a merb application, whenever a spec is run I get the following error from the Spork server. /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.11/lib/merb-core/ bootloader.rb:1358: [BUG] rb_gc_mark(): unknow

Re: [rspec-users] Spork and Merb and rSpec

2009-06-15 Thread Scott Taylor
Andy Shipman wrote: When running spork on a merb application, whenever a spec is run I get the following error from the Spork server. /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.11/lib/merb-core/bootloader.rb:1358: [BUG] rb_gc_mark(): unknown data type 0x3c(0x2203d0) non object ruby 1.8.7

[rspec-users] Spork and Merb and rSpec

2009-06-15 Thread Andy Shipman
When running spork on a merb application, whenever a spec is run I get the following error from the Spork server. /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.11/lib/merb-core/ bootloader.rb:1358: [BUG] rb_gc_mark(): unknown data type 0x3c(0x2203d0) non object ruby 1.8.7 (2009-06-08 patc