Did You do some changes in config database.yml file for accessing database also which database you are using?
On Tue, Mar 3, 2015 at 7:23 PM, Hemant Bhargava <[email protected]> wrote: > Hello folks, > > I have downloaded the rails installer(ruby 2.1) from > "http://railsinstaller.org/en". Installed it on my 32 bit machine. It > installed nicely. > > It even created a skeleton app. Inside that app, I did a "bundle > install" just to make sure that every gem come in my application. I > could see numerous gems got installed after it. To my excitement, even > server was also running(rails s). But what happened later bursts my > excitement. > > When I type "localhost:3000" in my browser, I see below error which I am > not able to get rid of. > > ERROR LoadError: Please install the sqlite3 adapter: 'gem install > ativerecord-dqlite-adapter' <sqlite3 is not part of the bundle. Add it > to Gemfile.> > > Fair enough message. > > Big BUT is that I can not even install sqlite3 manually with gem install > sqlite3 or after adding it GemFile. It was already added in the GemFile > though. > > I won't mind sharing my Gemfile if any one is interested to help me. > > Cheers! > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/269152b7720cb00f54bb899c84ed5641%40ruby-forum.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAJMzsO9j_4d0T8UDn_UsTg80SWJG4sEykf5kEbmZ88eVdOuKGA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

