A toolkit for building modeling frameworks like Active Record.
How can i set include_root_in_json to false for all my RoR models? I've tried to set ActiveModel::…
ruby-on-rails ruby-on-rails-3 json activemodelIn Bryan Helmkamp's excellent blog post called "7 Patterns to Refactor Fat ActiveRecord Models", he mentions using Form Objects to abstract …
ruby-on-rails validation activemodel rails-activerecordSay I have a model User and a serializer UserSerializer < ActiveModel::Serializer, and a controller that looks like this: …
ruby-on-rails ruby activemodel active-model-serializers