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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:14:16+00:00 2026-05-29T07:14:16+00:00

I have a Rails 3.1.1 Project using the Gem ActiveFrom an extension of ActiveModel

  • 0

I have a Rails 3.1.1 Project using the Gem ActiveFrom an extension of ActiveModel to validate non persistant models. In my i18n yml File I have the following Code:

activemodel:
  attributes:
    contact_form:
      name: "Name"
      phone: "Telefon"
  errors:
    models:
      contact_form:
        attributes:
          name:
            blank: "Sie müssen Ihren Namen angeben."
          phone:
            blank: "Sie müssen eine Telefonnummer angeben." 

When I get all error messages with @contact_form.errors.full_messages in my view the messages are translated but the attributes not, like:

Phone Sie müssen eine Telefonnummer angeben.

Phone should be translated to Telefon too.

When I do the same thing with persistent models and ActiveRecord this is working? Can anyone tell me the difference from ActiveRecord and ActiveModel in attribute translation?

  • 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-29T07:14:17+00:00Added an answer on May 29, 2026 at 7:14 am

    After some research I found the problem. It was a bug in ActiveFrom that did not use the i18n translations. I have fixed that and created a new gem rails3-active_form

    You can find it at https://rubygems.org/gems/rails3-active_form.

    Than add this line to your Gemfile:

    gem "rails3-active_form", "~> 2.0.0"
    

    And this to your models:

    require "active_form"
    
    class ContactForm < ActiveForm
      attr_accessor :name, :email, :contact_number, :address, :purpose
    
      # ...
    end 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using MetaSearch gem in my Rails 3 project. I have two models: class
I have been using the less-rails-bootstrap gem from https://github.com/metaskills/less-rails-bootstrap in my rails 3.1 project.
I'm using sunpost gem for search in my rails project. I have now two
I have a legacy project using Rails 2.3.5 but I can't find with which
I'm using DataMapper in a Rails project, and have found that calling to_json on
I just started using CakePHP for a small project. I have rails experience, and
I have project on rails 3 with multiplayer using Faye. The error block in
I'm using backbone with the backbone-rails gem which does its own templating and project
I've installed rails, the mysql2 gem, and mysql and have created a project called
I have been working on rails project, which had been made using noSql(Mongoid). Every

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.