Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generator is not working #19

Open
mb8z opened this issue Apr 24, 2017 · 3 comments
Open

Generator is not working #19

mb8z opened this issue Apr 24, 2017 · 3 comments

Comments

@mb8z
Copy link

mb8z commented Apr 24, 2017

I downloaded the gem and installed it, and when trying to run the rails g friendly_id_globalize I get Could not find generator 'friendly_id_globalize'. Maybe you meant 'friendly_id', 'react_on_rails:base' or 'resource_route'

@parndt
Copy link
Collaborator

parndt commented Apr 30, 2017

Hello! Can you please clarify - how did you install it?

@simonhutchings
Copy link

Same problem on rails 5.1.

gem 'friendly_id-globalize' in gem file
bundle install

then ran generator and got same message as above

@pbmolini
Copy link

I have solved it by getting the gem directly from github. I incurred in the same problem with friendly_id '5.1.0' and friendly_id-globalize '1.0.0.alpha2, so now in my Gemfile I have this:

gem 'friendly_id', '~> 5.2.0'
gem 'friendly_id-globalize', git: 'https://github.com/norman/friendly_id-globalize'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants