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:

  1. Fork it ( http://github.com/argosity/stockor-core/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request