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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request