gmaps4rails 在 DEV 上工作,但不在现场(heroku 网站)
在我的网站 http://tehcoffee.com/ 上,gmaps4rails gem 无法正常工作。 (除了我正在调用的单个商店页面 http://tehcoffee.com/shops/1很简单)
奇怪的是它可以在 DEV 上运行。 (如果需要,我可以粘贴源代码)
gmaps4rails gem 是最新的 10.2
它托管在 heroku 上。
On my website http://tehcoffee.com/ the gmaps4rails gem is not working. (except for the individual shop page http://tehcoffee.com/shops/1 where I'm calling it the simple way)
The bizarre thing is that it works on DEV. (I can paste source code if it's needed)
the gmaps4rails gem is up to date 10.2
It's being hosted on heroku.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我猜您没有更新产品服务器上的某些内容(gem 本身或某些缓存)。
实际上,这是 html 的摘要:
这里有两件事告诉我 gmaps4rails (或 html 缓存)没有更新:
现在删除所有空字段以使 js 代码更轻
< code>longitude 和
latitude
已替换为lng
和lat
I guess you didn't update something on your prod server (the gem itself or some cache).
Actually, here is an abstract of your html:
Two things here tell me the gmaps4rails (or html cache) isn't updated:
all empty fields are now removed to make js code lighter
longitude
andlatitude
have been replace withlng
andlat
看来您试图绘制太多商店。尝试绘制 10,然后递增。
Looks like you are trying to plot too many shops. Try plotting 10, and then increment.