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

  1. Go to example folder
  2. Run 'rackup'
  3. Go to http://localhost:9292

Contributing

  1. Fork it ( http://github.com//easymvc/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request