Hi,
first you need to install sqlite3.
In Ubuntu: sudo apt-get install libsqlite3-dev
Second install the sqlite gem
gem install sqlite3-ruby
see here for example http://stackoverflow.com/questions/2305920/rails-3-can-not-find-sqlite3-ruby
I am not sure if rails 3 works with ruby 1.8.7 but I would recommend
you to switch to version 1.9.2 anyway
On 27 Jun., 09:17, amritpal pathak <amritpalpath...@gmail.com> wrote:
> I have installed Ruby on Rails .
> rails -v=>3.0.7
> gem -v=>1.3.6
> ruby -v=>ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux]
>
> when i tried to start the server by "rails s"
> or tried to do anything it gives the error
>
> Could not find gem 'sqlite3 (>= 0, runtime)' in any of the gem sources
> listed in your Gemfile.
> Run `bundle install` to install missing gems.
>
> Please somebody help me to get rid of it...:P
>
> Thanks in advance
>
> amritpalpathakgne.wordpress.com
--
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.
No comments:
Post a Comment