#
activerecord
Here are 1,036 public repositories matching this topic...
Object-based searching.
-
Updated
Apr 1, 2022 - Ruby
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)
-
Updated
Apr 1, 2022 - Ruby
Annotate Rails classes with schema and routes info
-
Updated
Mar 30, 2022 - Ruby
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
-
Updated
Mar 20, 2022 - Ruby
Easy activity tracking for models - similar to Github's Public Activity
-
Updated
Mar 15, 2022 - Ruby
Database Sharding for ActiveRecord
-
Updated
Feb 26, 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 2, 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
Mar 13, 2022 - Ruby
Turbo-charged counter caches for your Rails app.
-
Updated
Mar 7, 2022 - Ruby
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
-
Updated
Mar 26, 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
Modern encryption for Ruby and Rails
-
Updated
Feb 3, 2022 - Ruby
Identify database issues before they hit production.
-
Updated
Mar 30, 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
Mar 28, 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
Mar 13, 2022 - Ruby
Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record
-
Updated
Jan 28, 2021 - Ruby
JavaLite is a cohesive collection of frameworks designed from ground up to add pleasure back to your daily life
java
activerecord
web-development
agile
conventions
web-framework
rapid-development
activejdbc
javalite
-
Updated
Mar 31, 2022 - Java
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::Parameters
so that they no longer directly delegate to the underlying hash object.Problem
Currently
AC::Parameters
delegates some methods to the underlying object, and this causes the AC::Params to behave in inconsistent ways. For exa