Warning, your browser does not support JavaScript and is not capable of displaying the latest web pages such as this one.
Pylons
Latest Version:
0.9.6.2
Home
Docs
Wiki
Trac
Community
FAQ
Install
Pastebin
Search Docs
Index of the
number
module
m
webhelpers.rails.number
...
-
Number Helpers
f
human_size
...
-
Deprecated: Use number_to_human_size instead.
f
number_to_phone
...
-
Formats a
number
into a US phone number string.
f
number_to_human_size
...
-
Returns a formatted-for-humans file size.
f
number_with_delimiter
...
-
Formats a
number
with grouped thousands using
delimiter
.
f
number_to_percentage
...
-
Formats a
number
as into a percentage string.
f
number_with_precision
...
-
Formats a
number
with a level of
precision
.
f
number_to_currency
...
-
Formats a
number
into a currency string.
Top