Documentation at https://melpa.org/#/enh-ruby-mode
Multipart-Post Adds multipart POST capability to Ruby's net/http library.
This package provides a modest JavaScript framework for the HTML you already have.
This package provides a SimpleCov formatter to generate a lcov-style coverage report.
This Ruby library uses ANSI escape sequences to control the attributes of terminal output.
Sorbet's runtime type checking component. Sorbet is a powerful type checker for Ruby.
This package provides a drop-in replacement for the prettyprint
gem, with more functionality.
TestConstruct is a DSL for creating temporary files and directories during tests.
This package provides a Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site.
This package provides the Minitest::Retry
class, which extends Minitest to allow retrying tests when they fail.
This gem is a simple callback-based HTTP request/response parser for writing http servers, clients and proxies.
Minitest-bacon extends minitest with bacon-like functionality, making it easier to migrate test suites from bacon to minitest.
This package provides the default HTML formatter for the SimpleCov code coverage tool for Ruby version 1.9 and above.
Bandwidth IRIS is a Ruby SDK for Bandwidth Phone Number Dashboard. It is a Ruby Client library for IRIS / BBS API.
Terminal Table is a fast and simple, yet feature rich table generator written in Ruby. It supports ASCII and Unicode formatted tables.
The sys-filesystem
library provides a cross-platform interface for gathering file system information, such as disk space and mount points.
CountDownLatch is a synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
Ruby Electric mode accelerates code writing in Ruby by making some keys electric and automatically supplying with closing parentheses and end
as appropriate.
This package can speed up Test::Unit
, RSpec
, Cucumber
, and Spinach
tests by running them concurrently across multiple CPU cores.
This package provides a Mocha adapter for Bacon, allowing you to use the Mocha stubbing and mocking library with Bacon, a small RSpec clone.
This package provides a Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
The sexp_processor package is derived from ParseTree, but contrary to ParseTree, it includes all the generic S-exp processing tools. Amongst the included tools are Sexp
, SexpProcessor
and Environment
enh-ruby-mode
is a major mode providing syntax highlighting, navigation and indentation capabilities for editing Ruby source files. It parses the source files using Ruby's builtin Ripper
class and performs syntax checks on them.
minitest-focus
gives the ability focus on a few tests with ease without having to use command-line arguments. It introduces a focus
class method for use in testing classes, specifying that the next defined test is to be run.