A
Alexey Petrushin
Can you please advice a simple and stable web server in ruby?
Requirements:
-simplicity
-session management
In short i should implement an application with pure object database and
desktop app like GUI (i.e. ideally i should never work explicitly with
http and html and all this web stuff).
So, i don't need all these ActiveRecords, MVC, Actions and Controllers
and any 'Magic'.
Just simple and ready to usage webserver (with sessions)
Is there any suitable?
Thanks!
Candidates:
WEBRick - no session support
Mongrel - no session support
CGI - too old slow and complex and dinozauric
Maveric - bugs (session doesn't work)
RoR, Camping - too many magic and external stuff like ActiveRecords.
Right now it looks like there are nothing really usable (i mean well
documented and stable) for web dev in ruby world except RoR and MVC
model.
Hope, i miss something, and ruby is not only about RoR and MVC
Requirements:
-simplicity
-session management
In short i should implement an application with pure object database and
desktop app like GUI (i.e. ideally i should never work explicitly with
http and html and all this web stuff).
So, i don't need all these ActiveRecords, MVC, Actions and Controllers
and any 'Magic'.
Just simple and ready to usage webserver (with sessions)
Is there any suitable?
Thanks!
Candidates:
WEBRick - no session support
Mongrel - no session support
CGI - too old slow and complex and dinozauric
Maveric - bugs (session doesn't work)
RoR, Camping - too many magic and external stuff like ActiveRecords.
Right now it looks like there are nothing really usable (i mean well
documented and stable) for web dev in ruby world except RoR and MVC
model.
Hope, i miss something, and ruby is not only about RoR and MVC