Forms-design application builder tool?

Ted Roche tedroche-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Thu Jan 20 17:29:24 EST 2011


On Thu, Jan 20, 2011 at 5:12 PM, Rich Braun <richb-RBmg6HWzfGThzJAekONQAQ at public.gmane.org> wrote:

> So I want a reasonably straighforward way of generating a form based on my
> schema, and can't seem to find anything useful.

> If you were building a database-driven website design today

That's what I do for a living.

> (one that looks like, say, imdb.com,

Open up that page and "View Source." That's all that's involved :)

> with the goal of providing browsable/updateable views of,
> say, DNS records), what framework would you start with?

Ruby on Rails.

> Secondarily, I want this thing to be scriptable, ideally with the same set of
> internal commands as the UI (to perform such operations as "insert new host
> into domain").  I suspect that's too much to hope for in a single
> off-the-shelf tool.

Ruby can do that. There's a command console built in, where you can
manipulate the data via the models with simple commands. Or you can
write scripts integrated into your environment.

> BLU isn't quite the right place to ask this, where else should I turn?

Maybe http://bostonrb.org?

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com




More information about the Discuss mailing list