Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Embeds your PORO models into ActiveRecord ones and stores them as JSON
2021
2022
2023
2024
2025
2026
0.0
EmbedsMany allows programmers to work with embedded records the same way as activerecord objects
2021
2022
2023
2024
2025
2026
0.0
Localization (L10n) and Internationalization (i18n) support for the Merb MVC Framework
2021
2022
2023
2024
2025
2026
0.0
The "resque" dispatch strategy for the emittance gem.
2021
2022
2023
2024
2025
2026
0.0
A software model in Ruby for the greenhouse gas emissions
2021
2022
2023
2024
2025
2026
0.0
UUID management for models
2021
2022
2023
2024
2025
2026
0.0
A library to automatically handle Emoji's without crashing your MySQL database
2021
2022
2023
2024
2025
2026
0.0
Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyond
2021
2022
2023
2024
2025
2026
0.0
Extends ActiveRecord functionality by adding better finder/query support, as well as supporting mass data import, foreign key, CSV and temporary tables
2021
2022
2023
2024
2025
2026
0.0
ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML. Using simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care of the marshalling and unmarshalling of mapped attributes so that developers can focus on building first-class Ruby clas...
2021
2022
2023
2024
2025
2026
0.0
Lightweight gem that utilizes Rails server-side model validations to display client-side error messages for Ajax form submissions.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord backend for Employer
2021
2022
2023
2024
2025
2026
0.0
Active Record MTI gem powered by database views
2021
2022
2023
2024
2025
2026
0.0
Encore provides serializers and persisters to build JSON API-compliant Web services with Ruby on Rails.
2021
2022
2023
2024
2025
2026
0.0
DSL for encryption and decryption of attributes in ActiveRecord models
2021
2022
2023
2024
2025
2026
0.0
Encrypt attributes using AES-256-CBC (or your custom encryption strategy). Works with and without ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
This gem provides a dead-simple encryption of string / text attributes of ActiveRecord and Mongoid models. Encryptor internally uses ActiveSupport::MessageEncryptor and therefore it uses 'aes-256-cbc' cipher by default. Gem does NOT require column with different name. From user perspective encryp...
2021
2022
2023
2024
2025
2026
0.0
Easily encrypt columns in your app conditionally and with hashed values for searching
2021
2022
2023
2024
2025
2026
0.0
Encrypting a field makes it very difficult to perform a case insensitive search for the columns data. This gem normalizes the text before encrypted it and storing it in a search column. The current normalization method is to convert the text to all lowercase.
2021
2022
2023
2024
2025
2026
0.0
A macro-style method that will automatically read the database
contraints (null requirements, string length, etc) and enforce those
at the model level to keep validation more DRY. Provides many
options to customize how automatic it is and what columns it affects.
2021
2022
2023
2024
2025
2026