Geokit problem - "could not find a generator"

I am trying to get started with Geokit, and I ran the install command and was greeted with the following:

rails g geokit_rails:install
Could not find generator geokit_rails:install.

Any idea what is going on? I'm so confused. The installation package works fine. I am running the exec rake db: migrate package. but when I enter the console, when I try to use "geokit", I become false. I guess this is because the configuration file is missing? But how can I generate a sample configuration file for change if the script installation fails?

+4
source share
1 answer

, geokit-rails . https://github.com/geokit/geokit-rails/commit/bb4261acef62a26de823c4b7306634ffb7c3381f. - 2.1.0 , .

, Gemfile gem 'geokit-rails', github: 'geokit/geokit-rails'.

+10

All Articles