aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper/number_to_phone_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
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+0
* `number_to_phone` formats number with regexpPan GaoYong2016-04-021-2/+11
* Nodoc missing number helper classes in AS [ci skip]Carlos Antonio da Silva2013-12-111-1/+1
* Change delimiter check order: first check if it is presentCarlos Antonio da Silva2013-12-031-3/+3
* Make both conversion methods work similarlyCarlos Antonio da Silva2013-12-031-1/+2
* Remove useless empty stringCarlos Antonio da Silva2013-12-031-2/+1
* No need for #tapCarlos Antonio da Silva2013-12-031-4/+3
* Stop using local variables everywhere, make use of the readerCarlos Antonio da Silva2013-12-031-1/+1
* :sicssors:Rafael Mendonça França2013-12-021-1/+0
* Make load of NumberHelper thread safeRafael Mendonça França2013-12-021-0/+51