Yuri V
Yuri V
Is it correct to using `ActiveRecord::Migrator.current_version` to get current data_migration version? https://github.com/ilyakatz/data-migrate/blob/126e409483d0b867428ae4550b2d05e9b2d3ec60/tasks/databases.rake#L25 As far as I understand, you need to use `DataMigrate::DataMigrator.current_version` here, right?
Example of usage: I have two models: - `CrewingTypeDocument` - sort of categories ```ruby class CrewingTypeDocument < ApplicationRecord # position_field: :position has_one :parent, -> { none }, class_name: 'CrewingTypeDocument' has_many...
When Windows user has cyrillic Name, compiled '*.exe' file cann't be executed. ```cmd C:\Users\ЮраПрог>cd C:\inst\34 C:\inst\34>parser.exe C:/Users/E156~1/AppData/Local/Temp/4/ocr6ACD.tmp/lib/ruby/2.4.0/rubygems/stub_specification.rb:116:in `initialize': No such file or directory @ rb_sysopen - C:/Users/ЮраПрог/AppData/Local/Temp/4/ocr6ACD.tmp/lib/ruby/gems/2.4.0/specifications/did_you_mean-1.1.0.gemspec (Errno::ENOENT) from C:/Users/E156~1/AppData/Local/Temp/4/ocr6ACD.tmp/lib/ruby/2.4.0/rubygems/stub_specification.rb:116:in...
**Опишите ошибку** При подключении расширения в конфигурации, у которой стоит основной язык, отличный от Русского, получаем критическую ошибку ((Критическая): Значение свойства ОсновнойЯзык контролируемого свойства у объекта не совпадает со значением...
🎉 **Feature Addition: Auto-generate Pull Request Descriptions!** 🎉 This PR introduces a new GitHub Actions workflow that automatically generates descriptions for pull requests when they are opened or synchronized. ###...