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
*
put back the removed eg
Vijay Dev
2011-11-18
1
-0
/
+1
*
Fix a number_with_delimiter :separator example
Edward Anderson
2011-11-17
1
-1
/
+1
*
Cosmetic fix in number_to_currency docs
Alexey Vakhov
2011-11-10
1
-2
/
+2
*
remove user-specified delimiter from start when no area code is present (in n...
Mac Martine
2011-10-12
1
-1
/
+1
*
checked all .rb files in the project tree for missing magic comments, one was...
Xavier Noria
2011-07-23
1
-0
/
+2
*
Ensure number helpers can handle HTML safe strings - closes #1597.
Andrew White
2011-06-10
1
-1
/
+1
*
Remove trailing white-spaces
Guillermo Iguaran
2011-06-05
1
-1
/
+1
*
added a :prefix option to number_to_human_size
Diego Carrion
2011-04-27
1
-3
/
+6
*
Making spacing consistent
Matt Duncan
2011-04-15
1
-2
/
+2
*
Fixing missing colon on symbol in example
Matt Duncan
2011-04-15
1
-1
/
+1
*
Negative format example should use a negative number
Matt Duncan
2011-04-15
1
-1
/
+1
*
fixes an issue with number_to_human when converting values which are less tha...
Josh Kalderimis
2011-03-16
1
-1
/
+1
*
Action Pack typos.
R.T. Lechow
2011-03-05
1
-3
/
+3
*
Fixed number_with_precision rounding error [#6182 state:resolved]
Don Wilson
2010-12-18
1
-2
/
+3
*
Revert "Fixed number_with_precision rounding error [#6182 state:resolved]"
Piotr Sarnacki
2010-12-17
1
-3
/
+2
*
Fixed number_with_precision rounding error [#6182 state:resolved]
Don Wilson
2010-12-17
1
-2
/
+3
*
made a pass to the docs of :negative_format
Xavier Noria
2010-11-03
1
-5
/
+7
*
Added :negative_format option to number_to_currency function [#5894 state:res...
Don Wilson
2010-11-02
1
-7
/
+16
*
lets not invert the hash on every iteration through this loop
Aaron Patterson
2010-10-18
1
-1
/
+3
*
use -= in place of the expanded form
Aaron Patterson
2010-10-18
1
-1
/
+1
*
implicitly return nil if there is no number
Aaron Patterson
2010-10-18
1
-2
/
+2
*
implicit return of nil
Aaron Patterson
2010-10-18
1
-1
/
+1
*
use regex escape sequences to shorten stuff up
Aaron Patterson
2010-10-18
1
-2
/
+2
*
join strings rather than resizing buffer
Aaron Patterson
2010-10-18
1
-2
/
+2
*
Invoke html_escape on the proper receiver
Santiago Pastorino
2010-10-18
1
-1
/
+1
*
Tidy up a bit this code
Santiago Pastorino
2010-10-18
1
-4
/
+6
*
Why strip only the extension, this can be done by the user
Santiago Pastorino
2010-10-18
1
-1
/
+1
*
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
[next]