-
need to restart rails or something?
Hi, i'm installing an ROR application that uses postgresql. I've installed the adapter using the following command:
gem install -i ~/ruby/gems/ ruby-postgres
after that, changed the database.yml information as follows:
development:
adapter: postgresql
database: ....
the same for test and production, but i get an SQLite3::SQLException
why it's sqlite exception if i'm using postgresql? do i need to restart something? how can i do that?
Thanks!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules