chrisroberts / acts_as_sane_tree

Sane tree builder for ActiveRecord and PostgreSQL
http://chrisroberts.github.com/acts_as_sane_tree
53 stars 20 forks source link

Update rubygems on travis-ci.org to make REE with Rails 3.2 happy #1

Closed michaelklishin closed 12 years ago

michaelklishin commented 12 years ago

REE ships with an old rubygems version that Rails 3.2 does not work with.

michaelklishin commented 12 years ago

In addition, you need to use JDBC PostgreSQL driver on JRuby. Native extensions are disabled on JRuby on travis-ci.org because using them on JRuby in production is a really bad idea.

chrisroberts commented 12 years ago

Fantastic. Thanks so much.