Archive for May, 2007

ActiveScaffold - The Ajax Scaffold for Rails

Monday, May 28th, 2007

Gone are the days of writing the same old CRUD functions (create, retrieve, update, delete). Thanks to the Rails framework, Ruby developers can now get the entire administrative part of their website with couple of lines of code. This is significant given that developing the administration screens takes about half the total project time, yet it is boring and repetitive.

Rails provides the scaffolding right out of the box, but ActiveScaffold takes it up one notch with its Ajax frameworks. Check out the demo and the official website.

I can't belive how much time I waisted in the past on writing the CRUD code.

Ajax and Cafes

Wednesday, May 9th, 2007

HotSpotrHotSpotr is a really cool Ajax application written by Andre Lewis. Very impressive stuff. Andre also wrote Beginning Google Maps Applications with Rails and Ajax book that teaches you how to do all this Google Maps mashup stuff with Ajax and Rails.