Ruby web-application frameworks

B

Brian McCallister

I am looking for a webapp framework that nicely seperates out View
control from Command control - ie something that allows uri's like

http://example.com/do/some-command/go/some-
view?propertyone=a&propertytwo=b

such that the control over selection, property population, and
execution of a command is handled by one logical controller, and
forwarding to a view renderer by another, and both are keyable from the
URI (such as one like the above). I have done this in Java via
servlets, but as I want it for a personal project - I would prefer to
find a Ruby solution, and before I make one... best to make sure I am
not duplicating effort.

The command and view controllers are metadata driven (config file or
script (really a script I guess, this *is* a scripting language after
all, no recompilation needed =)

Anyone know of anything that already does this in the Ruby world? i
hate to be implementing yet-another-web-application-framework.

-Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top