$ rails g twitter_auth
/Library/Ruby/Gems/1.8/gems/bundler-1.0.0/lib/bundler/runtime.rb:64:in `require': no such file to load -- twitter_auth/engine (LoadError)
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.0/lib/bundler/runtime.rb:64:in `require'
...
誰かが私が行方不明になっているかもしれないことを知っていますか?これは簡単だと思いました。
#Gemfile
gem "twitter-auth", :require => "twitter_auth/engine"
それから :
bundle install