ActiveScaffold - the best thing since dynamically self-slicing bread
Posted by Johnnie
How have I missed this? Why did nobody tell me about Active Scaffold before now?
Most of my Rails apps site on a CRUD backend, which I usually generate using Rails built-in scaffold, just to get things going. Inevitably, I’ll rewrite 9/10 of the code, because the default scaffold is clunky and decidedly non-scaleable.
ActiveScaffold scales like vectored gold. What’s more, it reads your Models and dynamically generates an AJAX-powered CRUD interface for them, including their relationships. So, if your Farmer model has_many :cows, and your Cow model belongs_to :farmer, you’ll find the ability to create a new Cow, or add an existing one, has been baked in to the interface for creating a new Farmer. Awesome.
