#activerecord (30 Repositories)
Ranked open-source repositories tagged with #activerecord, scored by pull request acceptance likelihood and maintainer engagement velocity.
3.7%
22.0h
30 repositories tagged #activerecord
state-machines/state_machines-activerecord
StateMachines Active Record Integration
galtzo-floss/flag_shih_tzu
🏁 Bit fields for ActiveRecord
palkan/store_attribute
ActiveRecord extension which adds typecasting to store accessors
bibendi/activerecord-postgres_enum
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
rails-sqlserver/activerecord-sqlserver-adapter
SQL Server Adapter For Rails
MaxLap/activerecord_where_assoc
Make ActiveRecord do conditions on your associations
djezzzl/database_consistency
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
hooopo/second_level_cache
Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4, 5 and 6.
clowne-rb/clowne
A flexible gem for cloning models
mdeering/attribute_normalizer
Adds the ability to normalize attributes cleanly with code blocks and predefined normalizers
fatkodima/sidekiq-iteration
Make your long-running sidekiq jobs interruptible and resumable.
excid3/prefixed_ids
Friendly Prefixed IDs for your Ruby on Rails models
aselab/scala-activerecord
ActiveRecord-like ORM library for Scala
planetscale/fast_page
Blazing fast pagination for ActiveRecord with deferred joins ⚡️
girishso/pluck_to_hash
Extend ActiveRecord pluck to return array of hashes
jruby/activerecord-jdbc-adapter
JRuby's ActiveRecord adapter using JDBC.
public-activity/public_activity
Easy activity tracking for models - similar to Github's Public Activity
GeorgeKaraszi/ActiveRecordExtended
Adds additional postgres functionality to an ActiveRecord / Rails application
algolia/algoliasearch-rails
AlgoliaSearch integration to your favorite ORM
khiav223577/deep_pluck
Allow you to pluck attributes from nested associations without loading a bunch of records.
derrickreimer/sequenced
Generate scoped sequential IDs for ActiveRecord models
fredwu/datamappify
Compose, decouple and manage domain logic and data persistence separately. Works particularly great for composing form objects!
jhollinger/occams-record
The missing high-efficiency query API for ActiveRecord
mirego/activerecord_json_validator
🔩 ActiveRecord::JSONValidator makes it easy to validate JSON attributes against a JSON schema.
IFTTT/polo
Polo travels through your database and creates sample snapshots so you can work with real world data in development.
nepalez/rspec-sqlimit
RSpec matcher to control SQL queries made by block of code
Shopify/identity_cache
IdentityCache is a blob level caching solution to plug into Active Record. Don't #find, #fetch!
amatsuda/html5_validators
A gem/plugin for Rails 3, Rails 4, Rails 5, and Rails 6 that enables client-side validation using ActiveModel + HTML5 Form Validation
djezzzl/n1_loader
Loader to solve N+1 issues for good. Highly recommended for GraphQL API.
DmitryTsepelev/store_model
Work with JSON-backed attributes as ActiveRecord-ish models