Cantoniodasilva's Gems

icon
#Total RankDaily RankNameSummary
165i18nNew wave Internationalization support for Ruby.
279activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framew...
32527thorThor is a toolkit for building powerful command-line interfaces.
43165builderBuilder 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...
63661activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73764actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84469railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94566railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104868actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
114958actionviewSimple, battle-tested conventions and helpers for building web pages.
125893rails-html-sanitizerHTML sanitization for Rails applications
135970activejobDeclare job classes that can be run by a variety of queuing backends.
146386rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
157071globalidURIs for your models makes it easy to pass references around.
1673163sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
178373actioncableStructure many real-time application concerns into channels over a single WebSocket con...
1884174sprockets-railsSprockets Rails integration
199374activestorageAttach cloud and local files in Rails applications.
20108110marcelSimple mime type detection using magic numbers, filenames, and extensions
21112240execjsExecJS lets you run JavaScript code from Ruby.
2211878actiontextEdit and display rich text in Rails applications.
2311979actionmailboxReceive and process incoming emails in Rails applications.
241371,207arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
25156213respondersA set of Rails responders to dry up your application
26159311jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
27167394sass-railsSass adapter for the Rails asset pipeline.
28168225jbuilderCreate JSON structures via a Builder-style DSL
29180253deviseFlexible authentication solution for Rails with Warden
30187441coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
31196451coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
32203321springPreloads your application so things like console, rake and tests run faster
33207502coffee-railsCoffeeScript adapter for the Rails asset pipeline.
34265304rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
35298317web-consoleA debugging tool for your Ruby on Rails applications.
36329929turbolinksRails engine for Turbolinks 5 support
374691,748rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
385161,301webpackerUse webpack to manage app-like JavaScript modules in Rails
39550546simple_formForms made easy!
405611,212activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
41611510activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
42825604has_scopeMaps controller filters to your resource scopes
431,076370importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
441,1501,485rails-observersRails observer (removed from core in Rails 4.0)
451,4201,145cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
461,4891,540country_selectProvides a simple helper to get an HTML select list of countries. \ ...
471,6781,621actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
481,7461,119jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
491,810557propshaftDeliver assets for Rails.
501,9662,196actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
512,0012,305devise-encryptableEncryption solution for salted-encryptors on Devise
522,0192,474actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
532,0365,194protected_attributesProtect attributes from mass assignment
542,0511,258tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
552,057657solid_queueDatabase-backed Active Job backend.
562,5862,974record_tag_helperActionView Record Tag Helpers
573,0237,192rails-apiRails::API is a subset of a normal Rails application, created ...
583,9551,755mission_control-jobsOperational controls for Active Job
594,11812,047activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
604,2912,889kredisHigher-level data structures built on Redis.
614,3764,811mail_formSend e-mail straight from forms in Rails with I18n, validations, attachments and reques...
625,3696,323rails-ujsThis gem provides rails-ujs driver for Rails applications.
637,1347,825show_forWrap your objects with a helper to easily show them
648,79015,398markerbMultipart templates made easy with Markdown + ERb
6512,64117,068i18n_alchemyI18n date/number parsing/localization
6634,53725,761hermesA few testing facilities built on top of Capybara and ActiveSupport::TestCase
67118,15381,713actionformAn alternative layer to accepts_nested_attributes_for by using Form Models.