2009/4/16 hiro <23h...@googlemail.com>:
> What is the advantage of rails anyway?
> I had a quick glance, but still don't really understand it's function.

MVC development model. Allows you to abstract the data from the code
from the design, but easily access needed parts from other needed
parts. One of the big things here is the ORM, which basically maps
information in a database to native language objects.

--dho

Reply via email to