Developing new features - noodall/noodall-form-builder GitHub Wiki

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 :)