I\'ve run into an interesting problem here in using heroku + git + SVN. Basically, the setup right now for my site is as follows:
I want to create a bot which makes API request per minute开发者_Python百科 to some API url. This then needs to ping a particular user if data entry has changed against his name in the API feed. I want
Why am I getting an error when I try to update my Heroku database? Whenever I try any heroku rake... command I get the same error:
I\'m currently using SQLite3 with a simple post and image sharing app, similar to the Rails 3 Hartl tutorial (in terms of db structure). But I\'d like to move to Mongo for future scalability/learning.
I\'m getting FAILED: http://devcenter.heroku.com/articles/bundler !Heroku push rejected, failed to install gems via Bundler
I\'m trying to push a Rails app to Heroku, but it\'s failing when it tries to build the rmagick gem (which is specified in the Gemfile). I\'ve done bundle install locally and the app runs fine.
When trying to rake db:migrate on Heroku. I\'m getting the following error. rake aborted! uninitialized constant Rake::DSL
I am trying to modify javascript files in a Ruby on Rails application in HEROKU. Every time I modified something, it did not have any effect on the application. Thanks to a member in this web site, I
I\'ve deployed a campfire bot onto heroku (sinatra app using tinder to listen to the campfire room), and I\'d like to query it for the git diff between what\'s deployed on another heroku app and what\
This is my very basic GET function app.get(\'/\', function(request, response) { response.contentType(\'application/json\');