trying to deploy a rails 2.2.2 app with latest hobo to Heroku.

The receipt seems to work until I do this:
<code>
heroku rake myapp git_submodules
/Library/Ruby/Gems/1.8/gems/rest-client-0.8.2/lib/rest_client.rb:
183:in `transmit': Request timed out (RestClient::RequestTimeout)
        from /Library/Ruby/Gems/1.8/gems/rest-client-0.8.2/lib/rest_client.rb:
114:in `execute_inner'
        from /Library/Ruby/Gems/1.8/gems/rest-client-0.8.2/lib/rest_client.rb:
106:in `execute'
        from /Library/Ruby/Gems/1.8/gems/rest-client-0.8.2/lib/rest_client.rb:
93:in `execute'
        from /Library/Ruby/Gems/1.8/gems/rest-client-0.8.2/lib/resource.rb:
49:in `post'
        from /Library/Ruby/Gems/1.8/gems/heroku-0.4.1/bin/../lib/heroku/
client.rb:123:in `post'
        from /Library/Ruby/Gems/1.8/gems/heroku-0.4.1/bin/../lib/heroku/
client.rb:109:in `rake'
        from /Library/Ruby/Gems/1.8/gems/heroku-0.4.1/bin/../lib/heroku/
command_line.rb:152:in `rake'
        from /Library/Ruby/Gems/1.8/gems/heroku-0.4.1/bin/../lib/heroku/
command_line.rb:9:in `send'
        from /Library/Ruby/Gems/1.8/gems/heroku-0.4.1/bin/../lib/heroku/
command_line.rb:9:in `execute'
        from /Library/Ruby/Gems/1.8/gems/heroku-0.4.1/bin/heroku:50
        from /usr/bin/heroku:19:in `load'
        from /usr/bin/heroku:19
</code>

Why is this coming?
If I try to re-run the same rake, it exits immediately.

/MartOn
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to