Blog (github)

@fredwu 14 years ago | 1 min read | no comments
I have just added a Github ribbon to my blog (look at the top left corner!). Please feel free to poke me! :D References: - Redoing the GitHub Ribbon in CSS - GitHub Ribbon Using CSS Transforms
@fredwu 14 years ago | 3 min read | no comments
The Rails deployment flow is really smooth thanks to the powerful (and easy to use) Capistrano. Capistrano not only works with Rails and other Ruby code bases, but also code bases in any programming languages, such as PHP! Here is an overview of what I did to get one of our PHP production sites up and running with Capistrano. If you don’t already have Ruby and Rubygems installed, install them! After you got ruby and rubygems, install Capistrano and its related gems - gem install capistra...