Also,

Don't know if you are targeting production. If so, take into account
that heroku doesn't allow apps to send e-mails, unless there is a
special request.

See:
http://groups.google.com/group/heroku/browse_thread/thread/f86649d1a7a78d2b/664306384364889b?show_docid=664306384364889b

Tiago Franco

On Jan 7, 10:18 am, Tiago Franco <[email protected]> wrote:
> Hi,
>
> I remember to have some problem with the sub-modules part too. After
> that I just followed a different approach.
>
> I use SVN for the configuration management of my app. Hobo is in the
> vendor dir and the .git folder doesn't conflict with the SVN system.
> So I just keep a version of hobo as part of my codebase. As a result,
> I just need to commit the web app to heroku's git server. This is, I
> don't declare hobo as a sub-module.
>
> Tiago Franco
>
> On Jan 7, 10:01 am, MartOn <[email protected]> wrote:
>
> > 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