I\'ve reinstalled Postgres (9.2.4) and I\'m having trouble getting it set back up with Rails 3.2.11. I did:
brew install postgresql initdb /usr/local/var/po
I tried running rake db:create:all, which didn't work. However, running bundle exec rake db:create:all worked for me.
Hope this helps!