gottfrois / dashing-rails

The exceptionally handsome dashboard framework for Rails.
MIT License
1.45k stars 149 forks source link

Getting Started Step 4 Error #95

Closed JordanWalsh-SageNA closed 7 years ago

JordanWalsh-SageNA commented 7 years ago

I am on Mac OS X 10.11.6 (15G1212). Running iTerm2. I cloned your repo, I changed the remote url to my personal repo, then got to step four(4) and received this error message...

Using rspec-rails 2.14.2
Using rails 4.2.3
Using dashing-rails 2.5.0 from source at `.`
Bundle complete! 10 Gemfile dependencies, 64 gems now installed.
Gems in the groups uat, staging, preprod and production were not installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.

 jwalsh@ttys007: [~/Desktop/dev/rails4dashboard]: $ rails g dashing:install
Expected string default value for '--rc'; got false (boolean)
Expected string default value for '--helper'; got true (boolean)
Expected string default value for '--assets'; got true (boolean)
Expected string default value for '--rc'; got false (boolean)
Could not find generator 'dashing:install'. Maybe you meant 'migration', 'assets' or 'css:assets'
Run `rails generate --help` for more options.

Any ideas on how to solve this one?

JordanWalsh-SageNA commented 7 years ago

I worked around this error code by running a separate gem install dashing-railscommand after running the initial bundle install command

so the order I followed was

$ bundle install
$ gem install dashing-rails
$ rails g dashing:rails 

Ill check back to make sure I didn't break any dependencies but Im pretty sure this will work.