This repository was archived by the owner on May 13, 2022. It is now read-only.

Description
Something in activerecord-jdbcpostgresql-adapter changed in 1.3.15 or 1.3.16, causing this error when using schema_plus 1.8.x:
ArgumentError:
wrong number of arguments calling `initialize` (7 for 4)
# .../.gem/jruby/1.9.3/gems/activerecord-jdbc-adapter-1.3.16/lib/arjdbc/postgresql/adapter.rb:1164:in `columns'
etc.
due to some sort of conflict caused when including schema_plus's Column module into ActiveRecord's.
I've temporarily removed jruby + postgresql from the build (commit 2a05925). But I'm not likely to have time to chase down the problem any time soon.
@donv, do you want to look into it?