On Apr 2, 11:22 am, Cccc Bb <[email protected]> wrote: > Hi, i can't get the console to work in rails > . everything else seems to work fine. I think this happened after i > updated to the most recent version of rails or maybe it has to do with > postgres (which I'm also very new to as I usually use mysql) > > This is the error I get: > > ~/web_sites/new_early$ruby script/console > Loading development environment (Rails 2.2.2) > /usr/local/lib/ruby/gems/1.8/gems/postgres-0.7.9.2008.01.28/lib/postgres.bundle: > [BUG] Bus Error > ruby 1.8.4 (2005-12-24) [i686-darwin8.8.3] > > Abort trap > > any ideas? > regards > caspar > -- > Posted viahttp://www.ruby-forum.com/.
Try installing the "pg" gem instead. I've had more luck with it than the older postgres gem. Whoever's been maintaining the postgres gems, I think them for their work, but keeping track of what gem you're supposed to use has been confusing (at least for me). Jeff purpleworkshops.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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

