Gollum is \"Asimple, Git-powered wiki with a sweet API and local frontend.\" It\'s hosted on GitHub: http://github.com/github/gollum
With a domain pointing to an app on Heroku, I want to set the canonical link to the main domain, not the Heroku url, when the current url is the Heroku url, and not the domain..
I was previously using Ruby 1.8.7 & Rails 2.3.5 on Heroku. I upgraded my development environment to Ruby 1.9.2 and Rails 3.0.1 using the instructions this railscast. RVM is used, so the system ve
When I attempt to push to my heroku.com remote git repository, i get this message: ssh: connect to host heroku.com port 22: Connection refused
Hey guys ive got the following code in my Model require \'RMagick\' class Upload < ActiveRecord::Base
Apps been working GREAT. Installed the heroku-sendgrid-stats plugin and redeployed. App wouldn\'t start.
I\'ve setup a system to automatically download and store a db dump from my Heroku deployed rails app. Everything is working great but when I download the dump and restore it to my local postgres serve
I have a route in my config which says that for a page, say /secure, there is a login required (done via authlogic). A before_filter in my controller takes care of that. That works fine, the page and
I\'m a newbie following the RailsTutorial.org program and have installed/setup rvm, ruby 1.9.2,rails, curl, git and created my first app and pushed it to github (so the SSH key is fine).
Is it possible to see the last log of Heroku server. I have used heroku logs to see the last process but it shows limited log. But i want to see more process done at heroku. So what comm开发者_StackOv