Corkboard
TODO: Summary of Corkboard.
Installation
Add this line to your application's Gemfile:
gem 'corkboard'
And then execute:
$ bundle
Or install it yourself as:
$ gem install corkboard
Usage
TODO: Write usage instructions here
Developing
TODO...
Jasmine (js) Specs
To run from command line:
$ rake spec:javascript
To see them in the browser:
$ cd spec/dummy && rails s # open browser to http://localhost:3000/jasmine
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request