- Fix Rails 4.1 deprecation warning caused by use
ActiveRecord::Migrator.proper_table_name
. (Thanks @ffmike)
- Fix support for latest version of the
activerecord-jdbc-adapter
gem.
- Add
foreign_key_exists?(table_name, options)
, to mirror the new Rails 4.0 method,index_exists?
.
- Support
create_table
calls where no block is passed.
- Add support for creating foreign keys during
create_table
.