Yevhenii Kushvid
Results
2
issues of
Yevhenii Kushvid
- how to bind FactoryBot+Faker with this gem together, for more flexibility? - how to test generation of string data in different charsets: urf-8, iso-8859-1, Shift JIS, ...? - how...
add bulk operations: create, update, delete; and find_or_create + count methods for single records
4
In recent project I faced the issue of performance, and found in AriTable api bulk operation: here is my proposal implementation of them for `airrecord` gem. - `Table#bulk_create` - `Table#bulk_update`...