Sha256: a8a224653407c48a1a31c5f4bcd98d49b16190fc20f3c78c56fcca7893e11f7f

Contents?: true

Size: 520 Bytes

Versions: 6

Compression:

Stored size: 520 Bytes

Contents

API Master
==========

A simple restful api framework the provides a gem that...

Developing
----------

    gem install apimaster
    apimaster new your_app_name
    cd 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

Run app
-------

    rackup -p 4567

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
apimaster-0.1.4 README.md
apimaster-0.1.3 README.md
apimaster-0.1.2 README.md
apimaster-0.1.1 README.md
apimaster-0.0.7 README.md
apimaster-0.0.6 README.md