external gem rails generator not found
When trying to use devise 1.0.11 with rails 2.3.8 and bundler 1.0.10, I got the error could not find generator ...
when running bundle exec script/generate devise_install ...
After reading this stackoverflow Q&A, I ended up copying the file manually !
I hope this is fixed in rails 3, I am looking forward to migrate.
Leave a comment