Cantoniodasilva's Gems

icon
#Total RankDaily RankNameSummary
163i18nNew wave Internationalization support for Ruby.
271activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framew...
32535thorThor is a toolkit for building powerful command-line interfaces.
43250builderBuilder provides a number of builder objects that make creating structured data simple ...
53411activemodelA toolkit for building modeling frameworks like Active Record. Rich support for attribu...
63612activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73826actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84334railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94431railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104630actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
115028actionviewSimple, battle-tested conventions and helpers for building web pages.
125859rails-html-sanitizerHTML sanitization for Rails applications
136132activejobDeclare job classes that can be run by a variety of queuing backends.
146254rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
156873sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
167253globalidURIs for your models makes it easy to pass references around.
178180sprockets-railsSprockets Rails integration
188537actioncableStructure many real-time application concerns into channels over a single WebSocket con...
199639activestorageAttach cloud and local files in Rails applications.
2010991marcelSimple mime type detection using magic numbers, filenames, and extensions
21110213execjsExecJS lets you run JavaScript code from Ruby.
2212647actiontextEdit and display rich text in Rails applications.
2312749actionmailboxReceive and process incoming emails in Rails applications.
24129211arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
25150238respondersA set of Rails responders to dry up your application
26155190jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
27160275sass-railsSass adapter for the Rails asset pipeline.
28165102jbuilderCreate JSON structures via a Builder-style DSL
29175250deviseFlexible authentication solution for Rails with Warden
30179295coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
31185303coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
32195226springPreloads your application so things like console, rake and tests run faster
33204455coffee-railsCoffeeScript adapter for the Rails asset pipeline.
34261454rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
35301187web-consoleA debugging tool for your Ruby on Rails applications.
36320306turbolinksRails engine for Turbolinks 5 support
374381,369rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
38491402webpackerUse webpack to manage app-like JavaScript modules in Rails
39544632activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
40550787simple_formForms made easy!
416421,006activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
428351,014has_scopeMaps controller filters to your resource scopes
431,1561,673rails-observersRails observer (removed from core in Rails 4.0)
441,248270importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
451,4341,548cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
461,4862,004country_selectProvides a simple helper to get an HTML select list of countries. \ ...
471,6732,116actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
481,8171,375jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
491,9243,060actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
501,9463,297devise-encryptableEncryption solution for salted-encryptors on Devise
511,9664,838protected_attributesProtect attributes from mass assignment
521,9672,952actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
532,083674propshaftDeliver assets for Rails.
542,1961,278tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
552,5553,408record_tag_helperActionView Record Tag Helpers
562,5571,051solid_queueDatabase-backed Active Job backend.
572,9782,175rails-apiRails::API is a subset of a normal Rails application, created ...
583,9908,598activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
594,3274,035mail_formSend e-mail straight from forms in Rails with I18n, validations, attachments and reques...
604,4263,207kredisHigher-level data structures built on Redis.
614,5862,283mission_control-jobsOperational controls for Active Job
625,3067,021rails-ujsThis gem provides rails-ujs driver for Rails applications.
637,0458,598show_forWrap your objects with a helper to easily show them
648,61841,573markerbMultipart templates made easy with Markdown + ERb
6512,45413,567i18n_alchemyI18n date/number parsing/localization
6634,55531,699hermesA few testing facilities built on top of Capybara and ActiveSupport::TestCase
67118,33589,132actionformAn alternative layer to accepts_nested_attributes_for by using Form Models.