Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7033757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:06:13+00:00 2026-05-28T01:06:13+00:00

I am creating a rails 3 backend that consists of RESTful json controllers. E.g.

  • 0

I am creating a rails 3 backend that consists of RESTful json controllers. E.g. the controllers look something like this:

respond_to :json

def index
  ...
  respond_with resources
end

...

This is consumed by jQuery on the client. Everything is working great.

My next step is to control the JSON so that some properties are not serialized depending on the context. E.g. the owner of the resource gets more properties sent down than someone who only has read access.

I am currently tending towards Draper and using separate decorators for each model based on the user’s role.

My problem is that this is generating a lot of boilerplate. I am also currently using cancan for role based authorization.

Can anyone suggest a better method for accomplishing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:06:13+00:00Added an answer on May 28, 2026 at 1:06 am

    I recommend using ActiveModel::Serializer. See https://github.com/josevalim/active_model_serializers

    Create a serializer for each resource you want to expose. You can then separate the serialization logic for each model, easily expose other methods, and scope each model based on roles. It works well with CanCan.

    I like this syntax, for example:

    class MonkeySerializer < ActiveModel::Serializer
      attributes :name, :mom, :weight
    
      private
    
      # use this for a custom attribute not on the model
      def weight
        monkey.weight_in_pounds
      end    
    end 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a Rails App (I'd like to know how to do this
I'm creating a basic blog app with rails/mongoid backend and an iOS client that
I am creating a rails application that needs to store a large amount of
I am creating a rails app and have used this code in one of
I am creating a Rails 3 app that makes use of a nested form
i am creating a rails application and there is a part that is causing
I am creating a small rails app for personal use and would like to
I am very new to rails development. I am creating a simple backend for
I am creating a rails 3 application. It has Groups (like social groups with
I'm creating a website with rails that sells a virtual service, and therefore don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.