Ivan

Results 5 issues of Ivan

From documentation about [Kernel#Integer](https://ruby-doc.org/core-2.6.3/Kernel.html#method-i-Integer): ``` If arg is a String, when base is omitted or equals zero, radix indicators (0, 0b, and 0x) are honored. ``` So, usually, when a...

We can use scheme in file_path to specify how we should load file content. So, I implement file content resolving logic: - Add `DSL` methods, which helps define custom resolvers...

# Changes - Add `model_name` attribute to the `raw` publishing interface. So now you can specify model name other then object class name when using `raw` method. - Remove `object_class`...

1. Не понимаю, что проверяют спеки `avoid dead locks`, так как там переопределяется upsert и мы там не берем вообще никаких локов. К тому же эти спеки отжирают больше 3/4...

I Integrated dry-types system into `smart_initializer` via plugin system.