active_model_serializers
Serializer library
Provides an implementation of serialization for ActiveModel objects in Rails applications.
ActiveModel::Serializer implementation and Rails hooks
5k stars
79 watching
1k forks
Language: Ruby
last commit: 5 days ago
Linked from 4 awesome lists
jsonresource-serializerruby
Related projects:
Repository | Description | Stars |
---|---|---|
cgriego/active_attr | A set of Ruby modules that extend standard model classes with ORM-like functionality | 1,195 |
ontola/rdf-serializers | Adds RDF serialization to Ruby on Rails active model serializers | 11 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
paper-trail-gem/paper_trail | Tracks changes to Rails models for auditing or versioning purposes. | 6,786 |
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 407 |
globalize/globalize | Enables translation of model attributes in ActiveRecord models | 2,157 |
activeadmin/activeadmin | A framework for creating elegant administration interfaces for web applications. | 9,507 |
public-activity/public_activity | A gem that tracks changes to models in a Rails application | 2,970 |
actsasparanoid/acts_as_paranoid | Adds support for soft deletion to Rails records, allowing them to be hidden without actually removing them. | 1,473 |
fabrik42/acts_as_api | A Ruby library that simplifies generating API responses in Rails by providing a simple and flexible way to define templates for model data | 503 |
comfy/active_link_to | A Rails view helper to manage the 'active' state of links | 844 |
activerecord-hackery/ransack | A Ruby gem that adds object-based searching to Rails applications. | 5,679 |
pardom-zz/activeandroid | An active record style ORM for Android that simplifies the process of interacting with SQLite databases. | 4,698 |
trailblazer/reform | A library that provides a standardized way to handle forms in Ruby applications, separating form logic from model objects. | 2,495 |
activemerchant/active_merchant | Provides a unified payment abstraction layer for Ruby applications, abstracting away internal APIs of various gateways. | 4,546 |