Displaying 4 results from an estimated 4 matches for "dollars_and_c".
2006 Jul 10
4
Advice on handling money
Hi,
I''m trying to handle money within an online store I''m building and I''m
very stuck. I understand that using a float in the db is bad because
of "rounding errors", and that storing the price as an integer is the
best way forward. I know this has been brought up before on the list
and I have search the archives but can''t find a good way forward.
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
...actionwebservices 1.1.2
activerecord 1.14.2
activesupport 1.3.1
db_structure 1.0.2
localization_generator 1.0.0
money 1.7.1
pdf-writer 1.1.2
rake 0.7.1
RedCloth 3.0.4
SimpleSearch 0.5.0
source 0.0.1
transaction-simple 1.3.0
Plugins
active_rbac
dialog_helper
dollars_and_cents
engines
flash_helper
query_trace
Does anyone have any idea why all of a sudden that things would just croak
on my box?
Thanks in advance,
--
~d
www.razorpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/r...
2006 Jun 12
6
Storing "money" in databases
Hiall,
I''m wondering what''s common practice when dealing with money values
stored in databases. I like the idea of storing all the values as
integers, i.e. all the values in eurocents not euros. Then I need to
multiply all values the users enter by 100 before storing them in the
database. Now the question is, what''s the most efficient and dryest
way to do this?
2006 Jul 30
34
ruby suitable for financial apps?
hi there,
I am about to embark on a mission critical financial web application,
and was wondering weather ruby on rails is the best fit for this type
of project.
More specifically I am worried about floating point errors. Would it be
more appropriate to use a more statically typed framework (.NET)?
thankyou.
--
Posted via http://www.ruby-forum.com/.