Skip to content
railsengines.com

Active Fields

Add custom fields to ActiveRecord models at runtime

No ratings yet
Gem
active_fields
Repository
lassoid/active_fields
License
MIT
Stars
59
Added
August 16, 2026

About

Add custom fields to ActiveRecord models at runtime.

It may look similar to other gems like attr_json or store_attribute, but it solves a fundamentally different problem. While those tools allow you to add fields without migrations, they still require developer work - you must write code to define each field.

What you get

  • Key Concepts
  • Models Structure
  • Requirements
  • Installation
  • Field Types
  • Fields Base Attributes
  • Field Types Summary

Installing it

ruby
# Gemfile
gem "active_fields"

Details

59 stars on GitHub · MIT licensed · maintained by lassoid. Source: https://github.com/lassoid/active_fields

Discussion (0)

Sign in to join the discussion.

No comments yet.