ruby-plsql icon indicating copy to clipboard operation
ruby-plsql copied to clipboard

ActiveRecord::Base.default_timezone is deprecated and will be removed in Rails 7.1

Open sprileyMSTS opened this issue 1 year ago • 1 comments

There is a deprecation warning in Rails 7 raised by https://github.com/rsim/ruby-plsql/blob/master/lib/plsql/schema.rb#L103

ar_class.default_timezone is equivalent to ActiveRecord::Base.default_timezone which is deperecated in favor of ActiveRecord.default_timezone

DEPRECATION WARNING: ActiveRecord::Base.default_timezone is deprecated and will be removed in Rails 7.1. Use ActiveRecord.default_timezone instead.

sprileyMSTS avatar Aug 12 '24 20:08 sprileyMSTS

Is this being actively looked at?

Is this project still being developed or is it abandoned?

dwarner avatar Nov 11 '24 14:11 dwarner