aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/number_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Making spacing consistentMatt Duncan2011-04-151-2/+2
* Fixing missing colon on symbol in exampleMatt Duncan2011-04-151-1/+1
* Negative format example should use a negative numberMatt Duncan2011-04-151-1/+1
* fixes an issue with number_to_human when converting values which are less tha...Josh Kalderimis2011-03-161-1/+1
* Action Pack typos.R.T. Lechow2011-03-051-3/+3
* Fixed number_with_precision rounding error [#6182 state:resolved]Don Wilson2010-12-181-2/+3
* Revert "Fixed number_with_precision rounding error [#6182 state:resolved]"Piotr Sarnacki2010-12-171-3/+2
* Fixed number_with_precision rounding error [#6182 state:resolved]Don Wilson2010-12-171-2/+3
* made a pass to the docs of :negative_formatXavier Noria2010-11-031-5/+7
* Added :negative_format option to number_to_currency function [#5894 state:res...Don Wilson2010-11-021-7/+16
* lets not invert the hash on every iteration through this loopAaron Patterson2010-10-181-1/+3
* use -= in place of the expanded formAaron Patterson2010-10-181-1/+1
* implicitly return nil if there is no numberAaron Patterson2010-10-181-2/+2
* implicit return of nilAaron Patterson2010-10-181-1/+1
* use regex escape sequences to shorten stuff upAaron Patterson2010-10-181-2/+2
* join strings rather than resizing bufferAaron Patterson2010-10-181-2/+2
* Invoke html_escape on the proper receiverSantiago Pastorino2010-10-181-1/+1
* Tidy up a bit this codeSantiago Pastorino2010-10-181-4/+6
* Why strip only the extension, this can be done by the userSantiago Pastorino2010-10-181-1/+1
* This or login doesn't make senseSantiago Pastorino2010-10-181-3/+3
* Use unless instead of if nil?Santiago Pastorino2010-10-181-1/+1
* Add missing requireSantiago Pastorino2010-10-181-0/+1
* parse number only if options[:raise] is providedSantiago Pastorino2010-10-171-4/+2
* number_to_phone always return safeSantiago Pastorino2010-10-171-4/+1
* Make number_to_human and number_with_precision work with negativesSantiago Pastorino2010-09-051-2/+2
* Fix code style a bitSantiago Pastorino2010-09-051-2/+1
* Fix number_to_human(0) exception [#5532 state:resolved]Ben Sharpe2010-09-051-1/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Removed deprecated APIs in text and number helpers [#5156 state:resolved]Łukasz Strzałkowski2010-07-261-44/+4
* Action View is now titled.Rizwan Reza2010-06-211-0/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* | Updated all number helpers with :locale option.Slobodan Kovacevic2010-06-111-1/+9
|/
* Added :locale option explanation for number_to_currencySlobodan Kovacevic2010-06-101-0/+2
* Added default currency values to NumberHelper and pass them to I18n.translateSantiago Pastorino2010-05-171-2/+5
* Fix error in number_with_precision with :significant option and zero value [#...Bernardo de Pádua2010-04-011-2/+6
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Rename unsignificant to insignificant.José Valim2010-03-231-13/+13
* NumberHelper methods should now return html_safe strings (when the inputs are...Bernardo de Pádua2010-03-221-29/+86
* Adds number_to_human and several improvements in NumberHelper. [#4239 state:r...Bernardo de Pádua2010-03-221-92/+229
* Remove some of the blank rescues from number helper. This makes the code easi...Xavier Shay2010-03-051-44/+42
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* NumberHelper#number_to_currency should output html_safe strings so the units ...David Heinemeier Hansson2010-01-051-1/+1
* NumberHelper depends on big decimal extensionsJoshua Peek2009-10-031-0/+1
* Fix number_to_precision rounding error [#2071 state:resolved]wmoxam2009-08-081-1/+1
* Ensure number_to_human_size does not strip zeros from the end [#1763 state:re...Travis Briggs2009-05-171-1/+6
* Fix tests on 1.9Jeremy Kemper2009-04-221-0/+2
* Merge docrailsPratik Naik2009-03-161-1/+1
* Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved]rpheath2009-03-091-1/+3
* Improve i18n support for number_to_human_size helper:Yaroslav Markin2009-01-271-17/+28