Lanes web framework
Lanes is a web framework that aims to make writing single page apps as simple as traditional Rails apps.
It's extracted from the Stockor ERP application and is still very much a work in progress.
Contributing
The standard instructions are always good:
- Fork it ( http://github.com/argosity/stockor-core/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request