NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

DEPRECATION WARNING: `Module#parent` has been renamed to `module_parent`. `parent` is deprecated and will be removed in Rails 6.1. #257

Closed zedtux closed 3 years ago

zedtux commented 4 years ago

It seems that warning comes from nobrainer with the latest Rails version (6.0.2.1):

DEPRECATION WARNING: `Module#parent` has been renamed to `module_parent`. `parent` is deprecated and will be removed in Rails 6.1. (called from <class:ChefNode> at /application/app/models/chef_node.rb:51)

At that line I have a belongs_to :cluster.

nviennot commented 4 years ago

I see. Can you make a pull request to fix all of this?

zedtux commented 3 years ago

This should have been fixed from that line.

I'm closing for now.