abing

Results 17 comments of abing

@jaywcjlove 这个就是没有 UTDID 依赖产生的问题。 @danferd33 可以在 Podfile 中加上 `pod 'UTDID'`

暂时只能把 isSessionValid 的限制去掉了,这么严重的问题求修复下

使用 3.3.3,iOS 12.4 模拟器能稳定重现

用 git 指定 tag 为 3.3.3 的依赖却显示版本是 3.3.2,没有更新 podspec。

em.. will this feature be supported?

0.9.6 seems use {type: 'some-type', ids: [...]} as params to identify polymorphic has_many associations, which can't be simply passed to ActiveRecord's find function. This behavior breaks the polymorphic has_many association...

Oh sorry, finally I found that's my fault. I marked a non-polymorphic relationship as a polymorphic one (which works without problem in JA 1.0 version).

Same issue here. A temporary workaround will be explicitly defining a method in your acts_as_votable model: ``` acts_as_votable def acts_as_votable_options @acts_as_votable_options ||= { cacheable_strategy: :update_attributes } end ```

Hope it to be merged too :)