Giter VIP home page Giter VIP logo

Comments (6)

farnoy avatar farnoy commented on September 13, 2024

Hi, which version of rails are you using?

from public_activity.

stas avatar stas commented on September 13, 2024

As for now latest rails is v3.2.8 which I am using.
Also there's no backtrace, it's just a warning.

I might be wrong, but this happens with tracked models, in my case, I hooked to :create event.

from public_activity.

farnoy avatar farnoy commented on September 13, 2024

Are there any more deprecation warnings, like owner_type, trackable_type?

from public_activity.

stas avatar stas commented on September 13, 2024

Just recipient_id and recipient_type:

.DEPRECATION WARNING: You're trying to create an attribute `recipient_id'. Writing arbitrary attributes on a model is deprecated. Please just use `attr_writer` etc. (called from create_activity at /home/stas/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/bundler/gems/public_activity-911c4190580e/lib/public_activity/common.rb:84)
DEPRECATION WARNING: You're trying to create an attribute `recipient_type'. Writing arbitrary attributes on a model is deprecated. Please just use `attr_writer` etc. (called from create_activity at /home/stas/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/bundler/gems/public_activity-911c4190580e/lib/public_activity/common.rb:84)

I believe if I skip any of the activity attributes like owner or etc. it will be present for those too.

from public_activity.

farnoy avatar farnoy commented on September 13, 2024

What you mean is that the warnings appear on attributes that you didn't assign? Could you try assigning none then, to see if warnings for owner and trackable appear too?

If you're upgrading from 0.3.x, did you execute rails generate public_activity:migration_upgrade?

from public_activity.

stas avatar stas commented on September 13, 2024

Yep that solved the issue.
Thanks.

from public_activity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.