Lets go through all potential traps (solution without high cards)
Gemfile:
make sure package installation is subsequently started
include 'chartkick'
APPLICATION.JS:
in your config/environments/development.rb you could set config.assets.compress = true and config.assets.compile = true and config.serve_static_files = true , which would mean that you would need to recompile your assets to see the changes in developing.
//= require chartkick
Haml:
javascript include line starts with '=' not '-'. @ report.data should be an active post relation
= javascript_include_tag '//www.google.com/jsapi', 'chartkick' = pie_chart @report.data
SERVER:
When using spring, try spring stop . Reboot the rails server. Restart page reload cmd+shift+R or ctrl+shift+R (not all browsers can do this)
source share