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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:31:22+00:00 2026-06-18T02:31:22+00:00

I have a database which contains comments. In the model file I state that

  • 0

I have a database which contains comments. In the model file I state that a comment

belongs_to :user

And in the database there is a user_id field associated with the user it belongs to. Now when a comment is deleted, rather than actually destroying the entry I want to remove the comment’s values and leave it as “This message has been deleted”. However, it seems I am unable to set the user_id field to nil through rails. I’ve tried

@comment.user_id = nil
@comment.save

As well as

@comment.user = nil
@comment.save

But neither work. What is the solution?

  • 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-18T02:31:23+00:00Added an answer on June 18, 2026 at 2:31 am

    if you’re using a gem in creating a comment, there will be validations on the gem code. You can always bypass these validations by updating via sql. Either you bypass validations @comment.save(validate: false) or update using sql @comment.update_column :user_id, nil.

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

Sidebar

Related Questions

I have a database that which contains two tables, links and tour. Tour is
I have my own custom Content Provider that loads a database which contains the
I have a database which contains the link to audio files. I am trying
i have a database which contains an arabic tables , i can read it
I have a database which contains picture data stored as a binary blob. The
At the moment, I have a database which contains username, password, etc. I am
I have a MySQL database which contains data i would like to populate into
I have one database table which contains 8 columns. One of the columns is
I have a database Student which contains about 20 tables. one of the tables
we have a table in an Oracle Database which contains a column with the

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.