Ashley Moran wrote:
On Mar 29, 2010, at 9:04 pm, David Chelimsky wrote:
How wide-reaching are your changes? i.e. how many files, etc?
I think it's only really the Runner stuff that's changed. I've split it into
InProcess and DRbProxy or some such... although I think really the DRb s
On Mar 29, 2010, at 9:04 pm, David Chelimsky wrote:
> How wide-reaching are your changes? i.e. how many files, etc?
I think it's only really the Runner stuff that's changed. I've split it into
InProcess and DRbProxy or some such... although I think really the DRb stuff
belongs higher up.
>
On Mar 29, 2010, at 1:04 PM, David Chelimsky wrote:
> On Mar 29, 2010, at 2:48 PM, Ashley Moran wrote:
>
>> (2.5) Any reason why the new RSpec module is "Rspec" not "RSpec"?
>>
>
> AFAIK, autoloaders (like in Rails and Autotest), assume a CamelCase
> convention for class names, which RSpec vio
On Mar 29, 2010, at 2:48 PM, Ashley Moran wrote:
> Hi
>
> Hopefully I'll get chance to finish Spork integration with RSpec 2 this
> weekend. I've got two questions...
>
> (1) What's the best way to merge my changes back in? My shockingly bad
> Git-fu has made it impossible to rebase on top o
Hi
Hopefully I'll get chance to finish Spork integration with RSpec 2 this
weekend. I've got two questions...
(1) What's the best way to merge my changes back in? My shockingly bad Git-fu
has made it impossible to rebase on top of master. I suspect having a (now
disabled) Textmate macro to
On Mar 10, 2010, at 1:46 pm, David Chelimsky wrote:
> AFAIK, no. Please add a comment to the issue saying you're working on it.
Done.
>> * are there any potential issues that people with RSpec 2 knowledge can
>> forsee? I don't want to lose time on known gotchas.
>
> * You will need the othe
On Wed, Mar 10, 2010 at 7:31 AM, Ashley Moran
wrote:
> Hi
>
> I've just started using RSpec 2 in Rails 3 and I'm incredibly frustrated by
> the time it takes to boot Rails, it's a real TDD bottleneck. The obvious
> solution is Spork, which is currently not possible with RSpec 2 because it
> la
Hi
I've just started using RSpec 2 in Rails 3 and I'm incredibly frustrated by the
time it takes to boot Rails, it's a real TDD bottleneck. The obvious solution
is Spork, which is currently not possible with RSpec 2 because it lacks DRb
support[1].
I've cloned RSpec and I'm about to start wor
I should try asking about this on
http://groups.google.com/group/sporkgem
On 28 Nov 2009, at 00:52, Martin wrote:
I forgot to tell you the versions I'm using:
spork: 0.7.3
rspec: 1.2.9
rails: 2.3.5
Hi,
I'm running into a problem with spork:
The helper methods in app/helpers/simpler_helper.r
I forgot to tell you the versions I'm using:
spork: 0.7.3
rspec: 1.2.9
rails: 2.3.5
Hi,
I'm running into a problem with spork:
The helper methods in app/helpers/simpler_helper.rb are not found when
using spork:
> rake spec
(in longPath/test1)
..F..
1)
ActionView::
Hi,
I'm running into a problem with spork:
The helper methods in app/helpers/simpler_helper.rb are not found when
using spork:
> rake spec
(in longPath/test1)
..F..
1)
ActionView::TemplateError in '/items/index.html.erb renders a list of items'
undefined method `simple
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:
Yup, removing the condition fixed the problem. Thanks!
On Jun 19, 2009, at 9:34 AM, David Chelimsky wrote:
On Fri, Jun 19, 2009 at 9:33 AM, David
Chelimsky wrote:
On Fri, Jun 19, 2009 at 9:24 AM, Yi Wen wrote:
Hello,
I has spork 0.5.0 and worked fine. now I updated to spork 0.5.7
which s
On Fri, Jun 19, 2009 at 9:24 AM, Yi Wen wrote:
> Hello,
>
> I has spork 0.5.0 and worked fine. now I updated to spork 0.5.7 which seems
> to break the existing setting. The stack trace looks like this:
>
> Using RSpec
> Preloading Rails environment
> Loading Spork.prefork block...
> uninitialized c
On Fri, Jun 19, 2009 at 9:33 AM, David Chelimsky wrote:
> On Fri, Jun 19, 2009 at 9:24 AM, Yi Wen wrote:
>> Hello,
>>
>> I has spork 0.5.0 and worked fine. now I updated to spork 0.5.7 which seems
>> to break the existing setting. The stack trace looks like this:
>>
>> Using RSpec
>> Preloading Rai
Hello,
I has spork 0.5.0 and worked fine. now I updated to spork 0.5.7 which
seems to break the existing setting. The stack trace looks like this:
Using RSpec
Preloading Rails environment
Loading Spork.prefork block...
uninitialized constant MissingSourceFile (NameError)
/my_proj/vendor/gems/
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
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
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
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
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
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
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
23 matches
Mail list logo