Categories
Active Record Index Assistants
Utilities to point you at potentially missing database indices
44.08
A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
2021
2022
2023
2024
2025
2026
42.44
Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.
2021
2022
2023
2024
2025
2026
38.94
Attach cloud and local files in Rails applications.
2021
2022
2023
2024
2025
2026
31.64
A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
2021
2022
2023
2024
2025
2026
31.64
Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.
2021
2022
2023
2024
2025
2026
31.64
Attach cloud and local files in Rails applications.
2021
2022
2023
2024
2025
2026
19.1
minitest provides a complete suite of testing facilities supporting
TDD, BDD, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
...
2021
2022
2023
2024
2025
2026
17.63
Diff::LCS computes the difference between two Enumerable sequences using the
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
to create a simple HTML diff output format and a standard diff-like tool.
This is release 2.0, which has significant breaking changes (remov...
2021
2022
2023
2024
2025
2026
11.59
A package (also known as a library) contains a set of functionality
that can be invoked by a Ruby program, such as reading and parsing an XML file. We call
these packages 'gems' and RubyGems is a tool to install, create, manage and load these
packages in your Ruby environment. RubyGems is a...
2021
2022
2023
2024
2025
2026
11.54
Protect against typical web attacks, works with all Rack apps, including Rails
2021
2022
2023
2024
2025
2026
7.78
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons,
JavaScript has always had a gorgeous object model at its heart.
CoffeeScript is an attempt to expose the good parts of JavaScript
in a simple way.
2021
2022
2023
2024
2025
2026
7.73
A complete open source e-commerce solution with multi-store, multi-currency and multi-language capabilities
2021
2022
2023
2024
2025
2026
10.8
Pry is a runtime developer console and IRB alternative with powerful
introspection capabilities. Pry aims to be more than an IRB replacement. It is
an attempt to bring REPL driven programming to the Ruby language.
2021
2022
2023
2024
2025
2026
6.72
Wrap an option at compile-time and `call` it at runtime, which allows to have the common `-> ()`, `:method` or `Callable` pattern used for most options.
2021
2022
2023
2024
2025
2026
3.74
Paperclip is intended as an easy file attachment library for ActiveRecord. The intent behind it was to keep setup as easy as possible and to treat files as much like other attributes as possible. This means they aren't saved to their final locations on disk, nor are they deleted if set to nil, un...
2021
2022
2023
2024
2025
2026
7.18
We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.
2021
2022
2023
2024
2025
2026
7.09
Docile treats the methods of a given ruby object as a DSL (domain specific language) within a given block.
Killer feature: you can also reference methods, instance variables, and local variables from the original (non-DSL) context within the block.
Docile releases follow Semantic Versioning a...
2021
2022
2023
2024
2025
2026
4.59
This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.
2021
2022
2023
2024
2025
2026