A Ruby MVC framework built from the ground up. The purpose of this project was to understand the Rails framework better. This framework is designed to work a lot like rails, but much simpler.
Thank you to Noah Gibbs for writing the great book Rebuilding Rails
Add this line to your application's Gemfile:
gem 'rulers2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rulers2
I have used this framework to build a very simple app you can find here.
- Fork it ( https://github.com/[my-github-username]/rulers2/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 a new Pull Request