Ruby_on_Tracks

This is a Ruby framework in the vein of Ruby on Rails that allows users to create web apps in a MVC framework. The model allows belongs_to and has_many associations, and even certain types of has_many through associations. Users can create databases using SQL_LITE and serve up the content on their own custom web pages.

Read the info.txt files that are available in many folders to learn how to user Ruby_on_Tracks.