#
activerecord
Here are 1,043 public repositories matching this topic...
Object-based searching.
-
Updated
May 6, 2022 - Ruby
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)
-
Updated
Apr 14, 2022 - Ruby
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
-
Updated
Apr 19, 2022 - Ruby
Easy activity tracking for models - similar to Github's Public Activity
-
Updated
May 7, 2022 - Ruby
Database Sharding for ActiveRecord
-
Updated
Apr 11, 2022 - Ruby
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
mysql
c-sharp
activerecord
sql
sql-server
database
csharp
postgresql
sql-query
data-access-layer
query-builder
sql-query-builder
-
Updated
Apr 22, 2022 - C#
IdentityCache is a blob level caching solution to plug into Active Record. Don't #find, #fetch!
-
Updated
Mar 24, 2022 - Ruby
Easily and efficiently make your ActiveRecord models support hierarchies
ruby
rails
activerecord
parent
child
ancestry
tree-structure
hierarchy
nested-set
hierarchies
closure-tree
nested-hashes
descendants
-
Updated
Feb 3, 2022 - Ruby
Enumerated attributes with I18n and ActiveRecord/Mongoid support
-
Updated
May 4, 2022 - Ruby
Turbo-charged counter caches for your Rails app.
-
Updated
Apr 25, 2022 - Ruby
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
-
Updated
Apr 24, 2022 - Ruby
The minimalist framework of RESTful(server and client) - Resty
-
Updated
Nov 5, 2021 - Java
Database changes log for Rails
-
Updated
Jan 13, 2022 - Ruby
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.
-
Updated
Mar 17, 2022 - Ruby
Just the right amount of Rails eager loading
-
Updated
Jan 14, 2022 - Ruby
Writing SQL using Java syntax
-
Updated
Feb 23, 2022 - Java
Identify database issues before they hit production.
-
Updated
Apr 28, 2022 - Ruby
Modern encryption for Ruby and Rails
-
Updated
Feb 3, 2022 - Ruby
This project has moved to GitLab! Please check there for the latest updates.
-
Updated
Mar 15, 2021 - Ruby
Adds additional postgres functionality to an ActiveRecord / Rails application
-
Updated
Feb 14, 2022 - Ruby
SQL Server Adapter For Rails
-
Updated
Apr 11, 2022 - Ruby
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
-
Updated
Mar 31, 2022 - Ruby
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
-
Updated
Apr 24, 2022 - Ruby
Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record
-
Updated
Jan 28, 2021 - Ruby
Adds typed jsonb backed fields to your ActiveRecord models.
-
Updated
Apr 21, 2022 - Ruby
Improve this page
Add a description, image, and links to the activerecord topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the activerecord topic, visit your repo's landing page and select "manage topics."
We need to rewrite the delegate methods on
ActionController::Parametersso that they no longer directly delegate to the underlying hash object.Problem
Currently
AC::Parametersdelegates some methods to the underlying object, and this causes the AC::Params to behave in inconsistent ways. For exa