For the beginning we will create a gem by running:
then open the file /simplemvc/lib/simplemvc.rb
Edit the Gemfile:
To build and install the gem run:
Edit config.ru
Create the file /blog/config/application.rb
Create the controller:
For more details visit Ruby MVC Framework From Scratch.
Download attached files