0

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.

Chris_Ch
  • 7
  • 2

2 Answers2

0

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

pratski
  • 1,448
  • 2
  • 22
  • 37
0

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

Taryn
  • 242,637
  • 56
  • 362
  • 405
Ahmad hamza
  • 1,816
  • 1
  • 23
  • 46