Reputation: 48443
I am following this Railscast, but when I run
rails g vulcanize complete_passenger_mysql
I get
Could not find generator vulcanize.
I also found this thread on SO, but again, without any success.
The version of installed rubber is 2.2.4, ruby ruby 1.9.3p385, rails Rails 3.2.12.
I spent the whole afternoon of figuring this issue out, but I stuck here. I would be grateful for every advice,
Thanks!
Upvotes: 1
Views: 117
Reputation: 421
The reason why you cannot rails g vulcanize is because you are supposed to do rubber vulcanize.
rubber vulcanize complete_passenger_mysql
That should get you going...
Upvotes: 2