I hope this is the right place to ask this question. I am having issues with Ruby and Rails at the moment. After upgrading my Linux to Ubuntu 12.10 my ruby and rails installation is not working correctly. After downloading several package's which include:
- Ruby 1.9.3
- Rails 3.2
- Ruby Gems
- Ruby-Railities
- Bundle
I cannot get a application to generate correctly. Rails will setup the application but rec error message when tryibg to do a bundle install which shows....
/usr/bin/ruby1.9.1: No such file or directory -- /usr/bin/bundle (LoadError)
Them when I install the bundle with "sudo gem install bundle" I get this...
1 gem installed Installing ri documentation for bundle-0.0.1... file 'lib' not found Installing RDoc documentation for bundle-0.0.1... file 'lib' not found
Then if I try running "bundle Install" I get this...
Could not locate Gemfile
Now I am seeing these files installed on my hard drive in the usr/bin area but still will not work. I even went as far as wiping my whole drive and doing a fresh install of the OS and the programs and still same issue. I asked on the Ubuntu forums but not getting any replies. If anyone can be of assistance I would truly appreciate it.
Many thanks

New Topic/Question
Reply



MultiQuote






|