Taufek Johar
Taufek Johar
Currently when I install `hoa\project` via composer, it will only use `hoa\protocol` version 1.17.14. Composer will throw an error. I believe below commit in master suppose to fix it. https://github.com/hoaproject/Protocol/commit/a832ea9ec9bcbdebf8979d9bae5dfe80e8e1c6f9...
Below is a `Product` model that uses [Rails Attribute API](https://api.rubyonrails.org/classes/ActiveRecord/Attributes/ClassMethods.html) to represent a json datatype column, named `info`. ```ruby class CreateProducts < ActiveRecord::Migration[6.1] def change create_table :products do |t| t.jsonb...
## Context I would like to be able to configure selectize `closeAfterSelect` setting. ## Change Pass `closeAfterSetting` from `data` attribute to `selectize` initialization. Default is set to `false` as per...
Whenever I call `reify` with `has_one: true`, I'm getting below error: ``` ActiveRecord::ConfigurationError: Can't join 'PaperTrail::Version' to association named 'version_associations'; ```