Project

pedal

0.0
No commit activity in last 3 years
No release in over 3 years
Pedal is a fast, Webmachine based full-stack Web Framework written in Ruby for building extendable, maintainable applications quickly.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.10.1
~> 0.15.2
~> 0.4.2
 Project Readme

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request