web development with ruby without rails?
Posted
by kmorris511
on Stack Overflow
See other posts from Stack Overflow
or by kmorris511
Published on 2009-05-29T21:48:03Z
Indexed on
2010/06/02
0:23 UTC
Read the original article
Hit count: 556
ruby
|web-development
For reasons beyond my control, I'm being tasked with Ruby web development that does NOT use Rails or really any other heavyweight framework such as Merb. I'm wondering if anybody else has encountered this and can recommend best practices or resources that describe best practices for such a problem. I'd like to avoid the dreaded
out.print('<td class="foo">'+some_data+'</td>')
style of web development. A coworker has suggested Rack as a light framework but the documentation is sketchy and it seems unproven in the market.
© Stack Overflow or respective owner