Quick post on RoR
15 Jun 2005I played around with Ruby on Rails tonight for a couple of hours. I guess I’ve joined the masses now.
It’s pretty cool. Enuf said. Cool enough to push XUL onto the back burner for the next short whle.
A pretty slick little framework. Simplier than but similar to what I’m used to in Struts, without the need to maintain an ever changing configuration file. Quite amazing how simple it was to prototype something when the web framework handled the initial pass at form construction. I don’t have any particularily complicated database relationships (ie. avoiding many-to-many join tables) so scaffolding has worked well so far.
I admit that I’m just getting into it but I’ve thought up with a little project involving Flickr and RoR that should force me a little bit deeper into the framework’s functionality. I should also mention that I was impressed with Scott Raymond’s insanely easy to use Ruby wrapper around the Flickr API.
That’s enough excitement for tonight.