449 skills found · Page 1 of 15
paper-trail-gem / Paper TrailTrack changes to your rails models
drapergem / DraperDecorators/View-Models for Rails Applications
collectiveidea / AuditedAudited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
globalize / GlobalizeRails I18n de-facto standard library for ActiveRecord model/data translation.
eliotsykes / Rspec Rails ExamplesRSpec cheatsheet & Rails app: Learn how to expertly test Rails apps from a model codebase
ryanb / Nested FormRails plugin to conveniently handle multiple models in a single form.
nathanl / Authority*CURRENTLY UNMAINTAINED*. Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.
drwl / AnnotaterbA Ruby Gem that adds annotations to your Rails models and route files.
maquina-app / Rails MCP ServerA Ruby gem implementation of a Model Context Protocol (MCP) server for Rails projects. This server allows LLMs (Large Language Models) to interact with Rails projects through the Model Context Protocol.
zeisler / Active MockerGenerate mocks from ActiveRecord models for unit tests that run fast because they don’t need to load Rails or a database.
excid3 / Prefixed IdsFriendly Prefixed IDs for your Ruby on Rails models
lorint / BrickAuto-generate models, views, controllers, and routes in a Rails app based on database structure
rootstrap / YaafEasing the form object pattern in Rails applications
jcypret / Hashid RailsUse Hashids (http://hashids.org/ruby/) in your Rails app ActiveRecord models.
grimen / Validatious On RailsRails plugin that maps model validations to class names on form elements to integrate with Validatious. IMPORTANT: Project is not maintained anymore.
ryanb / Complex Form ExamplesVarious ways to handle multi-model forms in Rails.
michelson / EspinitaAudit activerecord models like a boss (and works with rails 4!)
barsoom / TracoTranslatable columns for Ruby on Rails, stored in the model table itself.
westfieldlabs / ApivoreTests your rails API against its Swagger description of end-points, models, and query parameters.
erwinjunker / RegressorGenerate specs for your rails application the easy way. Regressor generates model and controller specs based on validations, associations, enums, database, routes, callbacks. Use regressor to capture your rails application behaviour.