I have not done much RoR development. Most I've done is played around with it or went over few chapters in AWDR book.
Now, though, I'm starting to do a real project in Rails and one of the client requirement is that they want the DB to be PostgreSQL. I know that rails comes with its own SqlLite.
I am wondering what is the best option for me? Should I develop everything locally (using SqlLite) and later port everything to PostgreSQL or start out with setting up PostgreSQL and have rails talk to PostgreSQL.
Any links that show rails set up with postgresql would help.