Cantoniodasilva's Gems

icon
#Total RankDaily RankNameSummary
167i18nNew wave Internationalization support for Ruby.
278activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framew...
32520thorThor is a toolkit for building powerful command-line interfaces.
43256builderBuilder provides a number of builder objects that make creating structured data simple ...
53447activemodelA toolkit for building modeling frameworks like Active Record. Rich support for attribu...
63755activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73851actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84569railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94664railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104954actionviewSimple, battle-tested conventions and helpers for building web pages.
115068actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
126161rails-html-sanitizerHTML sanitization for Rails applications
136267activejobDeclare job classes that can be run by a variety of queuing backends.
146692rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
156866globalidURIs for your models makes it easy to pass references around.
1675161sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
178075actioncableStructure many real-time application concerns into channels over a single WebSocket con...
1884173sprockets-railsSprockets Rails integration
198973activestorageAttach cloud and local files in Rails applications.
20106103marcelSimple mime type detection using magic numbers, filenames, and extensions
2111480actiontextEdit and display rich text in Rails applications.
2211587actionmailboxReceive and process incoming emails in Rails applications.
23119249execjsExecJS lets you run JavaScript code from Ruby.
24159207respondersA set of Rails responders to dry up your application
25161785arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
26169343jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
27170201jbuilderCreate JSON structures via a Builder-style DSL
28180424sass-railsSass adapter for the Rails asset pipeline.
29182227deviseFlexible authentication solution for Rails with Warden
30205458coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
31209374springPreloads your application so things like console, rake and tests run faster
32210469coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
33227552coffee-railsCoffeeScript adapter for the Rails asset pipeline.
34277364rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
35297234web-consoleA debugging tool for your Ruby on Rails applications.
36358761turbolinksRails engine for Turbolinks 5 support
375292,272rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
38542632simple_formForms made easy!
395531,066webpackerUse webpack to manage app-like JavaScript modules in Rails
40564553activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
416111,169activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
42810695has_scopeMaps controller filters to your resource scopes
43913314importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
441,1761,657rails-observersRails observer (removed from core in Rails 4.0)
451,370887cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
461,470355propshaftDeliver assets for Rails.
471,643806jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
481,646390solid_queueDatabase-backed Active Job backend.
491,7121,805actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
501,877701tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
511,9811,746actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
522,0612,215devise-encryptableEncryption solution for salted-encryptors on Devise
532,1012,644actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
542,1565,646protected_attributesProtect attributes from mass assignment
552,6043,244record_tag_helperActionView Record Tag Helpers
563,121884mission_control-jobsOperational controls for Active Job
573,1705,945rails-apiRails::API is a subset of a normal Rails application, created ...
584,1342,869kredisHigher-level data structures built on Redis.
594,3339,430activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
604,4744,161mail_formSend e-mail straight from forms in Rails with I18n, validations, attachments and reques...
615,5117,338rails-ujsThis gem provides rails-ujs driver for Rails applications.
627,4899,236show_forWrap your objects with a helper to easily show them
639,26115,985markerbMultipart templates made easy with Markdown + ERb
6413,11714,635i18n_alchemyI18n date/number parsing/localization
6535,41719,996hermesA few testing facilities built on top of Capybara and ActiveSupport::TestCase
66118,92324,406actionformAn alternative layer to accepts_nested_attributes_for by using Form Models.