kirk bushell | Riding the wave of programmatic novelty

Rails 2.3.2 on Ubuntu Jaunty - net/https error

May 28, 2009 at 10:51 AM · Posted under

While working with the new version of Rails, I got an error that looked like the following:

/home/.../.gem/ruby/1.8/gems/rails-2.3.2/lib/initializer.rb:269:in `require_frameworks': no such file to load -- net/https (RuntimeError)

This can be remedied by installing the libopenssl library: sudo aptitude install libopenssl-ruby

Comments

Leave a Comment