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 8080449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:25:02+00:00 2026-06-05T16:25:02+00:00

I am using Ruby on Rails, but I think this question could be applied

  • 0

I am using Ruby on Rails, but I think this question could be applied to any database design. I am trying to develop my own permissions system.

Is it poor design to have an array of what a user can edit? i.e. a User has a column of can_edit with a value of [Articles, Events, Costs] or a User can_view with a value of [All].

And then I can just run a check on what is being edited. Or is this poor design?

  • 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-06-05T16:25:03+00:00Added an answer on June 5, 2026 at 4:25 pm

    In general, your database design ought to be properly normalized. That would mean that you shouldn’t store multiple values in a single row. You’ll likely be much better served by a design that has three tables

    • Permission has columns permission_id and permission_type and lists the valid permissions
    • User has a user_id column and lists the value users
    • User_Permission is a mapping table between the two. It has columns permission_id and user_id both of which are defined as foreign keys to the Permission and User tables respectively
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, this is a rails app but really more of a general ruby question:
I'm using JavaScript Prototype (through Ruby on Rails) to handle some Ajax calls; but
I'm new to Ruby and Rails, but my team is interested in using Redmine
I'm learning Ruby on Rails. I'm using some associations (has_many :through, ...) But i'm
Using Ruby on Rails. I'm trying to sort a query by number (saved as
I am using Ruby on Rails to develop a webapp. I want it so
I'm trying to load up rails in the test environment using a ruby script.
I'm using Rails 3.2 (not a ruby on rails question) and coming close to
I'm using Ruby on Rails 3.0.8. I'm trying to follow the tutorial by Ryan
using Ruby on Rails 2.3.2, since I already created Scaffold for Story, so instead

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.