简体   繁体   中英

twitter gem not loaded after bundle install

I am new to rails and I am trying to make an app using twitter gem.

This is my gemfile: gem "twitter", "~> 4.6.2" gem "faraday", "~> 0.8" gem "multi_json", "~> 1" gem "simple_oauth", "~> 0.2.0"
and I ve made bundle install, but I still get error when trying to start it, cannot load such file -- twitter app/controllers/start_controller.rb:2:in `' This error occurred while loading the following files:twitter

The error doesn't help me to find whats missing. I would appreciate any help.

I would try restarting the server. It is a must after installing a gem.

Check your gemfile properly. There may be some kind of syntax error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM