Hi,

I have a new install of rails 3.0.3 on Snow Leopard.   When I first
power up the rails server and hit a page I get the following error.  A
subsequent hit to the same page results in a rendered page with no
error.   I've tried various adapters with the same result.

Thanks


ArgumentError

syntax error on line 3, col 9: `        adapter: postgresql'

Rails.root: /Users/steve/Dropbox/Prototypes/Rails/first



database.yml:

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
        adapter: postgresql
        encoding: utf8
        host: localhost
        username: postgres
        password:
        template: template0
        database: mydb

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to