aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper/number_to_currency_converter.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Missing require "active_support/number_helper/number_converter"Akira Matsuda2018-10-201-0/+2
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-021-2/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Fix broken number_to_currency testsPrathamesh Sonpatki2016-01-291-0/+2
* Change number_to_currency behavior for checking negativityPrathamesh Sonpatki2016-01-291-5/+1
* Give respond_to? a SymbolAkira Matsuda2015-05-201-1/+1
* Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* Prefer string patterns for gsubbrainopia2015-04-021-1/+1
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-2/+2
* Do gsub with a regexp instead of a stringPablo Herrero2014-10-291-1/+1
* Avoid a hash creation since defaults is a new hash alreadyCarlos Antonio da Silva2013-12-031-1/+1
* Stop using local variables everywhere, make use of the readerCarlos Antonio da Silva2013-12-031-2/+2
* :sicssors:Rafael Mendonça França2013-12-021-2/+0
* Make execute priave APIRafael Mendonça França2013-12-021-1/+1
* Make load of NumberHelper thread safeRafael Mendonça França2013-12-021-0/+48