According to the stack trace sqlite3 isn't part of the bundle, so bundle
install wouldn't help without adding it first.

Also most rails devs use Linux or Mac for their work so I would advice the
OP to use a VM with Ubuntu or set the machine up for dual boot. The chance
to get help is much higher since he hasn't to cope with windows specific
errors for himself.
Am 14.04.2013 14:32 schrieb "Colin Law" <[email protected]>:

> On 13 April 2013 21:26, CatGuy90 <[email protected]> wrote:
> > I cannot reach http://localhost:3000 after starting Ruby on Rails
> > server when running Windows 8. After running rails server in the
> > directory that I want the server to start, the following prompt shows
> > up:
> >
> > C:\Users\Brian\railsapp>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)
>
> The error is saying that it cannot find the sqlite3 adaptor.  Have you run
> bundle install
>
> > [snip]
>
> >
> > After going to Internet Explorer 10, I tried to access
> http://localhost:3000,
> > and I got a "This page can't be displayed" error. I tried doing
> > "telnet localhost 3000" in the Command Prompt, and I got a "Could not
> > open connection to the host, on port 3000" error. I also tried
> > modifying C:\Windows\System32\drivers\etc\hosts, removing the # symbol
> > for one of the "localhost" entries, but I still could not access
> > http://localhost:3000. Please help me with this issue. Thank you.
>
> Since the server has exited that is not really surprising.  Error
> messages can be daunting but it is always worth reading them to try
> and work out what the problem is.
>
> Colin
>
> --
> 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].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to