I am running Rails 5.1.5.rc1 and Ruby 2.5.0. Just added the friendly_id gem (gem 'friendly_id', '~> 5.1.0'
) to my gemfile and ran bundle install. I then ran rails generate friendly_id
Immediately I get the error "Could not find generator 'friendly_id'. Maybe you meant 'helper', 'channel' or 'mailer'
Run rails generate --help
for more options."
I can see that the gem was installed.
Anyone know how to solve this or what the issue might be?
Thanks a lot in advance!