Cantoniodasilva's Gems

icon
#Total RankDaily RankNameSummary
169i18nNew wave Internationalization support for Ruby.
273activesupportA toolkit of support libraries and Ruby core extensions extracted from the Rails framew...
32428thorThor is a toolkit for building powerful command-line interfaces.
43247builderBuilder provides a number of builder objects that make creating structured data simple ...
53331activemodelA toolkit for building modeling frameworks like Active Record. Rich support for attribu...
63537activerecordDatabases on Rails. Build a persistent domain model by mapping database tables to Ruby ...
73838actionpackWeb apps on Rails. Simple, battle-tested conventions for building and testing MVC web a...
84053railsRuby on Rails is a full-stack web framework optimized for programmer happiness and sust...
94341railtiesRails internals: application bootup, plugins, generators, and rake tasks.
104849actionmailerEmail on Rails. Compose, deliver, and test emails using the familiar controller/view pa...
115033actionviewSimple, battle-tested conventions and helpers for building web pages.
125673rails-html-sanitizerHTML sanitization for Rails applications
1358106sprocketsSprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip...
146048activejobDeclare job classes that can be run by a variety of queuing backends.
156674rails-dom-testingThis gem can compare doms and assert certain elements exists in doms using Nokogiri.
167086globalidURIs for your models makes it easy to pass references around.
1774111sprockets-railsSprockets Rails integration
188755actioncableStructure many real-time application concerns into channels over a single WebSocket con...
19104210execjsExecJS lets you run JavaScript code from Ruby.
2011056activestorageAttach cloud and local files in Rails applications.
21112855arelArel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifie...
2211591marcelSimple mime type detection using magic numbers, filenames, and extensions
23134295jquery-railsThis gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
24137350sass-railsSass adapter for the Rails asset pipeline.
25146175respondersA set of Rails responders to dry up your application
2615659actiontextEdit and display rich text in Rails applications.
2715760actionmailboxReceive and process incoming emails in Rails applications.
28158438coffee-script-sourceCoffeeScript is a little language that compiles into JavaScript. Underneath all of ...
29160451coffee-scriptRuby CoffeeScript is a bridge to the JS CoffeeScript compiler.
30162208jbuilderCreate JSON structures via a Builder-style DSL
31169207deviseFlexible authentication solution for Rails with Warden
32174486coffee-railsCoffeeScript adapter for the Rails asset pipeline.
33181249springPreloads your application so things like console, rake and tests run faster
34264268rails-controller-testingExtracting `assigns` and `assert_template` from ActionDispatch.
35284734turbolinksRails engine for Turbolinks 5 support
36299292web-consoleA debugging tool for your Ruby on Rails applications.
373701,902rails-deprecated_sanitizerDeprecated sanitizer API extracted from Action View.
38424851webpackerUse webpack to manage app-like JavaScript modules in Rails
394571,318activeresourceREST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti...
40532596simple_formForms made easy!
41637513activemodel-serializers-xmlXML serialization for your Active Model objects and Active Record models - extracted fr...
42800681has_scopeMaps controller filters to your resource scopes
431,0591,598rails-observersRails observer (removed from core in Rails 4.0)
441,3951,468country_selectProvides a simple helper to get an HTML select list of countries. \ ...
451,544529importmap-railsUse ESM with importmap to manage modern JavaScript in Rails without transpiling or bund...
461,6061,702actionpack-action_cachingAction caching for Action Pack (removed from core in Rails 4.0)
471,784663cssbundling-railsBundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js.
481,8003,771protected_attributesProtect attributes from mass assignment
491,8192,156actionpack-xml_parserXML parameters parser for Action Pack (removed from core in Rails 4.0)
501,8322,031devise-encryptableEncryption solution for salted-encryptors on Devise
511,8492,139actionpack-page_cachingStatic page caching for Action Pack (removed from core in Rails 4.0)
521,9601,293jsbundling-railsBundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack.
532,4632,607record_tag_helperActionView Record Tag Helpers
542,7011,575tailwindcss-railsIntegrate Tailwind CSS with the asset pipeline in Rails.
552,8663,986rails-apiRails::API is a subset of a normal Rails application, created ...
563,2871,710propshaftDeliver assets for Rails.
573,7327,702activesupport-json_encoderA pure-Ruby ActiveSupport JSON encoder
584,1855,406mail_formSend e-mail straight from forms in Rails with I18n, validations, attachments and reques...
595,0063,366kredisHigher-level data structures built on Redis.
605,0706,011rails-ujsThis gem provides rails-ujs driver for Rails applications.
616,8755,539show_forWrap your objects with a helper to easily show them
627,5932,154solid_queueDatabase-backed Active Job backend.
638,10011,720markerbMultipart templates made easy with Markdown + ERb
6411,0352,910mission_control-jobsOperational controls for Active Job
6512,1459,487i18n_alchemyI18n date/number parsing/localization
6633,66866,945hermesA few testing facilities built on top of Capybara and ActiveSupport::TestCase
67117,92066,945actionformAn alternative layer to accepts_nested_attributes_for by using Form Models.