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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:03:20+00:00 2026-06-01T10:03:20+00:00

I am trying to update a model that has translated content through globalize3 .

  • 0

I am trying to update a model that has translated content through globalize3. To do so, I need to change the locale multiple times to update the model. However, the update_attributes method does not seem to accept a block as a parameter. Is there any other way that achieves the following?

Country.where(code: 'NLD').first_or_create.update_attributes do |country|
  I18n.locale = :en
  nld.name = 'Netherlands, The'

  I18n.locale = :nl
  nld.name = 'Nederland'
end

The reason that I am doing first_or_create followed by an update_attributes is that I want to be able to run my seed file multiple times and have the data updated accordingly.

  • 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-01T10:03:21+00:00Added an answer on June 1, 2026 at 10:03 am

    G3 has set_translations method, so you can

    Country.where(code: 'NLD').first_or_create.set_translations(
      :en => { :name => 'Netherlands, The' },
      :nl => { :name => 'Nederland' }
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to find a way to change/update a model inside a collection without
I have a event model that has many invitations. Invitations are setup through checkboxes
I have strange situation - when I'm trying to update model, that can contains
I'm trying to create an entity in my model that has two properties for
I trying to update a model on a callback but the validation is causing
I'm trying to update a backbone model, the server side is asp.net mvc 4.
I'm trying to update single attribute of a user model from a admin controller
I have a User model. I am trying to update a confirm attribute from
Am trying to construct a simple update query in my model class Model_DbTable_Account extends
I'm trying to write a Ruby class that works similarly to Rails AactiveRecord model

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.