Selleo / patternLinks
A collection of lightweight, standardized, rails-oriented patterns.
☆718Updated last year
Alternatives and similar repositories for pattern
Users that are interested in pattern are comparing it to the libraries listed below
Sorting:
- Series of Actions with an emphasis on simplicity.☆877Updated last month
- Adds additional postgres functionality to an ActiveRecord / Rails application☆1,440Updated 3 months ago
- Authorization framework for Ruby/Rails applications☆1,521Updated 3 weeks ago
- The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.☆1,162Updated last month
- Pluggable Ruby translation framework☆1,114Updated 2 weeks ago
- Make any Ruby object quack like ActiveRecord☆1,121Updated 2 weeks ago
- Use ActiveRecord transactional callbacks outside of models, literally everywhere in your application.☆779Updated 11 months ago
- Work with JSON-backed attributes as ActiveRecord-ish models☆1,200Updated 2 weeks ago
- Concurrency and rate-limit throttling for Sidekiq☆784Updated 2 weeks ago
- Alba is a JSON serializer for Ruby, JRuby and TruffleRuby.☆1,127Updated last week
- Adds typed jsonb backed fields to your ActiveRecord models.☆1,131Updated this week
- Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes…☆1,157Updated last month
- Simple, Fast, and Declarative Serialization Library for Ruby☆1,269Updated last week
- Just the right amount of Rails eager loading☆1,663Updated last month
- Monitor performance of you Rails applications (self-hosted and free)☆1,217Updated 3 weeks ago
- Lazy loading associations for the ActiveRecord models☆728Updated last week
- Configuration library for Ruby gems and applications☆874Updated last week
- Terraforming legacy Rails applications guides and tools☆738Updated last year
- Database changes log for Rails☆1,672Updated 3 months ago
- Describing the development process used by the Infinum Rails Team.☆770Updated 2 months ago
- A more helpful way to view differences between complex data structures in RSpec.☆1,043Updated 2 months ago
- Powerful tool for avoiding N+1 DB or HTTP queries☆1,110Updated last month
- Squasher - squash your old migrations in a single command☆1,530Updated last year
- Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record☆1,003Updated 2 weeks ago
- High Performance JSON Serialization for ActiveRecord & Ruby Objects☆618Updated last month
- A Ruby gem to transform HTML into PDFs, PNGs or JPEGs using Google Puppeteer/Chromium☆1,063Updated this week
- Identify database issues before they hit production.☆1,907Updated 3 weeks ago
- Detect non-atomic interactions within DB transactions