#
activerecord
Here are 976 public repositories matching this topic...
Object-based searching.
-
Updated
Jul 8, 2021 - Ruby
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)
-
Updated
Jul 1, 2021 - Ruby
Annotate Rails classes with schema and routes info
-
Updated
Jul 29, 2021 - Ruby
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
-
Updated
Jul 19, 2021 - Ruby
Easy activity tracking for models - similar to Github's Public Activity
-
Updated
Aug 25, 2020 - Ruby
Database Sharding for ActiveRecord
-
Updated
Jul 7, 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
Jul 28, 2021 - C#
IdentityCache is a blob level caching solution to plug into Active Record. Don't #find, #fetch!
-
Updated
Jul 15, 2021 - Ruby
Enumerated attributes with I18n and ActiveRecord/Mongoid support
-
Updated
Jul 27, 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
Jul 7, 2021 - Ruby
Turbo-charged counter caches for your Rails app.
-
Updated
Jul 23, 2021 - Ruby
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
-
Updated
Apr 21, 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
May 27, 2021 - Ruby
Database changes log for Rails
-
Updated
Jul 12, 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
Jul 8, 2021 - Java
Just the right amount of Rails eager loading
-
Updated
Jun 1, 2021 - Ruby
This project has moved to GitLab! Please check there for the latest updates.
-
Updated
Mar 15, 2021 - Ruby
Modern encryption for Ruby and Rails
-
Updated
Jul 7, 2021 - Ruby
Identify database issues before they hit production.
-
Updated
Jul 18, 2021 - Ruby
SQL Server Adapter For Rails
-
Updated
Jul 29, 2021 - Ruby
Adds additional postgres functionality to an ActiveRecord / Rails application
-
Updated
Jul 9, 2021 - Ruby
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
-
Updated
Jul 28, 2021 - 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
Jul 14, 2021 - Java
keithdoggett
commented
Mar 4, 2021
In order to determine the properties of a geometry column, the OID::Spatial#parse_sql_type
method is called in the SchemaStatements#initialize_type_map
method for geometry types. This method parses a sql_type
(ex. "geometry(Polygon,4326)") and derives the geo_type
, srid
, has_z
, has_m
, and geographic
properties from the string.
The problem is that after a join, sql_type
comes i
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."
Background
Postgres's connection info URI is not a valid RFC 2396 implementation.
Postgres:
RFC 2396: