Fall back to base model on missing STI subclasses in ActiveRecord
Real estate website for selling your property, browsing or purchasing other properties, and, as an administrator, performing CRUD operations on real e...
Strict pagination validation for ActiveRecord, prevents unsafe JOINs that cause inconsistent pagination results
Guia prático de como utilizar o a Gem ActiveRecord do Ruby sem framework. 🚀
The Food Recipe App keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, c...
A modern, Pythonic implementation of the ActiveRecord pattern, providing an elegant and intuitive interface for database operations with type safety a...
🌱 learn ActiveRecord through practicing on plants and their parents 🌱
Lightweight web app for keeping track of racquet sports activities. Record and review matches, coaching, racquets and more!
Translate your fields in ActiveRecord.
An ActiveRecord like ODM for AWS DynamoDB
A simple key-value store for activerecord
This was a practice project using Active Record. In it, we were expected to use Active Record methods in order to get the same answer that the project...
Helpers for testing ActiveRecords in Assert test suites.
find record by date from DB tables that is not indexed by date column (for ActiveRecord)
Provides `ActiveRecord::Relation#except`, a convenience method that lets you select all the fields from a table except for the given ones.
Plugs in ActiveRecord so Dbee can use Arel for SQL generation.
Backport of `ActiveRecord::QueryMethods::WhereChain#missing` for Rails 6.0 and 5.x applications.
An ActiveRecord extension to build date oriented pagination links
Backport of `ActiveRecord::Relation#pick` for Rails 5 and 4.2 applications.
Dynamically extensible ActiveQuery class
Blazing fast ActiveRecord library to create tags using ElasticSearch
Encrypted attributes for activerecord models
Add virtual attributes to an ActiveRecord model based on an SQL query
Slice and dice your Cucumber tables with ease! Assumes usage of ActiveRecord and Capybara.
Ruby Gem for quick, standard code, for faster batched imports of complex nested data/models.
simple_group is able to add group function to ActiveRecord.
A database-backed JSON:API in Ruby and Rails
has_order is an ORM extension that provides user-sorting capabilities.
An ORM inspired by activerecord which uses the filesystem and TMSU tagging system
Basic book manager app supporting CRUD operations written in Ruby using active records outside Rails.
Adds a `from_param` method to ActiveRecord models to complement `to_param`
Collect simple feedback from your users about services in your app
Upcase exercise on Advanced ActiveRecord Querying
Workshop_2
An app for scheduling recurring get-togethers between small groups of people (Epicodus Ruby Team Week)
A small active record implementation on top of Sequel::Dataset.
A limited clone of Reddit, built using a tutorial.
to_csv for Array<Array>, Array<Hash>, Array<ActiveRecord::Base>, ActiveRecord::Relation etc.
Exemplo de uso do TypeORM com ExpressJS
RoR Mock Facebook Project - The Odin Project Curriculum
A gem that helps managing your database-level logic within your Rails apps.
Rails/ERB CRUD app to track monthly expenses by category and monitor spending in relation to monthly income
A platform to connect elderly people to their local communities.
SixArm.com » Ruby » ActiveRecord extenstions: ActiveSupport::Memoizable for class methods
RubyGem for ActiveRecord that allows to store and search by some criteria packed as Integer
A program to track shoe brands and the stores they are in (Epicodus Ruby Week 4 Code Review)
Add comment where is it called in your sql automatically. It's useful for code reading.
Annotate Rails classes with schema.
rails practices of CRUD operations
Exclusive members app where you can create articles and see the author name only if you're signed in. Built with rails