P
Pablo Q.
[Note: parts of this message were removed to make it a legal post.]
I'm on ubuntu 8.04 and I'm using netbeans 6.1 with native ruby option.
root@castor-laptop:/home/castor# gem --version
1.3.0
root@castor-laptop:/home/castor# ruby --version
ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
I'm able to run scripts/console from command:
root@castor-laptop:/home/castor/projects/Aflus# script/console
Loading development environment (Rails 2.1.1)
but when I try to run the same from netbeans rails console I get this:
*Missing the Rails gem. Please `gem install -v= rails`, update your
RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you
do have installed, or comment out RAILS_GEM_VERSION to use the latest
version installed.*
I checked the configuration of the ruby
platform<http://www.flickr.com/photos/82684024@N00/2924249923>and it
looks fine....
Any idea?
I'm on ubuntu 8.04 and I'm using netbeans 6.1 with native ruby option.
root@castor-laptop:/home/castor# gem --version
1.3.0
root@castor-laptop:/home/castor# ruby --version
ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
I'm able to run scripts/console from command:
root@castor-laptop:/home/castor/projects/Aflus# script/console
Loading development environment (Rails 2.1.1)
but when I try to run the same from netbeans rails console I get this:
*Missing the Rails gem. Please `gem install -v= rails`, update your
RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you
do have installed, or comment out RAILS_GEM_VERSION to use the latest
version installed.*
I checked the configuration of the ruby
platform<http://www.flickr.com/photos/82684024@N00/2924249923>and it
looks fine....
Any idea?