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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:40:44+00:00 2026-05-23T10:40:44+00:00

In the following way I can format the data when I assign to the

  • 0

In the following way I can format the data when I assign to the object:

def cost=( w )
    super w.gsub( ",", "." ).gsub( /[^0-9\.]/, "" ).to_f
end

Is there a simple way to do it the other way?
I mean that when I get the price from the database automatically formats the data like in the example above?

  • 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-23T10:40:45+00:00Added an answer on May 23, 2026 at 10:40 am

    Sure. In your view just use number_with_delimeter, e.g.:

    <%= number_with_delimiter @record.cost %>
    

    This assumes you have your Rails locale set to the appropriate local for the formatting you want to use. Otherwise you can force a local, e.g.:

    <%= number_with_delimiter @record.cost, :locale => :fr %>
    

    By the way, you could do this in your model by overriding cost, e.g.:

    def cost
      some_formatting_method self[:cost]
    end
    

    …but that would be breaking with MVC principles. It’s best, as I said, to do this in your view, with the built-in helpers.

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

Sidebar

Related Questions

I want to reset an object. Can I do it in the following way?
I need to know if there is any way I can do the following
Given the following code, is there a way I can call class A's version
can we declare a function in a header file in following way? extern int
i have following code for moving 4 picture around circular way,but it can rotate
can someone explain the best way to get around the following, rather curious type
How can I do the following in C#? What is the right way to
Can someone please help me figure out a way to achieve the following (see
I want to do the following with pyplot and can't find a way to
How can you do something like the following? $('.myDivs').ontouchstart(function(){ alert('touch'); }) the only way

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.