trick420
trick420

Reputation: 237

Foundation 4.3.2 "Could not find generator foundation:install"

I'm running OSx Mavericks, Rails 4.1.1, Ruby 2.1.1. and I'm new to Rails.

Trying to setup Zurb-foundation 4.3.2. When I run the command rails g foundation:install I get the error Could not find generator foundation:install.

Googling hasn't helped so far.

Any assistance is greatly appreciated.

Regards, Jeff

Upvotes: 5

Views: 1811

Answers (1)

Jonathan Arkell
Jonathan Arkell

Reputation: 10804

Make sure your Gemfile has this:

gem 'foundation-rails'

And not 'zurb-foundation'.

Upvotes: 7

Related Questions