Gumby 2 with rails

1k Views Asked by At

I am trying to integrate the Gumby frame work with rails. I have managed to get the CSS working by including the CSS files however I am finding it difficult. Implementing their javascript. Anyone used Gumby with rails successfully ?

1

There are 1 best solutions below

1
On

Problem solved. It looks like i did not include modernizr in my application. Which is required by gumby. To get it working all i had todo was add the required js files to the assets/javascript path and included them in a specific order as stated here in application.js manifest file like so

#app/assets/javascript/application.js
//= require modernizr-2.6.2.min.js
//= require gumby.js
//= require gumby.tabs.js
//= require gumby.init.js