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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:37:43+00:00 2026-05-23T17:37:43+00:00

I am working on a simple dictionary where I have words and synonyms to

  • 0

I am working on a simple dictionary where I have words and synonyms to those words.

I am not sure which model is a better solution, working with a serialized attribute or association.

With association:

class ReservedWord < ActiveRecord::Base
  has_many :synonyms
end

class Synonym < ActiveRecord::Base
  belongs_to :reserved_word
end

With serialization:

class ReservedWord < ActiveRecord::Base
  serialize :synonyms
end

In terms of data redundancy there isn’t such a big problem because synonyms aren’t supposed to repeat for other reserved words.

I appreciate your suggestions.

  • 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-23T17:37:44+00:00Added an answer on May 23, 2026 at 5:37 pm

    What is your sql query pattern expected to be like?

    Using the serialize mechanism, you won’t be able to easily query based on synonyms. Based on being able to reverse lookup ReservedWord‘s based on their synonyms, I would recommend the belongs_to/has_many standard rails approach.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a working setup which is not strongly typed and relies on reflection.
I'm working on a simple multiplayer game in which 2-4 players are placed at
I know this is simple but I can't get it working! I have no
I am working on a database of dictionary with 4 tables designed like words
I'm working on a flash MMO with a c# server. I have a simple
I am working on a dictionary for my class. I have an int array
The Application I'm working on a simple dictionary search tool, with the main purpose
I have been struggling to get a simple DynamicObject example working in .NET 3.5.
I am working on a simple CMS project, and i have run into a
I am working with big and complex dictionary data (XML) which needs to be

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.