Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for ruby on rails activerecord
activerecord
x
ruby-on-rails
x
45 search results found
Rails
⭐
54,290
Ruby on Rails
Paperclip
⭐
9,061
Easy file attachment management for ActiveRecord
Paper_trail
⭐
6,757
Track changes to your rails models
Ransack
⭐
5,637
Object-based searching.
Aasm
⭐
4,883
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)
Annotate_models
⭐
4,293
Annotate Rails classes with schema and routes info
Scenic
⭐
3,403
Versioned database views for Rails
Elasticsearch Rails
⭐
3,067
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Awesome Rails Gem
⭐
2,748
A collection of awesome Ruby Gems for Rails development.
Octopus
⭐
2,509
Database Sharding for ActiveRecord
Globalize
⭐
2,123
Rails I18n de-facto standard library for ActiveRecord model/data translation.
Counter_culture
⭐
1,848
Turbo-charged counter caches for your Rails app.
Marginalia
⭐
1,694
Attach comments to ActiveRecord's SQL queries
Thinking Sphinx
⭐
1,621
Sphinx/Manticore plugin for ActiveRecord/Rails
Active_record_doctor
⭐
1,564
Identify database issues before they hit production.
Validates_timeliness
⭐
1,542
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
Logidze
⭐
1,525
Database changes log for Rails
Goldiloader
⭐
1,487
Just the right amount of Rails eager loading
Squasher
⭐
1,448
Squasher - squash your old migrations in a single command
Seed_dump
⭐
1,379
Rails 4/5 task to dump your data to db/seeds.rb
Spreadsheet_architect
⭐
1,295
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
Activerecordextended
⭐
1,218
Adds additional postgres functionality to an ActiveRecord / Rails application
Active_type
⭐
1,054
Make any Ruby object quack like ActiveRecord
Ridgepole
⭐
1,051
Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL. (like Chef/Puppet)
Rails Pg Extras
⭐
1,044
Rails PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
Datagrid
⭐
997
Gem to create tables grids with sortable columns and filters
Activerecord Sqlserver Adapter
⭐
961
SQL Server Adapter For Rails
Database_consistency
⭐
938
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
Mobility
⭐
921
Pluggable Ruby translation framework
Textacular
⭐
911
Textacular exposes full text search capabilities from PostgreSQL, and allows you to declare full text indexes. Textacular will extend ActiveRecord with named_scope methods making searching easy and fun!
Active Record Query Trace
⭐
909
Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record
Filterrific
⭐
892
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
Store_model
⭐
878
Work with JSON-backed attributes as ActiveRecord-ish models
Activerecord Postgis Adapter
⭐
852
ActiveRecord connection adapter for PostGIS, based on postgresql and rgeo
Acts_as_commentable
⭐
827
The ActiveRecord acts_as_commentable plugin
Isolator
⭐
805
Detect non-atomic interactions within DB transactions
Unread
⭐
708
Handle unread records and mark them as read with Ruby on Rails
Activerecord Multi Tenant
⭐
678
Rails/ActiveRecord support for distributed multi-tenant databases like Postgres+Citus
Github Ds
⭐
667
A collection of Ruby libraries for working with SQL on top of ActiveRecord's connection
Rein
⭐
652
Database constraints made easy for ActiveRecord.
Db Charmer
⭐
618
ActiveRecord Connections Magic (slaves, multiple connections, sharding, etc)
Online_migrations
⭐
557
Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
Strip_attributes
⭐
551
🔪 An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
Validates_url
⭐
538
URL Validation for Rails
Order_query
⭐
508
Find next / previous Active Record(s) in one query
Zero_downtime_migrations
⭐
485
Zero downtime migrations with ActiveRecord 3+ and PostgreSQL
Attribute_normalizer
⭐
473
Adds the ability to normalize attributes cleanly with code blocks and predefined normalizers
Activerecord Jdbc Adapter
⭐
461
JRuby's ActiveRecord adapter using JDBC.
Pg_party
⭐
427
ActiveRecord PostgreSQL Partitioning
Localtower
⭐
408
The first UI to manage your Rails DB migrations.
Acts_as_versioned
⭐
408
ActiveRecord plugin for versioning your models.
Algoliasearch Rails
⭐
402
AlgoliaSearch integration to your favorite ORM
Surus
⭐
393
PostgreSQL extensions for ActiveRecord
Second_level_cache
⭐
391
Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4, 5 and 6.
Active_record_union
⭐
390
UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.
Database_validations
⭐
369
Database validations for ActiveRecord
Activerecord Postgres_enum
⭐
348
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
Homeland
⭐
328
Community Rails Engine
Scrooge
⭐
326
Fetch exactly what you need
Slim_scrooge
⭐
324
SlimScrooge heavily optimises your database interactions
Arproxy
⭐
322
Arproxy is a proxy between ActiveRecord and database adapter
Store_attribute
⭐
321
ActiveRecord extension which adds typecasting to store accessors
Awesome Ruby China
⭐
315
A collection of excellent topics. https://ruby-china.org/topics/excellent
Clowne
⭐
309
A flexible gem for cloning models
Evil Seed
⭐
306
A Gem for creating partial anonymized dumps of your database using your app model relations.
Couchrest_model
⭐
305
Doing the simple stuff so you don't have to
Html5_validators
⭐
305
A gem/plugin for Rails 3, Rails 4, Rails 5, and Rails 6 that enables client-side validation using ActiveModel + HTML5 Form Validation
Pluck_to_hash
⭐
264
Extend ActiveRecord pluck to return array of hashes
Permanent_records
⭐
236
Rails Plugin - soft-delete your ActiveRecord records. It's like an explicit version of ActsAsParanoid
Pp_sql
⭐
235
Rails ActiveRecord SQL queries log beautifier
Prefixed_ids
⭐
223
Friendly Prefixed IDs for your Ruby on Rails models
Seamless_database_pool
⭐
220
Add support for master/slave database clusters in ActiveRecord to improve performance.
Espinita
⭐
220
Audit activerecord models like a boss (and works with rails 4!)
N1_loader
⭐
219
Loader to solve N+1 issues for good. Highly recommended for GraphQL API.
Secondbase
⭐
216
Seamless second database integration for Rails.
Sidekiq Iteration
⭐
212
Make your long-running sidekiq jobs interruptible and resumable.
Activerecord Turntable
⭐
207
ActiveRecord Sharding Plugin
Regressor
⭐
207
Generate 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.
Jsonapi Utils
⭐
207
Build JSON API-compliant APIs on Rails with no (or less) learning curve.
Activerecord Analyze
⭐
202
Add EXPLAIN ANALYZE to Rails Active Record query objects
Easymon
⭐
194
Easy Monitoring
Activerecord_where_assoc
⭐
193
Make ActiveRecord do conditions on your associations
Chronomodel
⭐
191
Temporal PostgreSQL (9.4+) system with "flashback" framework for ActiveRecord (7.0+)
Graphql_devise
⭐
188
GraphQL interface on top devise_token_auth
Storext
⭐
186
Add type-casting and other features on top of ActiveRecord::Store.store_accessor
Torque Postgresql
⭐
176
Add support to complex resources of PostgreSQL, like data types, array associations, and auxiliary statements (CTE)
Schema_validations
⭐
166
Automatically creates validations basing on the database schema.
Migrant
⭐
162
Easier schema management for Rails that complements your domain model.
Activerecord Trilogy Adapter
⭐
161
Active Record adapter for the Trilogy database client for Rails v6.0 - v7.0.
Draftsman
⭐
160
Ruby gem that lets you create draft versions of your database records.
Active_record_replica
⭐
159
Redirect ActiveRecord (Rails) reads to replica databases while ensuring all writes go to the primary database.
Clickhouse Activerecord
⭐
157
A Ruby database ActiveRecord driver for ClickHouse
Rails Graphql
⭐
152
A fresh, new GraphQL server designed for Rails applications, emphasizing a natural, Ruby-like DSL.
Model_probe
⭐
152
ActiveRecord schema visualization and model organization made easy
Graphql Query Resolver
⭐
147
Minimize N+1 queries generated by GraphQL and ActiveRecord
Rails_sql_views
⭐
143
Rails SQL Views project extracted from ActiveWarehouse
Hstore_translate
⭐
136
Rails I18n library for ActiveRecord model/data translation using PostgreSQL's hstore datatype
Reactive_record
⭐
133
Generate ActiveRecord models for a pre-existing Postgres db
Simple_record
⭐
132
An ActiveRecord like interface for SimpleDB. Can be used as a drop in replacement for ActiveRecord in rails.
Activerecord_any_of
⭐
130
MongoId's any_of like implementation for activerecord
Related Searches
Database Ruby On Rails (34,592)
Command Line Ruby On Rails (32,709)
Javascript Ruby On Rails (6,553)
Ruby On Rails Server (5,024)
Ruby Activerecord (3,235)
Ruby On Rails Rake (1,487)
Plugin Ruby On Rails (1,239)
Ruby On Rails Postgresql (1,129)
Ruby On Rails Rspec (1,020)
Reactjs Ruby On Rails (987)
1-45 of 45 search results
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.