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
/
lib
/
active_support
/
number_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #22759 from akshay-vishnoi/human-size-helper
Eileen M. Uchitelle
2015-12-27
1
-0
/
+2
|
\
|
*
Add support for Petabyte and Exabyte in number to human size
Akshay Vishnoi
2015-12-22
1
-0
/
+2
*
|
Add caveat to number_to_currency docs [ci skip]
Derek Prior
2015-12-23
1
-0
/
+8
|
/
*
Fixed `ActiveSupport::NumberHelper` Outputs [ci skip]
amitkumarsuroliya
2015-10-11
1
-2
/
+2
*
Correcting output of `number_to_percentage` example in `number_helper` [ci skip]
amitkumarsuroliya
2015-09-22
1
-1
/
+1
*
Tiny documentation improvements [ci skip]
Robin Dupret
2015-08-28
1
-5
/
+6
*
- Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...
Vipul A M
2015-08-28
1
-0
/
+5
*
Deprecate the :prefix option of `number_to_human_size`
Jean Boussier
2015-08-10
1
-2
/
+0
*
Fix spelling [ci skip]
Yu Haidong
2015-03-04
1
-8
/
+8
*
Merge pull request #12067 from jackxxu/keep_precision
Rafael Mendonça França
2015-02-06
1
-2
/
+4
|
\
|
*
Enable number_to_percentage to keep the number's precision by allowing :preci...
Jack Xu
2013-08-28
1
-16
/
+22
*
|
Fix doc markup for `NumberHelper` [ci skip]
Ryunosuke SATO
2014-10-29
1
-5
/
+5
*
|
[ci skip] Add Docs for strip_insignificant_zeros option in number helpers
Akshay Vishnoi
2014-06-10
1
-8
/
+7
*
|
[ci skip] Correct output and use valid options of number helpers
Akshay Vishnoi
2014-06-10
1
-2
/
+2
*
|
Nodoc missing number helper classes in AS [ci skip]
Carlos Antonio da Silva
2013-12-11
1
-2
/
+0
*
|
Make execute priave API
Rafael Mendonça França
2013-12-02
1
-7
/
+7
*
|
Make load of NumberHelper thread safe
Rafael Mendonça França
2013-12-02
1
-7
/
+11
*
|
Merge pull request #10996 from mattdbridges/number-helper-refactor
Rafael Mendonça França
2013-12-02
1
-306
/
+15
|
\
\
|
*
|
Extract ActiveSupport::NumberHelper methods to classes
Matt Bridges
2013-07-01
1
-308
/
+15
*
|
|
Minor Refactoring to `NumberHelper#number_to_human`
Vipul A M
2013-10-14
1
-4
/
+2
*
|
|
Fix typo in number_to_human docs: you -> your
Mac Martine
2013-09-24
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix examples of number_to_percentage
Rafael Mendonça França
2013-07-18
1
-8
/
+8
|
/
*
refactor number helper
Vipul A M
2013-04-25
1
-2
/
+3
*
Address edge case for number_to_human with units option.
hoffm
2013-02-22
1
-1
/
+1
*
update some AS code examples to 1.9 hash syntax [ci skip]
Francesco Rodriguez
2012-09-12
1
-10
/
+10
*
Ensure I18n format values always have precedence over defaults
Carlos Antonio da Silva
2012-08-11
1
-42
/
+40
*
Fallback to :en locale instead of handling a constant with defaults
Carlos Antonio da Silva
2012-08-11
1
-19
/
+130
*
Move constants to the top, remove freeze
Carlos Antonio da Silva
2012-06-24
1
-5
/
+5
*
Remove some not used variables and improve code a bit
Carlos Antonio da Silva
2012-06-24
1
-12
/
+7
*
add :nodoc: to AS::NumberHelper private methods [ci skip]
Francesco Rodriguez
2012-06-05
1
-99
/
+100
*
Review requires from number helper
Carlos Antonio da Silva
2012-05-28
1
-5
/
+4
*
Fix handling of negative zero in number_to_currency
Jared Beck
2012-05-28
1
-1
/
+1
*
Moving NumberHelpers from ActionView to ActiveSupport
Andrew Mutz
2012-05-27
1
-0
/
+532