Archive 2024
-
How to Call C Code from Ruby Using FFI
Simple Tutorial for Calling C Code From Ruby Code
-
Rails - New Shortcut for Not Null Columns in Migrations
Rails introduces a sleek new shortcut for creating not null columns in migrations. With a simple '!' symbol, you can now effortlessly define required fields in your database schema.