Add heroku tasks to rake, for Rails and Sinatra applications. More is at: https://github.com/fastestforward/heroku_san
0
votes
1answer
27 views
heroku_san not running in 'staging' mode on heroku
I have a rails app that is using heroku_san to deploy to heroku. when i run rake staging console it gives me a console to the staging site on heroku. However, when I run
>Rails.env
=> ...
0
votes
2answers
95 views
Application Error when deploying a simple rack application on heroku
i am trying to deploy my app on heroku
it contains 5 files
1.config.ru
with code
require 'rack'
require './myapp'
run MyApp.new
2.Gemfile
with code
source "http://rubygems.org"
gem 'grape'
gem ...
29
votes
2answers
1k views
Cleaning up the bundler cache when deploying to heroku
Whenever I'm deploying to Heroku (Ruby on Rails app using the heroku_san gem) it says the following:
Cleaning up the bundler cache.
Would have removed sitemap_generator (2.0.1.pre1)
Would have ...
0
votes
1answer
32 views
Access Site Problems
Problem is that sometimes I can't access my site.
I developed my site using Ruby on Rails 3, Refinery CMS and deployed it to heroku.
I bought the domain from domainsite.com.
I can always access my ...
0
votes
0answers
227 views
Heroku Internal Server Error
Problem with Heroku. Regardless that my site works as it should locally I am experiencing problems with Heroku and getting Internal Server Error message which can be seen here ...
0
votes
0answers
49 views
Heroku update problems
When I try to run the heroku update I get the following message:
heroku update is only available from Heroku Toolbelt.
Download and install from https://toolbelt.heroku.com
What exactly do ...
0
votes
1answer
25 views
“No Heroku apps are configured error” on Heroku Sans
I am configuring heroku_san for deploying Rails to Heroku. When I run any rake task it creates, I keep getting this error:
rake production deploy
No heroku apps are ...
0
votes
3answers
135 views
How do you setup heroku_san with Sinatra?
For example how do you push code to specific heroku application using the heroku_san rake shortcut commands, eg.
rake otherapp heroku:push
(taken from ...
1
vote
3answers
478 views
heroku_san: Amazon S3 configuration
I'd like to use heroku_san to deploy multiple environments to heroku. I'm using dragonfly for image handling and S3 for storage. Usually you can add your key and secret for the storage using heroku ...