Let me try...
Thanks for your reply.
--
Posted via http://www.ruby-forum.com/.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
cool, I'll give that a try in short
thanks
joaquin
2009/2/22, aslak hellesoy :
> On Sun, Feb 22, 2009 at 1:42 PM, Joaquin Rivera Padron
> wrote:
>> hey Kaleem,
>> I am myself no expert on w$ but the line throwing the error is
>> def self.run_server
>> IO.popen("jruby #{__FILE__}", 'r+')
>
On Sun, Feb 22, 2009 at 1:42 PM, Joaquin Rivera Padron
wrote:
> hey Kaleem,
> I am myself no expert on w$ but the line throwing the error is
> def self.run_server
> IO.popen("jruby #{__FILE__}", 'r+')
When forking a new ruby interpreter, always use rbconfig:
require 'rbconfig'
ruby = File.
hey Kaleem,
I am myself no expert on w$ but the line throwing the error is
def self.run_server
IO.popen("jruby #{__FILE__}", 'r+')
end
are you able to run popen calls in w$ ? try your irb and see, if not maybe
there's some w$ expert who can help
hope that helps
joaquin
Hi All,
I need your guide on an issue.
My Environment:
Window xp , Rails 2.2.2, Rspec-rails 1.1.11, Rspec 1.1.11, Cucmber ,
Webrat,Culerity
I installed the jruby, sets its path in environment. It shows me Version
of jruby also.
Now the problem is when before installing
langalex-culerity(http: