Tag: GitHub
Howto Display a GitHub Changelog in your application
June 27th, 2009, 2 Comments
In this post I will show you a simple way to display a list of your GitHub changes inside your application.
This can be useful for so many reasons, not least helping to create a better relationship between your users and your developers. This obviously would not be applicable in all circumstances, but in many cases, [...]
Git Submodules and Capistrano
April 22nd, 2009, Comments Off
Small point of reference, if you use git submodules in your rails application, then remember to add:
set :git_enable_submodules, true
to your deploy recipe. This is not very well documented as a lot of documentation on the web for capistrano was written before this feature was included, and before git was widely used.