WebObject is a tool-set project for the www, including an incomplete web "framework". The project attempts to explore different ideas, so it has a somewhat medium-to-large size as-is. As a project, web_object is quite far away from being complete or reasonably finished - consider it more as a proof-of-concept project than something that should be used in production. In fact, I use the project to explore new, web-related ideas too. It is also not fully documented either, but I use it since several years to augment my own Ruby-CGI scripts. For these basic needs it works fairly well; it also explains why this project has to stay flexible, e. g. if I am to use sinatra rather than .cgi. While .cgi scripts are not that common to see past the year 2015, and admittedly not as flexible as sinatra or rails, I consider them still to be extremely SIMPLE to use and I really love simplicity. Compare a hello-world example in a .cgi script with one in rails. If you need a framework that is more sophisticated, I can recommend sinatra and padrino. For more information about the web_object project, while keeping i mind that it is incomplete as-it-is, have a look at the documentation link towards the right hand side on the homepage of this gem, at: https://www.rubydoc.info/gems/web_object/


License
GPL-2.0
Install
gem install web_object -v 0.3.203