I'm no expert, but if I am interpreting your stacktrace correctly you are using Ruby 1.9.1 are you not?
I wonder if this could be part of the problem, gem behavior differences across ruby versions. Also didn't heroku push a new version of their gem in the past couple of days? I'm trying real hard to keep my development stack exactly the same as heroku's. FWIW I'm using the Ruby Version Manager to handle multiple ruby versions: http://rvm.beginrescueend.com/ Hope this help, Tom P. On Feb 5, 4:13 pm, bdeank <[email protected]> wrote: > Here's an error that I got trying to push a postgres db to Heroku. Has > anyone else run into this? > > heroku db:push --app familyid-qa > > Auto-detected local database: > postgres://[email protected]/familyid_development?encoding=utf8 > Sending schema > Sending data > 24 tables, 39 records > !!! Caught Server Exception | ETA: > --:--:-- > /usr/local/lib/ruby/gems/1.9.1/gems/taps-0.2.24/lib/taps/ > client_session.rb:82:in `rescue in cmd_send': undefined method `body' > for #<RestClient::Response:0x000001022691f8> (NoMethodError) > from /usr/local/lib/ruby/gems/1.9.1/gems/taps-0.2.24/lib/taps/ > client_session.rb:73:in `cmd_send' > from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-1.7.1/lib/heroku/ > commands/db.rb:28:in `block in push' > from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-1.7.1/lib/heroku/ > commands/db.rb:112:in `block in taps_client' > from /usr/local/lib/ruby/gems/1.9.1/gems/taps-0.2.24/lib/taps/ > client_session.rb:21:in `start' > from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-1.7.1/lib/heroku/ > commands/db.rb:108:in `taps_client' > from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-1.7.1/lib/heroku/ > commands/db.rb:27:in `push' > from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-1.7.1/lib/heroku/ > command.rb:45:in `run_internal' > from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-1.7.1/lib/heroku/ > command.rb:17:in `run' > from /usr/local/lib/ruby/gems/1.9.1/gems/heroku-1.7.1/bin/heroku: > 14:in `<top (required)>' > from /usr/local/bin/heroku:19:in `load' > from /usr/local/bin/heroku:19:in `<main>' > > Thanks, > Brendan -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
