Gems
A rails gem for print definition of table or column by provide a model class
This is a rails gem for print the definition of table. Sometimes we use some gems to embed the table schema to model file(like annotate). but sometimes it is hard to maintain, and it has a little noise. I want to find another way to check the sche...
A Rails engine for queueing and managing maintenance tasks for data migrations and backfills.
The generator creates and runs a migration to add the necessary table to your database. It also mounts Maintenance Tasks in your config/routes.rb. By default the web UI can be accessed in the new /maintenance_tasks path.In case you use an exceptio...
Ruby xlsx reader to parse cell values into plain ruby primitives and dates/times.
A fast xlsx reader for Ruby that parses xlsx cell values into plain ruby primitives and dates/times.This is not a rewrite of excel in Ruby. Font styles, for example, are parsed to determine whether a cell is a number or a date, then forgotten. We ...
This PR replaces the current implementation of MJIT with a new JIT called "RJIT" 2.
This PR replaces the current implementation of MJIT with a new JIT called "RJIT" 2.RJIT uses a pure-Ruby assembler to generate native codeMJIT requires a C compiler at runtime. YJIT requires a Rust compiler at build time. RJIT doesn't require them...