apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.26k stars 382 forks source link

gmap4rails 2.0.0 issue #382

Closed gosuto closed 10 years ago

gosuto commented 10 years ago

Getting the following error after gmaps4rails 2.0.0 upgrade on Heroku (was using 1.5.6 and was working fine):

/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.3/lib/active_record/dynamic_matchers.rb:50:in method_missing': undefined methodacts_as_gmappable' for #Class:0x0000000639ffe8 (NoMethodError)

Forcing Gemfile to use 1.5.6 for now. Same code works fine on 1.5.6.

gosuto commented 10 years ago

It should be noted that this error is "fatal", i.e., it prevents the Heroku app from even "booting". Basically our app is unusable with 2.0.0 and had to rollback to 1.5.6 (not a huge deal, 1.5.6 was working fine).

apneadiving commented 10 years ago

Yes, I dropped much support in v2: everything out of map display scope.

I recommend: