Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有使用构建的项目
Rails 2.3.18 ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-linux]
我的项目没有任何 Gemfile,所以如何在其中包含 gem。
编辑 app/config/environment.rb
config.gem 'will_paginate', :version => '~> 2.3.16' config.gem 'ssl_requirement' config.gem "ambethia-recaptcha", :lib => "recaptcha/rails", :source => "http://gems.github.com"