Sergey Toy
Sergey Toy
Hey folks, a quick question/suggestion why don't leverage [`ActiveSupport::CurrentAttributes`](https://api.rubyonrails.org/classes/ActiveSupport/CurrentAttributes.html) instead? It works in a console and in a regular HTTP request to the app (I have a use case when...
Hey there, any updates on this? We've also faced this issue and for now decided to maintain our own fork without views. How about extracting it to `rein-views` gem so...
Hey @carbocation, you probably found the answer already. But I had the same question and came across this issue. In case if somebody else is having the same question â...
> Could you please check it in your database and share the results? Would be there a win in terms of memory reduction or performance gain? I think the main...
While I'm still researching, want to point out an interesting note in the [`ActiveRecord::Enum` documentation](https://api.rubyonrails.org/classes/ActiveRecord/Enum.html) regarding string columns: > Finally it's also possible to use a string column to persist...
Hey @djezzzl, no updates âšī¸ I don't think I'll be able to do anything productive this year, my mind is already on holiday đ
Hey @djezzzl đ I see how it is better than enums, especially for adding and removing values. It also looks like a nice solution to enforce consistency if you already...
Okay, so I did some benchmarking myself on my laptop (MBP M1 16GB), and here are my results: ```sql -- 0. Postgres version SELECT version(); -- => PostgreSQL 15.1 (Homebrew)...
> Would we support adding such through database_consistency.yml, or would it be better to have it with a ruby configuration? I don't have a strong opinion here. Yaml is neater,...
> Now, I'm kind of confused. How can we write good migrations without "duplicating the strong_recommendations"? Sorry for the confusion, let me clarify. I meant there should be a gem...