[Rails] Re: SQLite and Rails 3
> Did you ever get this kind of error?-- Could not find gem 'sqlite3-
> ruby (>= 0, runtime)' in the gems available on this machine.
>
> I am running rails 3 beta, and apparently ruby 1.8.7. I am using
> Ubuntu 10.04
>
> Whenever I run any rails command, ie "rails s", or "rails g", I get
> that error. However, "rails new" works....
YAY! I fixed that bad boy
All i had to run was- sudo apt-get install sqlite3 libsqlite3-dev
Then I installed the gem. perfect
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home