#
activerecord
Here are 918 public repositories matching this topic...
Object-based searching.
-
Updated
Feb 9, 2021 - Ruby
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer)
-
Updated
Dec 11, 2020 - Ruby
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
-
Updated
Feb 6, 2021 - Ruby
Easy activity tracking for models - similar to Github's Public Activity
-
Updated
Aug 25, 2020 - Ruby
Database Sharding for ActiveRecord
-
Updated
Jan 14, 2021 - 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
Jan 11, 2021 - C#
IdentityCache is a blob level caching solution to plug into Active Record. Don't #find, #fetch!
-
Updated
Feb 11, 2021 - Ruby
Enumerated attributes with I18n and ActiveRecord/Mongoid support
-
Updated
Jan 23, 2021 - 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
Jan 27, 2021 - Ruby
Turbo-charged counter caches for your Rails app.
-
Updated
Jan 13, 2021 - Ruby
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
-
Updated
Jan 10, 2021 - Ruby
The minimalist framework of RESTful(server and client) - Resty
-
Updated
May 28, 2020 - Java
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
Feb 2, 2021 - Ruby
ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which encourages rapid development and clean, codes with the least and convention over configuration.
-
Updated
Feb 4, 2021 - Java
Database changes log for Rails
-
Updated
Feb 5, 2021 - Ruby
Just the right amount of Rails eager loading
-
Updated
Feb 8, 2021 - Ruby
Generating Ruby object instances since 2010
-
Updated
Apr 2, 2020 - Ruby
SQL Server Adapter For Rails
-
Updated
Feb 5, 2021 - Ruby
Identify database issues before they hit production.
-
Updated
Feb 9, 2021 - Ruby
Modern encryption for Ruby and Rails
-
Updated
Feb 11, 2021 - Ruby
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
-
Updated
Aug 5, 2020 - Ruby
Adds additional postgres functionality to an ActiveRecord / Rails application
-
Updated
Feb 7, 2021 - Ruby
Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record
-
Updated
Jan 28, 2021 - Ruby
ActiveRecord connection adapter for PostGIS, based on postgresql and rgeo
-
Updated
Feb 11, 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
Feb 8, 2021 - 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."
I have a Sidekiq customer complaining of a lot of "stuck" threads. He sends a lot of email so I suspected misbehaving SMTP servers.
The
mailgem has support for timeouts here but they default tonil:https://github.com/mikel/mail/blob/7b3e100f42f2d7738c3af7bf1909777568270b67/lib/mail/network/delivery_methods/smtp.rb#L91
Rails does not appear to set them by default:
https://github.c