尝试使用 Ruby on Rails 3.2.3 创建一个简单的 flickr 应用程序时,我遇到了一个问题。首先我安装了一个名为flickraw
sudo gem install flickraw
然后我尝试使用它
require 'rubygems'
require 'flickraw'
class HomeController < ApplicationController
def index
end
def index2
end
def index3
end
end
我得到一个错误:
HomeController中的LoadError#index
cannot load such file -- flickraw
有什么建议么?