codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.62k stars 255 forks source link

rails g backbone:install - generator not found #133

Closed mikebaldry closed 10 years ago

mikebaldry commented 11 years ago

Clean install of rails 3.2.9 Added gem "backbone-rails" to Gemfile outside of any specific environment Bundle install (which picked up the gem and installed it) rails g backbone:install fails

mati0090 commented 11 years ago

Add gem "rails-backbone" instead of "backbone-rails".

sunny commented 11 years ago

Same error. rails-backbone fixed it for me.

mikebaldry commented 11 years ago

My mistake I guess but could you make it more obvious as I'm sure its an easy one to make! Having the repo called backbone-rails and the gem called rails-backbone is just confusing

mati0090 commented 11 years ago

https://github.com/codebrew/backbone-rails/issues/4

manusajith commented 10 years ago

@brightbits closing this