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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:04:02+00:00 2026-06-01T20:04:02+00:00

From Ruby on Rails: best method of handling currency / money , how do

  • 0

From Ruby on Rails: best method of handling currency / money, how do you generate a scaffold for the folowing:

add_column :items, :price, :decimal, :precision => 8, :scale => 2

Such as:

rails generate scaffold LineItem name:string \
                                 price:decimal {:precision => 8, :scale => 2}

Also, what is the correct term for “extra description” for the decimal type?

Working in Rails 3.07, Ruby 1.92

  • 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-01T20:04:03+00:00Added an answer on June 1, 2026 at 8:04 pm

    In Rails 3.1 and below, the syntax is

    rails generate scaffold LineItem name:string price:decimal
    

    and then manually add the decimal properties to the migration file

    t.decimal :price, :precision => 8, :scale => 2
    

    In Rails 3.2, one can specify the decimal properties

    rails generate scaffold LineItem name price:decimal{8,2}
    

    NOTE: If you are running ZSH, the syntax requires a hyphen instead of a comma.

    rails generate scaffold LineItem name price:decimal{8-2}
    

    ANOTHER NOTE: If you are using bash under Mac OS X 10.9 try a dot instead of the comma

    rails generate scaffold LineItem name price:decimal{8.2}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to define an instance method in ruby from a string (the
Within Ruby on Rails, what's the best way to find out what data a
I'm just moving over from Ruby/Rails development to Python/Django and i'm trying to find
What is the best way to enable log rotation on a Ruby on Rails
Given: A rails 2.3.x application currently being upgraded to rails 3. Upgrading ruby from
What is best way to refactor in Ruby on Rails. I have a project
Does Agile Web Development With Ruby on Rails (Third Edition) teach best practices as
What is the best way to have a regular ruby on rails app be
I'm passing a date from Ruby to Javascript via JSON. It comes into Javascript
I am new to Ruby, is there a way to yield values from Ruby

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.