API Master ========== A simple restful api framework the provides a gem that... Developing ---------- gem install apimaster mkdir your_app_name & cd your_app_name apimaster new your_app_name bundle install Generators ---------- apimaster model example apimaster controller example Testing ------- rake test:unit rake test:functional rake test:unit:file name=example rake test:functional:file name=examples_controller Watchr ------ watchr test.watchr