EasyMvc
If you are going to build something small this framework for you. See example of using in 'example' folder.
Installation
Add this line to your application's Gemfile:
gem 'easymvc'
And then execute:
$ bundle
Or install it yourself as:
$ gem install easymvc
Usage
- Go to example folder
- Run 'rackup'
- Go to http://localhost:9292
Contributing
- Fork it ( http://github.com//easymvc/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request