We're beginning our official coding for our Ruby web app. Here is our setup:
- Language - Ruby version 1.8.4
- IDE - eclipse
- Source Control - CVS
- DB - MySQL v5.0.24
- Web Server - Apache 2.2.3
- CGI - Mod Ruby 1.2.6*
- Build - Ant
Myself and one other employee will be working about 1 hour per day on this project and we're both quite excited.
Total lines of code so far: 76
*We chose Mod Ruby over FastCGI and Mongrel due to the fact that although this is a popular application we are running, the number of users are limited and we were curious as to how well it would work. We do have FastCGI installed in case we need to revert.
Post a Comment