index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
template
/
number_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes an issue with number_to_human when converting values which are less tha...
Josh Kalderimis
2011-03-16
1
-1
/
+3
*
Action Pack typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
Fixed number_with_precision rounding error [#6182 state:resolved]
Don Wilson
2010-12-18
1
-0
/
+5
*
Revert "Fixed number_with_precision rounding error [#6182 state:resolved]"
Piotr Sarnacki
2010-12-17
1
-5
/
+0
*
Fixed number_with_precision rounding error [#6182 state:resolved]
Don Wilson
2010-12-17
1
-0
/
+5
*
Added :negative_format option to number_to_currency function [#5894 state:res...
Don Wilson
2010-11-02
1
-0
/
+4
*
number_to_phone always return safe
Santiago Pastorino
2010-10-17
1
-1
/
+2
*
Make number_to_human and number_with_precision work with negatives
Santiago Pastorino
2010-09-05
1
-0
/
+2
*
Fix indentation errors
Santiago Pastorino
2010-09-05
1
-47
/
+47
*
Fix number_to_human(0) exception [#5532 state:resolved]
Ben Sharpe
2010-09-05
1
-0
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Removed deprecated APIs in text and number helpers [#5156 state:resolved]
Łukasz Strzałkowski
2010-07-26
1
-27
/
+0
*
Add a test that used to fail but is fixed now [#3417 state:resolved]
wycats
2010-04-12
1
-0
/
+1
*
Fix error in number_with_precision with :significant option and zero value [#...
Bernardo de Pádua
2010-04-01
1
-0
/
+9
*
Rename unsignificant to insignificant.
José Valim
2010-03-23
1
-8
/
+8
*
NumberHelper methods should now return html_safe strings (when the inputs are...
Bernardo de Pádua
2010-03-22
1
-22
/
+121
*
Adds number_to_human and several improvements in NumberHelper. [#4239 state:r...
Bernardo de Pádua
2010-03-22
1
-19
/
+151
*
Ruby 1.9: fix number precision test
Jeremy Kemper
2009-11-04
1
-1
/
+1
*
Fix number_to_precision rounding error [#2071 state:resolved]
wmoxam
2009-08-08
1
-0
/
+1
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-13
/
+29
*
Ensure number_to_human_size does not strip zeros from the end [#1763 state:re...
Travis Briggs
2009-05-17
1
-0
/
+4
*
Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved]
rpheath
2009-03-09
1
-0
/
+1
*
Updated NumberHelper: Full i18n support (except number_to_phone), consolidate...
Clemens Kofler
2008-07-29
1
-22
/
+26
*
Refactored NumberHelper API to accept arguments as an options hash [#666 stat...
Clemens Kofler
2008-07-21
1
-1
/
+27
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
1
-2
/
+2
*
Fixed NumberHelper#number_with_precision to properly round in a way that work...
David Heinemeier Hansson
2008-03-24
1
-0
/
+2
*
Added :format option to NumberHelper#number_to_currency to enable better loca...
David Heinemeier Hansson
2008-03-17
1
-0
/
+1
*
Fix number_to_human_size incorrectly removing trailing zeros. Closes #10099 [...
Jeremy Kemper
2008-02-02
1
-0
/
+1
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Fix number_to_human_size when using different precisions. Closes #7536. [Rich...
Michael Koziarski
2007-08-05
1
-0
/
+4
*
Deprecation: remove deprecated human_size helper alias. Use number_to_human_s...
Jeremy Kemper
2007-03-13
1
-6
/
+0
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-2
/
+1
*
Work around a cross-platform number_to_precision inconsistency in unit tests....
Jeremy Kemper
2006-12-17
1
-3
/
+7
*
Upgraded NumberHelper with number_to_phone support international formats to c...
David Heinemeier Hansson
2006-10-22
1
-29
/
+55
*
Fixed that NumberHelper#number_to_delimiter should respect precision of highe...
David Heinemeier Hansson
2006-10-09
1
-0
/
+9
*
Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...
David Heinemeier Hansson
2006-07-05
1
-0
/
+1
*
Refactor human_size to exclude decimal place if it is zero.
Marcel Molina
2006-01-19
1
-13
/
+14
*
Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...
David Heinemeier Hansson
2005-09-09
1
-0
/
+2
*
Added :extension option to NumberHelper#number_to_phone #1361 [delynnb]
David Heinemeier Hansson
2005-06-16
1
-0
/
+2
*
Improved tests for NumberHelper
David Heinemeier Hansson
2005-04-13
1
-1
/
+29
*
Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...
David Heinemeier Hansson
2005-04-12
1
-0
/
+23