Hi,
I am using windows-7 64-bit OS.
After digging up several posts, finally I was able to install ruby, sqlite3 and rails.
But I am receiving below error while starting rails.
Error message::
>rails server=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bundler-1.3.5/lib/bundler/rubygems_integ
ration.rb:214:in `block in replace_gem': Please install the sqlite3 adapter: `ge
m install activerecord-sqlite3-adapter` (sqlite3 is not part of the bundle. Add
it to Gemfile.) (LoadError)
Hi,Were you able to resolve this? I'm stuck at the same point and can't find a resolution.ThanksSarang
--You received this message because you are subscribed to the Google Groups "sqlite3-ruby" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlite3-ruby...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
What are the contents of database.yml?
Sorry for top posting. Sent from mobile.
--
Hi Luis,
Just wanted to check with you if you had a chance to look at the files and see if you could identify the problem?
Thanks Luis,I'll wait for your response.BTW, my windows environment is a 64 bit one. Not sure if that makes any difference.