public
Description: Ruby on Rails Website for Computer Science Department at Calvin College
Homepage:
Clone URL: git://github.com/jdfrens/calvincs.git
name age message
file .gitignore Wed Jul 01 11:17:53 -0700 2009 Upgrading some gems [jdfrens]
file Capfile Tue Sep 29 15:21:48 -0700 2009 tweaking deployment [jdfrens]
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/ Wed Sep 30 12:21:53 -0700 2009 Cleaning up project for RubyMine 2. Added link... [jdfrens]
directory config/ Fri Oct 09 15:27:03 -0700 2009 Updating configuration and environment files fo... [jdfrens]
directory db/ Sat Sep 05 11:27:00 -0700 2009 Added indexes for some tables. Closes #12. [jdfrens]
directory deployment/ Fri Jul 10 10:41:43 -0700 2009 Renamed some variables. [jdfrens]
directory doc/ Thu Oct 12 12:01:39 -0700 2006 Default rails site (using Edge Rails) [jdfrens]
directory features/ Wed Sep 30 12:21:53 -0700 2009 Cleaning up project for RubyMine 2. Added link... [jdfrens]
directory lib/ Fri Oct 09 15:27:03 -0700 2009 Updating configuration and environment files fo... [jdfrens]
directory public/ Tue Sep 29 18:42:05 -0700 2009 adding a style to our style sheet [jdfrens]
directory script/ Wed Sep 30 12:21:53 -0700 2009 Cleaning up project for RubyMine 2. Added link... [jdfrens]
directory spec/ Fri Oct 09 15:27:03 -0700 2009 Updating configuration and environment files fo... [jdfrens]
directory test/ Tue May 05 15:05:29 -0700 2009 Deleting old functional tests. Keeping seleniu... [jdfrens]
directory vendor/ Fri Oct 09 15:27:03 -0700 2009 Updating configuration and environment files fo... [jdfrens]
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.