Richard Hart

Head of Something @ Somewhere
Kent, UK

My Music
My Photos

LinkedIn
Mastodon

Ruby on Rails

So I began looking at Ruby on Rails a few days ago and I am quite impressed. To go from a database structure to a simple web app structure takes less then 15 minutes. Rails will generate a model and a controller for each of your database tables, or if you choose to generate a scaffold, it will generate all the supporting rhtml for you instead of generating it on the fly.

I’ve got to get my head into it a bit more, so tonight I’m going to try setting up database associations and getting them to filter through, but from what I’ve read that shouldn’t be any problem at all.