[Rails] Re: Error installing gems for Rails 3.0.0.beta4 on MacOSx

2010-06-26 Thread Andre Cubeta
frankjmat...@gmail.com wrote: it looks like you either installed rvm as root or are running it as such... I'm not sure exactly. either way. you shouldnt have to involve usr/bin in anything. all your commands should be directly from your home user directory. done that way, rvm will then

[Rails] Re: Error installing gems for Rails 3.0.0.beta4 on MacOSx

2010-06-25 Thread Andre Cubeta
frankjmat...@gmail.com wrote: Also I should have noted, after you get rails installed and run rails new MyNewAppName you should cd to that directory and run bundle install that will install all of your gem dependencies from your Gemfile and you shouldn't get that sqlite3-ruby error anymore.

[Rails] Re: Error installing gems for Rails 3.0.0.beta4 on MacOSx

2010-06-25 Thread frankjmat...@gmail.com
it looks like you either installed rvm as root or are running it as such... I'm not sure exactly. either way. you shouldnt have to involve usr/bin in anything. all your commands should be directly from your home user directory. done that way, rvm will then install a version of ruby for you right

[Rails] Re: Error installing gems for Rails 3.0.0.beta4 on MacOSx

2010-06-24 Thread frankjmat...@gmail.com
Hey Andre, I would recommend a few things that could make your life easier. Use RVM. It allows you to easily install a local user copy of ruby without mucking about with your system. Follow the instructions at http://rvm.beginrescueend.com/rvm/install/ and remember - you don't have to be root.

[Rails] Re: Error installing gems for Rails 3.0.0.beta4 on MacOSx

2010-06-24 Thread frankjmat...@gmail.com
Also I should have noted, after you get rails installed and run rails new MyNewAppName you should cd to that directory and run bundle install that will install all of your gem dependencies from your Gemfile and you shouldn't get that sqlite3-ruby error anymore. On Jun 25, 1:00 am,