RailsCasts Pro episodes are now free!

Learn more or hide this

Zack Reed's Profile

GitHub User: rubylaser

Site: http://rubylaser.net

Comments by Zack Reed

Avatar

I can get the sample data working in my Rails app (3.2.14), but when I try with real data, the chart doesn't show up. It appears my JSON string has an extra level of nesting in it, where it's {model_name: {properties}}, you can see my code and an example in my Gist. Any help is greatly appreciated!