On Apr 30, 9:02 am, Vlad Chvorun <[email protected]>
wrote:
_________________________________________________________________________
>
> This is frustrating because up until now, it should all work, so I can
> begin development of an app. But no matter how many controllers I
> generate, and try to see a simple page to let me know everythings fine:
> Only that error comes with its standard red font. I have no firewalls or
> anything - but this is the most basic of all and I seem to not be able
> to even make it from here. There are no firewalls running and I tried
> port 80 to no avail.

By default rails uses sqlite3 as its database and you are missing
either (or both of):
- the sqlite3 library itself
- the ruby bindings for sqlite3 (gem install --version=1.2.3 sqlite3-
ruby )

Fred

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to