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
*
Remove deprecated :prefix option
Andrew White
2016-11-13
1
-17
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-29
/
+29
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-7
/
+7
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+0
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-14
/
+14
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-147
/
+147
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-118
/
+118
*
`number_to_phone` formats number with regexp
Pan GaoYong
2016-04-02
1
-0
/
+2
*
Change number_to_currency behavior for checking negativity
Prathamesh Sonpatki
2016-01-29
1
-1
/
+0
*
Add support for Petabyte and Exabyte in number to human size
Akshay Vishnoi
2015-12-22
1
-1
/
+13
*
Merge pull request #20872 from maxjacobson/more-humane-rounding
Sean Griffin
2015-10-20
1
-0
/
+2
|
\
|
*
Round some numbers more humanely
Max Jacobson
2015-07-26
1
-0
/
+2
*
|
- 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