Nugroho Herucahyono
Nugroho Herucahyono
will need sass-rails edge though, because of this issue https://github.com/rails/sass-rails/issues/139
:+1: for this
Yup. Pretty much what I've experienced. The worker would run the index before the actual record saved. Usually, I just need 1 sec delay to get around this problem.
anyone working on this issue or any fork addressing this?
As far as I can understand, the underlying problem is the lack of mean to append a json string to the serializer. Please CMIIW. a stupid hack I can think...
well, some quick searches, and apparently appending arbitrary string is not possible. the resulting json can be invalid. so I think parsing the json and merging it again is not...
yeah, I'd be surprised if it's not. Since you're a maintainer of multi_json, can you confirm that appending an arbitrary string to json is not possible for now? I was...