planbcd-rails

Gem Version Build Status Coverage Status

PlanBCD For Rails! So great.

This is NOT a official gem from KAIZEN Platform Inc.

Installation

Add the planbcd-rails gem to your Gemfile.

gem "planbcd-rails"

And run bundle install. The rest of the installation depends on whether the asset pipeline is being used.

Then, initialize planbcd.

bundle exec rails generate planbcd:install

Configuration

js_url

JS URL which you can find on PlanBCD offer page

auto_insert (Optional)

Set true if you want to insert the PlanBCD tag to all the pages generated by Rails

Contributing

  1. Fork it
  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

Copyright (c) 2014 Daisuke Taniwaki. See LICENSE for details.