jsn1
September 18, 2006, 1:59am
1
Hi all,
I installed the last RADRails version (version 0.7.1) and set up the
Configuration window with:
Rails Path: /usr/local/bin/rails
Rake Path; /usr/local/bin/rake
when I try to create a new rails project, it starts runing, but I get
the following error message:
/usr/local/bin/rails:9:in require': No such file to load -- rubygems (LoadError) from /usr/local/bin/rails:9 from -e:3:in
load’
from -e:3
I am using:
ruby 1.8.4 (2005-12-24) [powerpc-darwin8.7.0]
and I updated all the plug-ins in eclipse.
Any advice about what could be wring with my configuration? What am I
missing?
thanks
jsn1
September 19, 2006, 5:25am
3
On 9/18/06, Jose P. [email protected] wrote:
/usr/local/bin/rails:9:in `require’: No such file to load – rubygems
Any advice about what could be wring with my configuration? What am I
missing?
thanks
Have you got gems installed? Try typing “gem” at the command prompt,
and if necessary. download and install the rubygems package for your
environment.
Max
jsn1
September 19, 2006, 4:35pm
4
Hey!
Does anyone know if there’s a way to export your RadRails
syntax highlighting settings?
Thanks!
Gustav
jsn1
September 19, 2006, 10:08pm
5
Gustav
What is the RadRails syntax highlighting settings?
Hey!
Does anyone know if there’s a way to export your RadRails
syntax highlighting settings?
Thanks!
Gustav
jsn1
September 19, 2006, 1:14pm
6
Hi,
I installed gems, following this link:
I have now version 0.9.0:
gem -v
0.9.0
jose
Max M. wrote:
On 9/18/06, Jose P. [email protected] wrote:
/usr/local/bin/rails:9:in `require’: No such file to load – rubygems
Any advice about what could be wring with my configuration? What am I
missing?
thanks
Have you got gems installed? Try typing “gem” at the command prompt,
and if necessary. download and install the rubygems package for your
environment.
Max
jsn1
September 20, 2006, 3:40am
7
The problem was fixed adding ruby to the installed interpreters list
under preferences in the ruby section.
Now it works!!!
jose
Jose P. wrote:
Hi,
I installed gems, following this link:
Dan Benjamin
I have now version 0.9.0:
gem -v
0.9.0
jose
Max M. wrote:
On 9/18/06, Jose P. [email protected] wrote:
/usr/local/bin/rails:9:in `require’: No such file to load – rubygems
Any advice about what could be wring with my configuration? What am I
missing?
thanks
Have you got gems installed? Try typing “gem” at the command prompt,
and if necessary. download and install the rubygems package for your
environment.
Max