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
*
Remove dependency on safe_join from number helpers
Carlos Antonio da Silva
2012-05-13
1
-1
/
+1
*
Fix NumberHelper options wrapping to prevent verbatim blocks being rendered i...
Mark J. Titorenko
2012-05-08
1
-92
/
+161
*
use safe_join in number helper
Sergey Nartimov
2012-04-26
1
-1
/
+1
*
fix number_to_human docs [ci skip]
Vijay Dev
2012-04-26
1
-2
/
+2
*
no need in temporary array in number_to_phone helper
Sergey Nartimov
2012-04-09
1
-2
/
+2
*
Updated/changed useless tr/gsubs
Jurriaan Pruis
2012-04-03
1
-2
/
+2
*
change number_with_precision to not return negative zeros
Tim McEwan
2012-03-27
1
-0
/
+1
*
Do not mutate given options hash in number helpers
Carlos Antonio da Silva
2012-01-25
1
-9
/
+7
*
Refactor percentage helper
Carlos Antonio da Silva
2012-01-25
1
-1
/
+2
*
Refactor float number parsing
Carlos Antonio da Silva
2012-01-25
1
-25
/
+9
*
Improve getting translations for number helpers
Carlos Antonio da Silva
2012-01-25
1
-10
/
+13
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-01-21
1
-0
/
+3
|
\
|
*
document `:raise` option support for several helpers [ci skip]
Jonathan Roes
2012-01-20
1
-0
/
+3
*
|
Refactor translations retrieval
Rafael Mendonça França
2012-01-20
1
-18
/
+15
*
|
Remove code duplication
Rafael Mendonça França
2012-01-20
1
-34
/
+19
*
|
No need to check html_safe? twice
Rafael Mendonça França
2012-01-20
1
-2
/
+1
*
|
Added format to percentage
Rodrigo Flores
2012-01-20
1
-2
/
+9
|
/
*
Merge pull request #4296 from kuroda/negative_format
Aaron Patterson
2012-01-04
1
-0
/
+1
|
\
|
*
Infer currency negative format from positive one.
Tsutomu Kuroda
2012-01-05
1
-0
/
+1
*
|
copy edits
Vijay Dev
2012-01-04
1
-10
/
+7
*
|
improve doc in number helper options
Pablo Ifran
2012-01-02
1
-19
/
+57
|
/
*
Remove some of the ActiveSupport core extensions related to 1.8.
Uģis Ozols
2011-12-21
1
-1
/
+0
*
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
[next]