Frequently Asked Questions
Q. I can't get my shared host to let me install my own local ruby gems. So, the instructions for downloading railstat don't work for me. Can I check out the source from SVN and build the app from there? If so, what's the SVN url?
A. Create directory RAILS_ROOT/script/generators. Download http://rubyforge.org/frs/download.php/5731/rail_stat-0.1.3.tgz and unpack it in RAILS_ROOT/script/generators. Run ./script/generate rail_stat. The other possible solution is to checkout the code from SVN:
cd script/generators svn co http://www.littlegreen.org/svn/railstat/trunk rail_stat
