planbcd-rails
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright
Copyright (c) 2014 Daisuke Taniwaki. See LICENSE for details.