Michoel Samuels
Michoel Samuels
The Managed Identity infrastructure would also be super useful for the [ActiveRecord SQL Server adaptor](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/issues/1011), where Managed Identity support has been requested many times ([issue here](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/issues/1011)).
Still down
👍 This is badly needed.
It makes sense to retire Kamal 1 articles. However, I think the proposed guides/tutorials section should still be versioned (like the rest of the Kamal docs). There will undoubtedly by...
Workaround for now is to manually edit `schema.rb` after every migration 😬. I also need to manually inject the statement for creating the DB schema, like so: ```ruby # schema.rb...
Excellent! Will test this out.
For now I've been doing this by using `NVACHAR(MAX)` with a valid JSON check constraint: ```sql -- assuming `my_table` with a column `metadata` ALTER TABLE my_table ADD CONSTRAINT my_table_metadata_must_be_json CHECK...
Does this make sense to patch? Even if the SQL injection is real, an injection in a migration that runs once in the lifetime of an application isn’t much of...