Gems
Convert YARD docs to Sorbet RBI and Ruby 3/Steep RBS files
Sord is a Sorbet and YARD crossover. It can automatically generate RBI and RBS type signature files by looking at the types specified in YARD documentation comments.If your project is already YARD documented, then this can generate most of the typ...
A production ready example Rails app that's using Docker and Docker Compose.
You could use this example app as a base for your new project or as a guide to Dockerize your existing Rails app.The example app is minimal but it wires up a number of things you might use in a real world Rails app, but at the same time it's not l...
Installs Ruby, JRuby, Rubinius, TruffleRuby or MRuby
Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), or mruby.FeaturesSupports installing arbitrary versions.Supports downloading the latest versions and checksums from ruby-versions.Supports installing into /opt/rubies/ for root and ~/...
Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.
A Ruby binding for curses, ncurses, and PDCurses. curses is an extension library for text UI applications.Formerly part of the Ruby standard library, curses was removed and placed in this gem with the release of Ruby 2.1.0. (see ruby/ruby@9c5b2fd).
A set of methods for processing keyboard input in character, line and multiline modes.
A pure Ruby library that provides a set of methods for processing keyboard input in character, line and multiline modes. It maintains history of entered input with an ability to recall and re-edit those inputs. It lets you register to listen for k...