Ruby on Rails (take 2)
Since Saturday I’ve carried on looking at Ruby on Rails and so far I’m very impressed.
While reading though the first part about of Agile Web Development with Rails, I wrote a
simple web application which displays some data from a single database table, requires a
logged in session to change data and always has user management via the admin interface. I
don’t think I could have gotten this much done in so little time (and code) in any other
language. My next target to get a better understanding of the data model system and set up
some inter-table relationship. In about a month or so the application may very well worth
publishing.