Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 856
trick420 Avatar asked May 15 '14 17:05

trick420


1 Answers

Make sure your Gemfile has this:

gem 'foundation-rails'

And not 'zurb-foundation'.

like image 134
Jonathan Arkell Avatar answered Nov 14 '22 23:11

Jonathan Arkell