I have a Ruby on Rails site on Heroku which uses both Fancybox for images and Gmaps4Rails for showing a map with marker. Locally everything works fine, but on Heroku both Fancybox and Gmaps4Rails don't work, here is an example: http://mygroundhops.herokuapp.com/visits/204
Because both different javascript libraries are not working, my guess would be that there is something wrong with the asset pipeline. Any suggestions? Thanks!