Search code examples
ruby-on-railsrubyruby-on-rails-3google-mapsgmaps4rails

map not showing in gmaps4rails


I'm pretty new to java (and programming in general), and am having a tough time getting the map to show in my production environment. On my development machine, everything is good, and works well, but when I deploy, the map just won't show.

I did the bundle install, added the gmaps4rails.js file, and included the config.serve_static_assets = true to the production.rb

Any help or suggestions is appreciated.


Solution

  • After long search:

    Just needed to update the gem to latest version :)