Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sprileyMSTS opened this issue Aug 12, 2024 · 1 comment

Comments

@sprileyMSTS
Copy link

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.

@dwarner
Copy link

dwarner commented Nov 11, 2024

Is this being actively looked at?

Is this project still being developed or is it abandoned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants