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