Skip to content

Developing new features

jordelver edited this page Mar 20, 2013 · 2 revisions

Fork the Noodall Form Builder repo

Clone your fork locally

git clone <your-fork-url>

In the app that will use the Noodall Form Builder, point the gem at the local path you cloned.

gem 'noodall-form-builder', path: '/path/to/local/form-builder'

Makes changes

Submit a pull request :)

Clone this wiki locally