I\'ve just installed Memcached on my Mac and updated my Sinatra app configu开发者_JAVA百科ration as described in Heroku\'s documentation, but I\'m getting a NoMethodError when trying to use the hash-b
When I type: git push heroku master, this is what happens $:sample_app git push heroku master Counting objects: 110, done.
I\'m using GitHub for code and Heroku for the deployment platform for my rails app. I don\'t want to have sensitive data under Git. Such data include database file settings (database.yml) and some ot
This is a follow-up to a question I\'d asked earlier which phrased this as more of a programming problem than a database problem.
I\'m trying to move a simple Sinatra app over to Heroku. Migration of the Ruby app code and existing MySQL database using Taps went smoothly, but I\'m getting the following Postgres error:
I\'ve just updated rails to v2.3.6 on my app under a bamboo-ree-1.8.7 stack and the compiled slug size has grown up to 40.5Mb! Previous to that last git push, the slug size was about 20Mb and was usin
So I\'ve created and published a Sinatra app to Heroku without any issues. I\'ve even tested it locally with rackup to make sure it functions fine. There are a series of API calls to various places af
Ok, I have three different computers that I work from and right开发者_如何学编程 now their configurations are all different so I have to push/pull a certain on each and its very bothersome. What I wan
I think this is a very easy one, but I can\'t seem to get it right. Basically, I\'m trying to use Rack middleware to set a default Cache-Control header into all responses served by my Sinatra app. It
I\'m trying to use prawn, prawnto for generating pdfs in a rails开发者_StackOverflow application hosted on heroku.