For my side project kwiqi, I use ActionMailer\'s \'receive\' method to process incoming email messages for tracking my expenses.Heroku doesn\'t have a local mail server running that same code will not
I am just trying to simply do the following: my@ubuntu-lappy:~/rails/app_soft$ heroku rake db:migrate rake aborted!
Is it possible to execute a little binary file (required for payment processing) with Kernel#exec from a ruby app hosted on Heroku ? Or 开发者_运维百科do I need to switch to another rails hosting solu
Is there anyway to use a PostgreSQL GUI to modify the database contents without doing a db:pul开发者_开发技巧l?
I can\'t seem to get heroku to db:push, even though I have installed taps. It doesnt seem to believe me. I also checked and found a folder here: /Library/Ruby/Gems/1.8/gems/taps-0.2.23/
I\'m trying to deploy my rails application from jRuby to Heroku The db is giving me problems: $ heroku db:push
I am trying to push a rails application to heroku. When I get to the last step: git push heroku master It doesn\'t work and gives me these errors:
I\'d like to modify the behavior of the rails route helper *_url for a single route/page. Here\'s what I\'m try to do:
I\'ve read a couple of the other posts on this issue, but seemed to be stumped on something.I\'m trying to have two separate branches that push out to two different Heroku instances - one production a
First of all, according to this answer, the :cache => true option on stylesheet_link_tag and javascript_include_tag doesn\'t work on Heroku. Is this true? I\'ve found :cache => true to work occa