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
- git clone git://github.com/jdfrens/calvincs.git
- cd calvincs
- rake calvincs:setup
- rake spec
- rake cucumber
- ./script/server
Image popups on the image-list page courtesy of a helpful demo.