Registry / database / activeuuid

activeuuid

JSON →
library0.6.1rbrubygemsunverified

Adds binary (not string) UUID support to ActiveRecord in MySQL.

gem install activeuuid
INSTALL
IMPORT
SIG · ACTIVEUUID
A
activeuuid
databaserubyv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActiveUUID
require 'activeuuid'

Include UUID support in an ActiveRecord model

require 'activeuuid' class User < ActiveRecord::Base include ActiveUUID::UUID end
Debug
Known issues
gotchaOnly works with MySQL due to binary UUID storage.
fix
Ensure your database adapter is MySQL; consider alternatives for other databases.
affects: >= 0.6.0
Upgrade
Version history
0.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
54 hits · last 30 days
node
46
OpenAI (training)
1
Resources
activeuuid — gem install activeuuid · libregistry