Add this to your environment.rb file for a dead easy way to get your subversion revision into your application.
APP_VERSION = IO.popen("svn info").readlines[4]
11306 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
APP_VERSION = IO.popen("svn info").readlines[4]
You need to create an account or log in to post comments to this site.