nnajm / orb

Pivot table javascript library
https://nnajm.github.io/orb/
MIT License
558 stars 172 forks source link

Integrate with Rails #38

Open catogonzalez opened 8 years ago

catogonzalez commented 8 years ago

Thanks for this great component!

I am trying to get it working inside a Rails app without luck so far. I installed the component with npm install orb installed also the react-rails gem to cover the React dependency, but when I run the app I get:

Uncaught TypeError: Cannot read property 'createClass' of undefined which I believe is thrown by react, and Cannot find module 'orb' in the var orb = require('orb'); line on my source.

Appreciate any help to get this component working inside a rails app.