-
I have a user with has many notifications
For performance I do a batch operation directly on a bunch of notifications
can I then call user.fix_counts? I don't want to update every User, just that spec…
-
https://travis-ci.org/soranoba/counter_culture/builds/573060376
```
1) CounterCulture increments counter cache on create
Failure/Error: timestamp_columns
-
https://www.youtube.com/watch?v=bWA1gvA5lxU
-
[Lindemann_NoPLaceforLiterature.pdf](https://github.com/taylorcate/NuttingVariorum/files/2908431/Lindemann_NoPLaceforLiterature.pdf)
[Tate_APlaceforLiteratureintheClassroom.pdf](https://github.com/ta…
-
```ruby
class Foo < AR::Base
has_many :bars
end
class Bar < AR::Base
belongs_to :foo
counter_culture :foo, touch: true
end
```
and
```ruby
Bar.counter_culture_fix_counts
```
…
-
Hi.
Looks like following line is making an issue [there](https://github.com/magnusvk/counter_culture/blob/be0625c05ec94da37e9bba3861be3750467ae36c/lib/counter_culture/extensions.rb#L66)
```ruby
rec…
-
If you try to use the "id" attribute of your model inside the column_name Proc of a conditional counter cache, you will most likely get counter errors at some point.
Example:
`counter_culture :n…
-
-