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
...
*
This or login doesn't make sense
Santiago Pastorino
2010-10-18
1
-3
/
+3
*
Use unless instead of if nil?
Santiago Pastorino
2010-10-18
1
-1
/
+1
*
Add missing require
Santiago Pastorino
2010-10-18
1
-0
/
+1
*
parse number only if options[:raise] is provided
Santiago Pastorino
2010-10-17
1
-4
/
+2
*
number_to_phone always return safe
Santiago Pastorino
2010-10-17
1
-4
/
+1
*
Make number_to_human and number_with_precision work with negatives
Santiago Pastorino
2010-09-05
1
-2
/
+2
*
Fix code style a bit
Santiago Pastorino
2010-09-05
1
-2
/
+1
*
Fix number_to_human(0) exception [#5532 state:resolved]
Ben Sharpe
2010-09-05
1
-1
/
+2
*
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
-44
/
+4
*
Action View is now titled.
Rizwan Reza
2010-06-21
1
-0
/
+1
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
Updated all number helpers with :locale option.
Slobodan Kovacevic
2010-06-11
1
-1
/
+9
|
/
*
Added :locale option explanation for number_to_currency
Slobodan Kovacevic
2010-06-10
1
-0
/
+2
*
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
[prev]
[next]