Matias Grunberg

Results 3 issues of Matias Grunberg

This PR resolves the issue https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/issues/859. Since it adds support to `insert_on_duplicate_skip` it also resolves https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/issues/847. The PR is in early stages. I'm exploring adding `supports_insert_on_duplicate_skip` first (insert_all). Upsert_all is...

rails-6.0
feature
rails-6.1

According to [Rails Maintenance Policy](https://guides.rubyonrails.org/maintenance_policy.html), Rails 6.1 is about to loose security update in a month more or less and reach EOL (check [here](https://endoflife.date/rails)). We can keep support for Rails...

Built on top of https://github.com/activeadmin/activeadmin/pull/8640 Exploring an idea to move from javascript config to CSS config. Pros: Use the latest tailwind configuration mechanism (clean IMO). Cons: There won't be a...