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
/
activesupport
/
test
/
number_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...
Vipul A M
2015-08-28
1
-0
/
+1
*
Deprecate :si prefix in number_to_human_size without replacement
Jean Boussier
2015-08-10
1
-9
/
+11
*
`number_to_percentage` and `precision: 0` work with `NAN` and `INFINITY`.
Yves Senn
2015-03-06
1
-0
/
+4
*
Merge pull request #12067 from jackxxu/keep_precision
Rafael Mendonça França
2015-02-06
1
-0
/
+4
|
\
|
*
Enable number_to_percentage to keep the number's precision by allowing :preci...
Jack Xu
2013-08-28
1
-0
/
+4
*
|
Fixes the digits counter of AS's NumberToRoundedConverter
Xavier Noria
2014-08-20
1
-0
/
+1
*
|
Fix AS::NumberHelper results with rationals
Juanjo Bazán
2014-05-31
1
-0
/
+2
*
|
Require active_support/core_ext/string/output_safety and use html_safe rather...
Mark J. Titorenko
2014-05-12
1
-1
/
+2
*
|
Use block parameter rather than `$1` during `gsub!` so `ActiveSupport::SafeBu...
Mark J. Titorenko
2014-05-12
1
-0
/
+1
*
|
fix `number_to_percentage` with `Float::NAN`, `Float::INFINITY`.
Yves Senn
2014-03-17
1
-0
/
+3
*
|
Fix AS::NumberHelper results with large precisions
Kenta Murata & Akira Matsuda
2013-12-20
1
-0
/
+14
*
|
removed duplicate test case
Kuldeep Aggarwal
2013-12-04
1
-1
/
+0
*
|
Extract ActiveSupport::NumberHelper methods to classes
Matt Bridges
2013-07-01
1
-6
/
+0
|
/
*
Move number_to_human test from AP to AS
Carlos Antonio da Silva
2013-02-22
1
-0
/
+7
*
Ensure I18n format values always have precedence over defaults
Carlos Antonio da Silva
2012-08-11
1
-1
/
+0
*
Fallback to :en locale instead of handling a constant with defaults
Carlos Antonio da Silva
2012-08-11
1
-3
/
+3
*
Fix handling of negative zero in number_to_currency
Jared Beck
2012-05-28
1
-0
/
+2
*
Moving NumberHelpers from ActionView to ActiveSupport
Andrew Mutz
2012-05-27
1
-0
/
+373