aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/duration
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-3/+3
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+0
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-212-3/+3
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-092-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-2/+2
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-022-2/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-022-0/+2
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-012-0/+2
| * | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-201-2/+2
| |/
* / [Active Support] require => require_relativeAkira Matsuda2017-07-012-3/+3
|/
* 🙈 :nodoc: `AS::Duration::ISO8601Serializer`Godfrey Chan2017-02-231-1/+1
* Less method invocationAkira Matsuda2016-11-051-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-30/+30
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-28/+28
* applies new string literal convention in activesupport/libXavier Noria2016-08-062-17/+17
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+2
* AS::Duration should serialize empty values correctly. (#25656)Paul Sadauskas2016-07-111-1/+3
* `ActiveSupport::Duration` supports ISO8601 formatting and parsing.Arnau Siches, Andrey Novikov2016-04-182-0/+173