aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/number_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-151/+0
* cleanup AP number_helpers_testYves Senn2013-02-271-47/+47
* remove duplicated number_helper tests in AP. They are already in AS.Yves Senn2013-02-271-270/+22
* Move number_to_human test from AP to ASCarlos Antonio da Silva2013-02-221-5/+0
* Address edge case for number_to_human with units option.hoffm2013-02-221-0/+5
* Refactor AV number helper tests with invalid numbersCarlos Antonio da Silva2012-06-241-44/+14
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-271-0/+11
* reverting decoupling of NumberHelper from safe_join and adding tests for esca...Andrew Mutz2012-05-181-0/+2
* change number_with_precision to not return negative zerosTim McEwan2012-03-271-0/+1
* Do not mutate given options hash in number helpersCarlos Antonio da Silva2012-01-251-0/+25
* Added format to percentageRodrigo Flores2012-01-201-0/+1
* remove user-specified delimiter from start when no area code is present (in n...Mac Martine2011-10-121-0/+1
* Ensure number helpers can handle HTML safe strings - closes #1597.Andrew White2011-06-101-0/+7
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-9/+0
* added a :prefix option to number_to_human_sizeDiego Carrion2011-04-271-0/+11
* added test for number_to_phone with an empty string and area code trueDiego Carrion2011-04-251-0/+1
* fixes an issue with number_to_human when converting values which are less tha...Josh Kalderimis2011-03-161-1/+3
* Action Pack typos.R.T. Lechow2011-03-051-1/+1
* Fixed number_with_precision rounding error [#6182 state:resolved]Don Wilson2010-12-181-0/+5
* Revert "Fixed number_with_precision rounding error [#6182 state:resolved]"Piotr Sarnacki2010-12-171-5/+0
* Fixed number_with_precision rounding error [#6182 state:resolved]Don Wilson2010-12-171-0/+5
* Added :negative_format option to number_to_currency function [#5894 state:res...Don Wilson2010-11-021-0/+4
* number_to_phone always return safeSantiago Pastorino2010-10-171-1/+2
* Make number_to_human and number_with_precision work with negativesSantiago Pastorino2010-09-051-0/+2
* Fix indentation errorsSantiago Pastorino2010-09-051-47/+47
* Fix number_to_human(0) exception [#5532 state:resolved]Ben Sharpe2010-09-051-0/+1
* 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-27/+0
* Add a test that used to fail but is fixed now [#3417 state:resolved]wycats2010-04-121-0/+1
* Fix error in number_with_precision with :significant option and zero value [#...Bernardo de Pádua2010-04-011-0/+9
* Rename unsignificant to insignificant.José Valim2010-03-231-8/+8
* NumberHelper methods should now return html_safe strings (when the inputs are...Bernardo de Pádua2010-03-221-22/+121
* Adds number_to_human and several improvements in NumberHelper. [#4239 state:r...Bernardo de Pádua2010-03-221-19/+151
* Ruby 1.9: fix number precision testJeremy Kemper2009-11-041-1/+1
* Fix number_to_precision rounding error [#2071 state:resolved]wmoxam2009-08-081-0/+1
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-13/+29
* Ensure number_to_human_size does not strip zeros from the end [#1763 state:re...Travis Briggs2009-05-171-0/+4
* Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved]rpheath2009-03-091-0/+1
* Updated NumberHelper: Full i18n support (except number_to_phone), consolidate...Clemens Kofler2008-07-291-22/+26
* Refactored NumberHelper API to accept arguments as an options hash [#666 stat...Clemens Kofler2008-07-211-1/+27
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-2/+2
* Fixed NumberHelper#number_with_precision to properly round in a way that work...David Heinemeier Hansson2008-03-241-0/+2
* Added :format option to NumberHelper#number_to_currency to enable better loca...David Heinemeier Hansson2008-03-171-0/+1
* Fix number_to_human_size incorrectly removing trailing zeros. Closes #10099 [...Jeremy Kemper2008-02-021-0/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fix number_to_human_size when using different precisions. Closes #7536. [Rich...Michael Koziarski2007-08-051-0/+4
* Deprecation: remove deprecated human_size helper alias. Use number_to_human_s...Jeremy Kemper2007-03-131-6/+0
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-2/+1
* Work around a cross-platform number_to_precision inconsistency in unit tests....Jeremy Kemper2006-12-171-3/+7
* Upgraded NumberHelper with number_to_phone support international formats to c...David Heinemeier Hansson2006-10-221-29/+55