ksuid-ruby
ksuid-ruby copied to clipboard
K-Sortable Unique IDentifiers in Ruby
When using `add_column`, the definition methods for `ksuid` and `ksuid_binary` are not used like when using `table.ksuid` since `add_column` creates the column directly. This change makes it so any column...
So I just started an empty rails project this morning and tested it all out. Here's the steps to reproduce all errors. 1. rails new project with ruby 3.2.0 and...
Sequel is another popular database interface and is the underpinning of ROM. As such, supporting the use of KSUID within it is a good value-add for users of the gem....
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.9. Release notes Sourced from rexml's releases. REXML 3.3.9 - 2024-10-24 Improvements Improved performance. GH-210 Patch by NAITOH Jun. Fixes Fixed a parse bug for...