nbudin / heroku_external_db

Makes it easy to connect to external databases from a Heroku app
MIT License
40 stars 5 forks source link

Generator Missing #1

Closed thomasv314 closed 13 years ago

thomasv314 commented 13 years ago

thomasmacbook:menu_layars thomasvendetta$ rails generate heroku_external_db Could not find generator heroku_external_db.

Any ideas? Installed via adding to gemfile and running bundle install.

nbudin commented 13 years ago

Hmm, I had this problem on and off when developing it. Could you tell me which version of Rails you're using it with so I can try to reproduce the issue?

thomasv314 commented 13 years ago
thomasmacbook:~ thomasvendetta$ rvm -v
rvm 1.6.10 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]

thomasmacbook:~ thomasvendetta$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.7.0]

thomasmacbook:~ thomasvendetta$ rails -v
Rails 3.0.8

I solved my problem without having to use this gem, but just figured I'd let you know. If you have any more questions let me know and I'll see if I can't reproduce/troubleshoot for you.