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 fork
occurs.
Be sure to run spork -d and look to see which files are being preloaded.
Every file listed there will be cached and not reloaded until spork is
restarted.

Tim

On Mon, Jun 15, 2009 at 10:51 PM, Ben Mabey <b...@benmabey.com> wrote:

> 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-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 patchlevel 173) [i686-darwin9]
>>>>>
>>>>> Which crashes the Spork server.
>>>>>
>>>>
>>>> Have you tried it on 1.8.6?
>>>>
>>>
>>> I have now and it works on 1.8.6. Thanks for the suggestion.
>>>
>>
>> I'd suggest filing a bug on their tracker, wherever it may lie.
>>
>> Scott
>>
>
>
> Spork uses github issues.  Also, FYI, spork has it's own mailing list:
> http://groups.google.com/group/sporkgem
>
> -Ben
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to