0.03
ParseTree is a C extension (using RubyInline) that extracts the parse
tree for an entire class or a specific method and returns it as a
s-expression (aka sexp) using ruby's arrays, strings, symbols, and
integers.
As an example:
def conditional1(arg1)
if arg1 == 0 then
return 1
e...
2020
2021
2022
2023
2024
2025
0.15
Serv-O-Lux is a collection of Ruby classes that are useful for daemon and
process management, and for writing your own Ruby services. The code is well
documented and tested. It works with Ruby and JRuby supporting 1.9 and 2.0
interpreters.
2020
2021
2022
2023
2024
2025
0.15
Ruby 1.9.2 compatible soap4r library
2020
2021
2022
2023
2024
2025
0.15
Make your Rails app 10 times faster in development mode
2020
2021
2022
2023
2024
2025
0.15
ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available with Oracle 10g or later including Oracle Instant Client.
2020
2021
2022
2023
2024
2025
0.15
The Ruby binding of playwright driver 1.52.0
2020
2021
2022
2023
2024
2025
0.15
This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to TLS 1.0-1.2. It does not rely on OpenSSL and is not designed as a replacement either. It targets full support for even older handshakes, which are not available in current releases of OpenSSL anymore. It also aims to be exe...
2020
2021
2022
2023
2024
2025
0.15
Sometimes we have to write some Rails code in the migrations and it's hard to
keep them in working state because models wich are used there changes too often. there
some techniques which help to avoid these pitfalls. For example, define model
...
2020
2021
2022
2023
2024
2025
0.15
zip is a Ruby library for reading and writing Zip files. Unlike the official rubyzip, zip is compatible with Ruby 1.9.1.
2020
2021
2022
2023
2024
2025
0.02
A responsive 1, 2 or 3 column theme for wide, medium and narrow with drop(down) menu. The three columns are reordered as necessary to match the display width. Includes a menu bar generator, a category page generator, a default cookie warning for European sites and much more. The three columns con...
2020
2021
2022
2023
2024
2025
0.02
punks - generate your own 24×24 (or 32×32 or 12×12) punk (incl. Matt & John's® ye olde punk v1/v2 anno 2017 style), phunk, philip, marilyn, marc, saudi/sheik, man in black, hottie 'n' more (pixel) avatar / character images (off chain) from text attributes (via built-in spritesheets); incl. 2x/4x/...
2020
2021
2022
2023
2024
2025
0.02
A Spree calculator to calculate fixed adjustments based on ranges.
For example, **free shipping above $100, and $4.39 for all orders under $100**,
would mean a range *from 0 to $99.99*, that *has a fixed shipping rate of $4.39*.
2020
2021
2022
2023
2024
2025
0.14
Vlad the Deployer is pragmatic application deployment automation,
without mercy. Much like Capistrano, but with 1/10th the
complexity. Vlad integrates seamlessly with Rake, and uses familiar
and standard tools like ssh and rsync.
Impale your application on the heartless spike of the Deployer.
2020
2021
2022
2023
2024
2025
0.14
ripl is a light shell that encourages common middleware for shells i.e. rack for ruby shells. It is also a modular alternative to irb. Like irb, it loads ~/.irbrc, has autocompletion and keeps history in ~/.irb_history. Unlike irb, it is highly customizable via plugins and supports commands i.e. ...
2020
2021
2022
2023
2024
2025
0.14
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][1] with the release of Ruby 2.1.0. (see [ruby/ruby@9c5b2fd][2])
2020
2021
2022
2023
2024
2025
0.14
Creates stub classes from any ActiveRecord model. By using stubs in your tests you don't need to load Rails or the database, sometimes resulting in a 10x speed improvement. ActiveMocker analyzes the methods and database columns to generate a Ruby class file. The stub file can be run standalone an...
2020
2021
2022
2023
2024
2025
0.14
A Vagrant 1.4+ plugin that adds a KVM provider to Vagrant, allowing Vagrant to control and provision KVM/QEMU VM.
2020
2021
2022
2023
2024
2025
0.01
The sandbox plugin for rubygems helps you manage your command-line
tools and their dependencies. Sandboxed gems are installed in their
own private rubygem repositories with all of their dependencies. This
means that you don't have to have a rat's nest of gems in your global
repository in order to...
2020
2021
2022
2023
2024
2025
0.01
The mdtranslator was written by the Alaska Data Integration Working Group (ADIwg) to assist with creating ISO 19139 metadata records. Input to the mdtranslator is JSON conforming to the mdJson-schema. The mdtranslator architecture allows developers to write additional readers for other input fo...
2020
2021
2022
2023
2024
2025
0.01
Bash highlighting for coderay. This gem was tested with coderay 1.0 and won't work with coderay < 1.0.
2020
2021
2022
2023
2024
2025