rakeRake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is…hacktoberfestrakerakefileruby
multi_jsonA common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.activejobactiverecordframeworkhtmlmvcrailsruby
actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.activejobactiverecordframeworkhtmlmvcrailsruby
activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.activejobactiverecordframeworkhtmlmvcrailsruby
rackRack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.rackrubyweb