Hey,
I'm new to linux and RoR.
I installed ruby from source. Created my first project and executed:
rake db:migrate and received this error.
Error:
/usr/local/lib/ruby/1.9.1/rubygems.rb:340:in `bin_path': can't find
executable rake for rake-0.8.7 (Gem::Exception)
from /usr/local/bin/rake:19:in `<main>'
Having searched extensively on this problem - I am yet to find a
solution. Can someone please help.
Thanks.
Additional info:
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.7
- RUBY VERSION: 1.9.2 (2010-08-18 patchlevel 0) [i686-linux]
- INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/1.9.1
- RUBY EXECUTABLE: /usr/local/bin/ruby
- EXECUTABLE DIRECTORY: /usr/local/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-linux
- GEM PATHS:
- /usr/local/lib/ruby/gems/1.9.1
- /home/mechanic/.gem/ruby/1.9.1
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://rubygems.org/
--
Posted via http://www.ruby-forum.com/.