jdfrens / calvincs

Ruby on Rails Website for Computer Science Department at Calvin College

This URL has Read+Write access

jdfrens (author)
Wed Sep 30 14:25:46 -0700 2009
commit  4b311cdb0dd0a7415be8660afbb025a439b8f360
tree    faa19910a7e0cf3640841f268c09b3298d920191
parent  3882888d4261bf35c478df4be076657aee2ca097
name age message
file .gitignore Loading commit data...
file Capfile
file README Sun May 03 14:22:07 -0700 2009 Tweaking readme. [jdfrens]
file Rakefile Tue Sep 29 15:39:56 -0700 2009 trying to handle LoadErrors [jdfrens]
directory app/
directory config/
directory db/
directory deployment/ Fri Jul 10 10:41:43 -0700 2009 Renamed some variables. [jdfrens]
directory doc/
directory features/
directory lib/
directory public/
directory script/
directory spec/
directory test/
directory vendor/
README
This is a Ruby on Rails app for the Computer Science Department at Calvin College.
It's been developed almost entirely by one person stumbling his way through Rails.

Potential features of the site:
  1) a CMS
  2) images (with random selection on CMS pages)
  3) faculty management
  4) news items
  5) events (in progress)
  6) a FAQ system (partially implemented)
  7) a course-catalog system (partially implemented)
  

CS Department Setup
===================

1. Create a config/database.yml.  You might be able to use config/database.example without too much trouble.
2. Create the databases with rake db:create
3. Start doing RoR.