An HTML framework implemented in Ruby without any pretention.
It started overall as a wish to learn Ruby and make a framework that can handle simple HTTP requests without using more famous Ruby Frameworks that would know to do the same thing.
- Clone the repository
- Open a terminal inside the directory of this repository
- Install the required gems with bundle using the command:
bundle- Run the framework with rack (you can change the port 9000 by any port you will, provided you have the required rights)
rackup config.ru -p 9000- Unit and Functional testing
[Jérôme Grossé] [Jérôme Grossé]: http://github.com/jeromegrosse/
Please see the LICENSE file for more information in this regard.