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

DEPRECATION WARNING #30

Open
benben opened this issue Jun 25, 2011 · 2 comments
Open

DEPRECATION WARNING #30

benben opened this issue Jun 25, 2011 · 2 comments

Comments

@benben
Copy link
Member

benben commented Jun 25, 2011

[02/May/2011 19:42:16] "GET /mediahandbook/companies/search?api_key=...&url_primary=... HTTP/1.1" 200 20 0.0133
DEPRECATION WARNING: Having additional attributes on the join table of a has_and_belongs_to_many association is deprecated and will be removed in Rails 3.1. Please use a has_many :through association instead. (called from validate at /var/www/api/lib/helpers.rb:18)


[08/May/2011 14:48:41] "GET /mediahandbook/companies?api_key=...&limit=20&offset=800 HTTP/1.1" 200 14048 0.1453
DEPRECATION WARNING: Having additional attributes on the join table of a has_and_belongs_to_many association is deprecated and will be removed in Rails 3.1. Please use a has_many :through association instead. (called from validate at /var/www/api/lib/helpers.rb:18)
@lhm
Copy link
Member

lhm commented Nov 30, 2011

kommt offenbar von den timestamps in der UserPermissions Table; siehe hier : http://sandmoose.com/post/6783316059/rails-and-additional-attributes-on-join-tables

@benben
Copy link
Member Author

benben commented Dec 1, 2011

mh nach meinem ruby1.9 commit sind die irgendwie weg. ich glaub das lag an dem minitest update von 1.6.0 auf 2.8.1
weiß da jemand was ob sich da irgendwelche default output optionen geändert haben, die sowas unterdrücken?

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