hello,
total newbie here. i have gem installed fxirb, fxri, and fxruby. now
i'd like to open hopefully a standalone fxri interactive window. how
do i do this?
cheers,
taras
On my computer, anyways, I just type "fxri" at the command line and up
pops the FXRi window (with an embedded fxirb console).
If you have a lot of gems installed, it may take awhile for FXRi to
start up and be available, I think because it's having to read in all
of that documentation data and prepare it for display.
···
On Mon, Nov 23, 2009 at 4:20 PM, Taras <hi_tarasbulba@yahoo.com> wrote:
total newbie here. i have gem installed fxirb, fxri, and fxruby. now
i'd like to open hopefully a standalone fxri interactive window. how
do i do this?
Thanks for the reply. When I type fxri, i get this error:
c:/Ruby19/lib/ruby/gems/1.9.1/gems/fxri-0.3.7/lib/RiManager.rb:2:in
'require': no suchfile to load -- rdoc/ri/ri_driver (LoadError)
I checked the rdoc/ri/ directory, and I see that there is no
ri_driver.rb file, but there is a driver.rb file. I edited the
fxri.bat, changing ri_driver.rb to driver.rb didn't work either.
Wonder where I can get ri_driver.rb file.
Taras
···
On Nov 24, 8:54 am, Lyle Johnson <l...@lylejohnson.name> wrote:
On Mon, Nov 23, 2009 at 4:20 PM, Taras <hi_tarasbu...@yahoo.com> wrote:
> total newbie here. i have gem installed fxirb, fxri, and fxruby. now
> i'd like to open hopefully a standalone fxri interactive window. how
> do i do this?On my computer, anyways, I just type "fxri" at the command line and up
pops the FXRi window (with an embedded fxirb console).If you have a lot of gems installed, it may take awhile for FXRi to
start up and be available, I think because it's having to read in all
of that documentation data and prepare it for display.
Ah. I was trying with Ruby 1.8.7, not Ruby 1.9.1. So perhaps FXRi is
not compatible with the version of RDoc that ships with Ruby 1.9.1;
you may want to file a bug report with the FXRi developer to see if it
can be fixed.
···
On Tue, Nov 24, 2009 at 2:05 PM, kublai <restycena@gmail.com> wrote:
Thanks for the reply. When I type fxri, i get this error:
c:/Ruby19/lib/ruby/gems/1.9.1/gems/fxri-0.3.7/lib/RiManager.rb:2:in
'require': no suchfile to load -- rdoc/ri/ri_driver (LoadError)I checked the rdoc/ri/ directory, and I see that there is no
ri_driver.rb file, but there is a driver.rb file. I edited the
fxri.bat, changing ri_driver.rb to driver.rb didn't work either.
Thanks for sharing.
T
···
On Nov 24, 1:46 pm, Lyle Johnson <l...@lylejohnson.name> wrote:
On Tue, Nov 24, 2009 at 2:05 PM, kublai <restyc...@gmail.com> wrote:
> Thanks for the reply. When I type fxri, i get this error:> c:/Ruby19/lib/ruby/gems/1.9.1/gems/fxri-0.3.7/lib/RiManager.rb:2:in
> 'require': no suchfile to load -- rdoc/ri/ri_driver (LoadError)> I checked the rdoc/ri/ directory, and I see that there is no
> ri_driver.rb file, but there is a driver.rb file. I edited the
> fxri.bat, changing ri_driver.rb to driver.rb didn't work either.Ah. I was trying with Ruby 1.8.7, not Ruby 1.9.1. So perhaps FXRi is
not compatible with the version of RDoc that ships with Ruby 1.9.1;
you may want to file a bug report with the FXRi developer to see if it
can be fixed.