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
/
lib
/
action_view
/
helpers
/
number_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added default currency values to NumberHelper and pass them to I18n.translate
Santiago Pastorino
2010-05-17
1
-2
/
+5
*
Fix error in number_with_precision with :significant option and zero value [#...
Bernardo de Pádua
2010-04-01
1
-2
/
+6
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Rename unsignificant to insignificant.
José Valim
2010-03-23
1
-13
/
+13
*
NumberHelper methods should now return html_safe strings (when the inputs are...
Bernardo de Pádua
2010-03-22
1
-29
/
+86
*
Adds number_to_human and several improvements in NumberHelper. [#4239 state:r...
Bernardo de Pádua
2010-03-22
1
-92
/
+229
*
Remove some of the blank rescues from number helper. This makes the code easi...
Xavier Shay
2010-03-05
1
-44
/
+42
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
NumberHelper#number_to_currency should output html_safe strings so the units ...
David Heinemeier Hansson
2010-01-05
1
-1
/
+1
*
NumberHelper depends on big decimal extensions
Joshua Peek
2009-10-03
1
-0
/
+1
*
Fix number_to_precision rounding error [#2071 state:resolved]
wmoxam
2009-08-08
1
-1
/
+1
*
Ensure number_to_human_size does not strip zeros from the end [#1763 state:re...
Travis Briggs
2009-05-17
1
-1
/
+6
*
Fix tests on 1.9
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Merge docrails
Pratik Naik
2009-03-16
1
-1
/
+1
*
Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved]
rpheath
2009-03-09
1
-1
/
+3
*
Improve i18n support for number_to_human_size helper:
Yaroslav Markin
2009-01-27
1
-17
/
+28
*
Add i18n for number_to_human_size() helper storage units. Translation key is ...
Yaroslav Markin
2008-11-23
1
-4
/
+3
*
Fixed i18n bulk translate issues in NumberHelper
Clemens Kofler
2008-08-04
1
-25
/
+31
*
Updated NumberHelper: Full i18n support (except number_to_phone), consolidate...
Clemens Kofler
2008-07-29
1
-62
/
+124
*
Refactored NumberHelper API to accept arguments as an options hash [#666 stat...
Clemens Kofler
2008-07-21
1
-32
/
+66
*
align with changes in i18n
Sven Fuchs
2008-07-06
1
-1
/
+1
*
remove core extensions in favor of I18n#translate and I18n#localize
Sven Fuchs
2008-07-02
1
-1
/
+1
*
remove call to self.locale from helpers
Sven Fuchs
2008-06-23
1
-6
/
+3
*
rather cosmetic improvements of test coverage
Sven Fuchs
2008-06-23
1
-1
/
+1
*
check self.locale instead of request.locale in helpers
Sven Fuchs
2008-06-22
1
-1
/
+1
*
integrating I18n into Rails
Sven Fuchs
2008-06-19
1
-6
/
+12
*
Fixed NumberHelper#number_with_precision to properly round in a way that work...
David Heinemeier Hansson
2008-03-24
1
-2
/
+2
*
Added :format option to NumberHelper#number_to_currency to enable better loca...
David Heinemeier Hansson
2008-03-17
1
-1
/
+8
*
Fix number_to_human_size incorrectly removing trailing zeros. Closes #10099 [...
Jeremy Kemper
2008-02-02
1
-1
/
+1
*
Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
Marcel Molina
2007-12-05
1
-1
/
+1
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-5
/
+5
*
Fix number_to_human_size when using different precisions. Closes #7536. [Rich...
Michael Koziarski
2007-08-05
1
-2
/
+2
*
Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...
David Heinemeier Hansson
2007-06-23
1
-42
/
+69
*
Deprecation: remove deprecated human_size helper alias. Use number_to_human_s...
Jeremy Kemper
2007-03-13
1
-12
/
+9
*
Fixed NumberHelper#number_with_delimiter to use "." always for splitting the ...
David Heinemeier Hansson
2007-01-26
1
-5
/
+5
*
Use new deprecate syntax so that alternatives are given with the warning
Jamis Buck
2006-10-24
1
-1
/
+1
*
Upgraded NumberHelper with number_to_phone support international formats to c...
David Heinemeier Hansson
2006-10-22
1
-62
/
+102
*
Fixed that NumberHelper#number_to_delimiter should respect precision of highe...
David Heinemeier Hansson
2006-10-09
1
-3
/
+9
*
Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...
David Heinemeier Hansson
2006-07-05
1
-1
/
+1
*
Refactor human_size to exclude decimal place if it is zero.
Marcel Molina
2006-01-19
1
-9
/
+9
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
1
-3
/
+3
*
Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...
David Heinemeier Hansson
2005-09-09
1
-0
/
+1
*
Added :extension option to NumberHelper#number_to_phone #1361 [delynnb]
David Heinemeier Hansson
2005-06-16
1
-10
/
+8
*
Fixed documentation #1214
David Heinemeier Hansson
2005-04-30
1
-3
/
+3
*
Improved tests for NumberHelper
David Heinemeier Hansson
2005-04-13
1
-4
/
+4
*
Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...
David Heinemeier Hansson
2005-04-12
1
-0
/
+22
*
Fixed spelling of delimiter #1058
David Heinemeier Hansson
2005-04-10
1
-14
/
+14
*
Fixed syntax error
David Heinemeier Hansson
2005-04-07
1
-1
/
+1
*
Update to the helper to abstract delimeting a number #1015
David Heinemeier Hansson
2005-04-07
1
-4
/
+10
[next]