aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper/number_converter.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-5/+5
* [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-5/+5
* No need to nodoc private methodsAkira Matsuda2016-12-241-5/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-6/+6
* Stop using local variables everywhere, make use of the readerCarlos Antonio da Silva2013-12-031-3/+3
* Refactor to avoid earlier returnsCarlos Antonio da Silva2013-12-031-5/+9
* Rename variable that holds whether or not the class should validate a float n...Carlos Antonio da Silva2013-12-031-2/+2
* :sicssors:Rafael Mendonça França2013-12-021-2/+2
* Options are not optionalRafael Mendonça França2013-12-021-2/+2
* Make execute priave APIRafael Mendonça França2013-12-021-0/+3
* Extract ActiveSupport::NumberHelper methods to classesMatt Bridges2013-07-011-0/+175