So looks like this is an issue with the PostgreSQL install that I 
happened to snag.  I just finished blowing everything away and 
reinstalling it all from MacPorts and it's working like a charm.

Huge thanks for your hep, Gianluca!

-J

Gianluca Tessarolo wrote:
> I just try and all are working good under Ruby 1.8.7 MRI... (I did'nt
> try RVM...)
> 
> I did'nt any special thing, I just install pg gem and run:
> 
> rails xxx -d postgresql
> cd xxx
> I have modify config/database.yml adding => host: localhost and setting
> user / password
> rails generate scaffold user name:string published:boolean
> rake db:create
> rake db:migrate
> rails server
> 
> => http://localhost:3000/users
> 
> CRUD operations are all working good
> 
> Hope this helps...

-- 
Posted via http://www.ruby-forum.com/.

-- 
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