PDA

View Full Version : Ruby question re: 50 databases



sean
03-01-2006, 06:32 AM
I just ordered Chris Pine's -- Learn to Program book (http://www.pragmaticprogrammer.com/catalog/) so I can start to learn Ruby. I want to make a basic blogging service for my students. But I want to build an interface that allows me to grade the various blog entries for all of my students. This process currently involves many apps and is cumbersome.

So, if I set up a blog site for each of my students, does each "blog" site count as a database towards the 50 I get? Or, can they all operate under 1 "Ruby" database?

(Perhaps you can see why I am starting with "Learn to Program." :p

JoeP
03-01-2006, 06:46 AM
one database should be fine... multiple tables.

stanvman
03-02-2006, 02:07 PM
That's sounds cool. Wish I was in your class.