ruby-warning adds custom processing for warnings, including the ability to ignore specific warning messages, ignore warnings in specific files/directories, include backtraces with warnings, treat warnings as errors, deduplicate warnings, and add custom handling for all warnings in specific files/directories.
Loads environment variables from `.env`.
Official AWS Ruby gem for Amazon Simple Queue Service (Amazon SQS). This gem is part of the AWS SDK for Ruby.
Ruby/Graphviz provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz.
Choice is a simple little gem for easily defining and parsing command line options with a friendly DSL.
Turn Pry into a primitive debugger. Adds 'step' and 'next' commands to control execution.
Wraps rails-dom-testing into RSpec matchers.
XML serialization for your Active Model objects and Active Record models - extracted from Rails
Gem to conveniently handle multiple models in a single form with Rails 3 and jQuery or Prototype.
Provides a simple helper to get an HTML select list of countries. \ The list of countries comes from the ISO 3166 standard. \ While it is a relatively neutral source of country names, it will still offend some users.
Extension for popular TDD and BDD frameworks like "Cucumber", "RSpec" and "Minitest", to make testing command line applications meaningful, easy and fun.
Support utilities for RSpec gems
Adds methods to DebugInspector to allow for inspection of backtrace frames. The debug_inspector C extension and API were designed and built by Koichi Sasada, this project is just a gemification of his work. This library makes use of the debug inspector API which was added to MRI 2.0.0. Only works on MRI 2 and 3. Requiring it on unsupported Rubies will result in a no-op. Recommended for use only in debugging situations. Do not use this in production apps.
Arbre makes it easy to generate HTML directly in Ruby
I18n translation for the formtastic gem
This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important. It makes your controllers more powerful and cleaner at the same time.
Auto-terminate potentially long-running operations in Ruby.
Protect against typical web attacks, works with all Rack apps, including Rails
Generic interface to multiple Ruby template engines
A session implementation for Rack.
Mustermann is your personal string matching expert. As an expert in the field of strings and patterns, Mustermann keeps its runtime dependencies to a minimum and is fully covered with specs and documentation. Given a string pattern, Mustermann will turn it into an object that behaves like a regular expression and has comparable performance characteristics.
Simple autoconf and cmake builder for developers. It provides a standard way to compile against dependency libraries without requiring system-wide installation. It also simplifies vendoring and cross-compilation by providing a consistent build interface.
Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool.
Behaviour Driven Development with elegance and joy
Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby
XPath is a Ruby DSL for generating XPath expressions
Show failing specs instantly
An implementation of Matrix and Vector classes.
A general server command for Rack applications.