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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:48:51+00:00 2026-05-30T21:48:51+00:00

I am using devise for authenticating users. I have defined a score for a

  • 0

I am using devise for authenticating users. I have defined a score for a user that is updated over time. A separate controller takes care of updating the score. I use @user.update_attributes(:score => new_score) but the changes can’t be saved. I am suspicious that is happening because user is a devise object.

Can someone help me figure this out?

Thanks a lot

  • 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-30T21:48:52+00:00Added an answer on May 30, 2026 at 9:48 pm

    With Devise you probably have an attr_accessible line in your User model. This is a whitelist of attributes which can be updated via bulk assignment from hashes (with methods like update_attributes). You can do one of two things:

    1. add :score to attr_accessible. This means that by default POSTing to the user edit screen with params[:user][:score] = x will update the user’s score.

    2. assign the score directly in your controller, via @user.score = x. Direct assignment is not affected by attr_accessible

    Here’s the doc: http://api.rubyonrails.org/classes/ActiveModel/MassAssignmentSecurity/ClassMethods.html#method-i-attr_accessible

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

Sidebar

Related Questions

I'm using devise for my user registrations and I'd like to have a separate
I'm using Devise for user authentication and basic authentication. Let's say I have defined
I have a rails app that is using Devise, with a User model, no
I have a rails application, and I authenticate users to the application using Devise.
I'm using Devise as authenticating solution in Rails and I have a cached fragment
I have already created a User Model using devise, but I now want to
I have a rails 3 app that is currently using Devise for authentication. I
I have a rails 3.1 project using devise for authentication. I have several user
UPDATED I'm using Devise 1.4.9 for authentication and my Devise-generated User model doesn't seem
I have a .mbm file that I copy to my device using this line

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.