Gary
Gary

Reputation: 251

Recommended view framework for ruby

Anyone have a framework/system to recommend to "show" (views) of ruby objects?

Basically, framework to popup views on ruby, and simple api for database (when needed) thank you....

Upvotes: 1

Views: 141

Answers (1)

Michael Kohl
Michael Kohl

Reputation: 66837

From the brief description and the last comment you added, it seems like Sinatra would be the perfect fit for you:

http://www.sinatrarb.com/

If then one day you need a bit more, you can use Padrino, which builds on Sinatra and let's you pick and choose the other parts you neeed (ORM, test framework etc):

http://www.padrinorb.com/

Upvotes: 3

Related Questions