heroku_san icon indicating copy to clipboard operation
heroku_san copied to clipboard

Helpful stuffs for Heroku.

Results 44 heroku_san issues
Sort by recently updated
recently updated
newest added

``` $ heroku version heroku-toolbelt/3.43.9 (x86_64-darwin15) ruby/2.3.1 heroku-cli/5.2.39-010a227 (darwin-amd64) go1.6.2 You have no installed plugins. $ gem list heroku_san *** LOCAL GEMS *** heroku_san (4.4.0) ``` `heroku_san` wants to start...

Heroku seems to be encouraging people to use https://git.heroku.com/ repo URIs rather than [email protected]: URIs, i.e., https instead of ssh. Heroku_san should at least allow this as an option, if...

Possibly related to: https://github.com/fastestforward/heroku_san/pull/86. I can run this command with problem: ``` git push heroku-staging develop:master ``` But if I try to run ``` rake staging deploy ``` I get...

I have a rails app and before I do a migration I do a manual backup just incase I have to rollback. I can't use `run` because it needs to...

There are several methods in `HerokuSan::Git` that either silently ignore git errors or throw unexpected exceptions. All examples assume the following object: ``` >> git = Object.new.extend(HerokuSan::Git) ``` 1) If...

In auto_tagger.rake stage.revision returns both the sha and the named ref. This causes git update-ref to fail. Passing only the sha portion of stage.revision to create_and_push resolves the issue. Here...

Rake::Task#execute does not run prerequisites; #invoke does. The after_deploy task is set up explicitly as a prerequisite, so #execute will not run it. This fixes the issue by calling #invoke.

add features (labs) support

This only works for postgresql setups. Fixes https://github.com/fastestforward/heroku_san/issues/5.