grails 2.0 - How to include gems in the project using Rails 2 and Ruby 1.9.3? -


i have project built using

rails 2.3.18 ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-linux] 

i not have gemfile project how include gems in it.

edit 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" 

Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -