Adam Zapaśnik
Adam Zapaśnik
should be fixed in a newly released v0.2.0
hey @evenreven that's a bug, thanks for reporting it.
should be fixed in a newly released v0.2.0
Hey :wave: Could you run `./node_modules/.bin/prettier --check . --color` and see if html.erb files get picked up? Are there any errors?
Thanks. It doesn't seem like a problem with the plugin? I'm not sure what is the problem as I haven't use vim prettier plugin. Maybe you could open up an...
Hey @ilyakatz This has come up a few times since I started using this gem. Would love to know your input as I haven't had time to really look into...
sorry for a late response, it's a file generated by running data migrations, it'll just have a single line ```ruby DataMigrate::Data.define(version: 2023someversion) ``` regular migrations would generate `schema.rb` it's a...
@igorkasyanchuk I didn't modify a Gemfile. I updated docker images tags from: `ruby:3.2` to `ruby:3.2-bullseye`. Does it answer your question?
I think you can `include ActiveModel::Validations::Callbacks` https://api.rubyonrails.org/classes/ActiveModel/Validations/Callbacks.html and it should work correctly
you can upgrade to rails 7 without upgrading this gem to 5.x, just use this attr_encrypted's fork https://github.com/PagerTree/attr_encrypted/commits/rails-7-0-support