Cantoniodasilva's Gems

icon
#Total RankDaily RankNameSummary
1614i18nNew wave Internationalization support for Ruby.
272activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framew...
32537thorThor is a toolkit for building powerful command-line interfaces.
43154builderBuilder provides a number of builder objects that make creating structured data simple ...
53436activemodelA toolkit for building modeling frameworks like Active Record. Rich support for attribu...
63659activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73763actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84372railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94568railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104769actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
114957actionviewSimple, battle-tested conventions and helpers for building web pages.
125891rails-html-sanitizerHTML sanitization for Rails applications
135970activejobDeclare job classes that can be run by a variety of queuing backends.
146186rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
1571137sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
167285globalidURIs for your models makes it easy to pass references around.
1782146sprockets-railsSprockets Rails integration
188574actioncableStructure many real-time application concerns into channels over a single WebSocket con...
199478activestorageAttach cloud and local files in Rails applications.
20108109marcelSimple mime type detection using magic numbers, filenames, and extensions
21112273execjsExecJS lets you run JavaScript code from Ruby.
2212293actiontextEdit and display rich text in Rails applications.
2312494actionmailboxReceive and process incoming emails in Rails applications.
24131522arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
25153252respondersA set of Rails responders to dry up your application
26159355jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
27163473sass-railsSass adapter for the Rails asset pipeline.
28165212jbuilderCreate JSON structures via a Builder-style DSL
29176299deviseFlexible authentication solution for Rails with Warden
30180510coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
31192514coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
32200375springPreloads your application so things like console, rake and tests run faster
33205602coffee-railsCoffeeScript adapter for the Rails asset pipeline.
34264386rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
35298318web-consoleA debugging tool for your Ruby on Rails applications.
363231,222turbolinksRails engine for Turbolinks 5 support
374552,664rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
385041,305webpackerUse webpack to manage app-like JavaScript modules in Rails
39551675simple_formForms made easy!
405551,156activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
41623570activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
42823690has_scopeMaps controller filters to your resource scopes
431,128356importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
441,1481,506rails-observersRails observer (removed from core in Rails 4.0)
451,4271,209cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
461,4881,574country_selectProvides a simple helper to get an HTML select list of countries. \ ...
471,6741,980actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
481,7761,142jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
491,911631propshaftDeliver assets for Rails.
501,9562,260actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
511,9832,490devise-encryptableEncryption solution for salted-encryptors on Devise
522,0052,378actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
532,0125,696protected_attributesProtect attributes from mass assignment
542,0951,168tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
552,188628solid_queueDatabase-backed Active Job backend.
562,5742,582record_tag_helperActionView Record Tag Helpers
572,9983,000rails-apiRails::API is a subset of a normal Rails application, created ...
584,06214,518activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
594,1931,709mission_control-jobsOperational controls for Active Job
604,3353,148kredisHigher-level data structures built on Redis.
614,3494,649mail_formSend e-mail straight from forms in Rails with I18n, validations, attachments and reques...
625,3417,748rails-ujsThis gem provides rails-ujs driver for Rails applications.
637,0827,831show_forWrap your objects with a helper to easily show them
648,71736,933markerbMultipart templates made easy with Markdown + ERb
6512,55015,766i18n_alchemyI18n date/number parsing/localization
6634,48929,500hermesA few testing facilities built on top of Capybara and ActiveSupport::TestCase
67118,30240,665actionformAn alternative layer to accepts_nested_attributes_for by using Form Models.