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?
source
share