heroku_san
heroku_san copied to clipboard
Helpful stuffs for Heroku.
The command needed is heroku pg:psql. I'd like to to have ``` rake production db ``` go directory to this... Also, any option to trace the heroku commands issues?
Default config file should not have dash in comments after `config:`, as that implies a list, whereas the value should be a hash. I can submit a PR if that...
We are using heroku_san with mongoid_rails_migrations (fixed version at git://github.com/quantopian/mongoid_rails_migrations) for a Ruby on Rails application built on top of ruby 2.0.0, rails 3.2.13, and MongoDB. When we run "rake...
After a `bundle update` I got heroku-api updated to v0.3.17. After that update I wasn't able to deploy to heroku anymore because some of my heroku vars contains spaces and...
result: after changing our BUILDPACK_URL in the heroku.yml, our heroku app was still using autodetect. expected result: heroku_san should either update the heroku configuration, or provide a warning message that...
We got an indirect error about not being authorized when doing a deploy on a new machine. It turned out we needed to do a 'heroku login' before we could...
when I run `rake heroku:addons` with an invalid add-on in `heroku.yml` (say newrelic:standard instead of newrelic:wayne), it results in a `Heroku API ERROR: 404 Not Found (???)` instead of the...
The `deploy` and `deploy:force` tasks manually trigger the `after_deploy` task, but they do so using `Rake::Task#execute`, which will _not_ invoke task dependencies. That means `heroku:deploy:after` and any of _its_ dependencies...
We were trying to deploy with heroku san, and it was hanging with no feedback. When we Ctrl-C'ed, we got this stack trace: ``` ^Crake aborted! /Users/pivotal/.rvm/gems/ruby-1.9.3-p194@portal/gems/heroku_san-4.0.7/lib/heroku_san/stage.rb:137:in ``' /Users/pivotal/.rvm/gems/ruby-1.9.3-p194@portal/gems/heroku_san-4.0.7/lib/heroku_san/stage.rb:137:in `auth_token'...