Conversation
|
TODO: update readme. |
There was a problem hiding this comment.
do you need to symbolize_keys on column_defaults?
|
Looks good I like it :) |
There was a problem hiding this comment.
I think you might be able to just use ActiveModel::Model but it's been a while since I've used it.
|
Philosophy Ramblings: This is awesome. However, if you you able to save a new model and re-load it quickly, we know that it's very likely that ES will not yet have indexed the new object, and things like Since you are working with only one record here (as opposed to multi writes which you might use some of the other waistband sections for), you have the opportunity to enforce that when you call
Eh, these are all probably terrible ideas... never mind! |
|
Well, reload! would work using the find method, which is not a search, so On Sun, Feb 22, 2015 at 11:42 AM, Evan Tahler notifications@github.com
Pablo Jairala |* TaskRabbit *| Staff Engineer |
|
Huh, I thought you always needed to wait for the refresh (even when loading by document ID).... Fancy! |
No description provided.