Pedal
Pedal is a fast, Webmachine based full-stack Web Framework written in Ruby for building extendable, maintainable applications quickly.
Pedal divides itself into a client server model allowing for easy de-coupling and is ideal for building Hypermedia APIs
with rich Javascript based clients. Pedal is simple and stays out of the way, while instituting proper design patterns beyond the typical
model, view, controller paradigm. Start Pedaling!
Installation
$ gem install pedal
Status
Pedal development has just begun! Pedal is not working software yet.
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request