/calvincs

Ruby on Rails Website for Computer Science Department at Calvin College

Primary LanguageRuby

FORMER Website for the Computer Science Department at Calvin College

This is no longer used or maintained, and it's so very old that it's probably the worst Rails example which will teach you how to do things wrong.

This iswas a Ruby on Rails app for the Computer Science Department at Calvin College. It's developed almost entirely by one person stumbling his way through Rails.

Potential features of the site:

  • a CMS
  • images (with random selection on CMS pages)
  • faculty/staff management
  • news items
  • events
  • a minimal course-catalog system

Setup the App

  1. git clone git://github.com/jdfrens/calvincs.git
  2. cd calvincs
  3. rake calvincs:setup
  4. rake spec
  5. rake cucumber
  6. ./script/server

Giving Some Credit

Image popups on the image-list page courtesy of a helpful demo.