George
George
This is especially troublesome when combined with the lack of eager-loading functionality(https://github.com/mbleigh/acts-as-taggable-on/issues/91#issuecomment-168273770). I found myself needing something like the following to get certain use cases to work: ``` def tag_names...
For those seeing ``` Failed to load external module ts-node/register Failed to load external module typescript-node/register Failed to load external module typescript-register Failed to load external module typescript-require Failed to...
There is a PR out for this: https://github.com/heap/heap-ruby/pull/17
For anyone like myself, who was just looking to use the serializable_hash call from active_support directly, to make this generic for alternative STI column names you have to do: ```ruby...