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

"uninitialized constant Spree" on rake gmaps4rails:install #38

Closed jmcopeland closed 13 years ago

apneadiving commented 13 years ago

Thans for the report, I added the pull without checking...

apneadiving commented 13 years ago

There were old files I've removed now.

Note the rake task you use was not mentionned anywhere in our doc :)

The proper syntax is:

 rails g gmaps4rails:install
kernity commented 13 years ago

Sorry but rails g gmaps4rails:install is undefined ?

Could not find generator gmaps4rails:install.

Thanks :-)

apneadiving commented 13 years ago

Yes: I'm a moron :)

I moved the files while reorganizing code so generator is absent in 0.9.0 and 0.9.1

I'm working on implementing other map providers and have fixed this bug in the 'playground' branch if you can't wait the next release (I'd say end of week).

kernity commented 13 years ago

Ah thanks :-)

I'll use playground branch till you release .

Good Job

mezbahalam commented 10 years ago

Could not find generator gmaps4rails:install using rails 4.0.2 gem 'gmaps4rails', '2.1.1' Totally stuck. Any ideas?

apneadiving commented 10 years ago

@mezbahalam read the doc

mezbahalam commented 10 years ago

thank you! @apneadiving