Greg
Greg

Reputation: 1

uninitialized constant ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Rails51Point

This is my first time trying to upgrade an existing rails app. I am trying to update to rails 5.1.5 and when I start the server I get:

Gem Load Error is: uninitialized constant ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Rails51Point

This is a jruby app and here is the relevant portion of Gemfile:

source 'https://rubygems.org' do gem 'rails', '5.1.5' gem 'haml' gem 'warbler' gem 'jruby-jars', '9.1.15.0' gem 'activerecord-jdbcpostgresql-adapter', platform: :jruby gem 'activeresource' gem 'rspec-rails', '~> 2.99', :group => :development gem 'listen' gem 'rake', '< 12.0' gem 'activerecord-session_store' end

Any help or ideas would be appreciated!

Upvotes: 0

Views: 453

Answers (0)

Related Questions