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
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
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.