aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-2/+2
* [ci skip] Make Todo classes inherit ApplicationRecordYoshiyuki Hirano2017-12-071-5/+5
* Mention about Ruby 2.4 Unicode case mappings in `mb_chars` example [ci skip] ...Ryuta Kamizono2017-11-291-1/+3
* [ci skip] Correct output for UpcaseDixit Patel2017-11-291-1/+1
* Refactor Date/Time next_occurring and prev_occurringT.J. Schuck2017-11-281-4/+12
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-225-7/+7
* Allow `Range#include?` on TWZ rangesAndrew White2017-11-083-1/+27
* Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon...Andrew White2017-11-061-16/+24
|\
| * Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-241-5/+9
| * Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-241-5/+9
| * Allows pass argument for `Time#prev_day` and `Time#next_day`bogdanvlviv2017-10-241-6/+6
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-7/+7
* | Simplify API documentation of methods that return a Durationbogdanvlviv2017-10-242-33/+10
|/
* Make clear that Time core extensions are split between Numeric and IntegerJoão Fernandes2017-10-242-6/+10
* Merge pull request #30961 from q-centrix/performance-improvement-acts-likeRafael França2017-10-231-1/+10
|\
| * Performance improvements for acts_like? method.Dillon Welch2017-10-231-1/+10
* | Fix #to_json for unreadable IO objects, fixes #26132Paul Kuruvilla2017-10-231-0/+6
* | [Active Support] require_relative => requireAkira Matsuda2017-10-2159-188/+188
* | Let Hash#slice return a HashAkira Matsuda2017-10-211-1/+1
* | Move HWIA specific logic for slice and slice! to HWIA classAkira Matsuda2017-10-211-2/+0
* | Hash#slice is in Ruby 2.5+Akira Matsuda2017-10-211-1/+1
* | Remove obsolete documentation [ci skip]Max Felsher2017-10-191-3/+0
|/
* Fix `to_s(:db)` for range comprising of alphabets.Aditya Kapoor2017-10-161-1/+7
* Fix formatting of `Time.use_zone` [ci skip]yuuji.yaginuma2017-10-041-4/+4
* Remove redundant require_relative "module/anonymous" and "module/reachable"bogdanvlviv2017-09-171-3/+0
* Deprecate `Module#reachable?` methodbogdanvlviv2017-09-171-0/+1
* Hash#transform_keys is in Ruby 2.5+Akira Matsuda2017-09-011-2/+2
* Self-alias doesn't suppress the warning on Ruby 2.2Matthew Draper2017-09-011-8/+17
* Clarify intentions around method redefinitionsMatthew Draper2017-09-019-54/+69
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* faster implementation of Hash#deep_mergeM. Simon Borg2017-08-161-12/+6
* Test for the new exception of delegate_missing_to (#30191)Anton Khamets2017-08-121-3/+9
* Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-0/+2
* Remove unused `LoadError::REGEXPS` constantyuuji.yaginuma2017-08-041-7/+0
* Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-021-0/+2
* Merge pull request #29758 from glaucocustodio/patch-1 [ci skip]Sean Griffin2017-07-171-0/+10
|\
| * Add documentation for class_attribute optionsGlauco Custódio2017-07-171-0/+10
* | Merge branch 'master' into make-reverse-merge-bang-order-consistentSean Griffin2017-07-17114-311/+633
|\ \
| * | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-11114-0/+114
| |/
| * Merge pull request #29728 from kirs/frozen-activesupportMatthew Draper2017-07-09114-0/+114
| |\
| | * Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-09114-0/+114
| * | Use `map` in `delegate` so that actual prefixed method names are returned, if...Krzysztof Zych2017-07-051-1/+1
| |/
| * [Active Support] require => require_relativeAkira Matsuda2017-07-0159-187/+187
| * Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-1/+1
| * Implement mattr_acessor :default optionGenadi Samokovarov2017-06-031-24/+19
| * Add next occur and previous occurred day of week API (#26600)Shota Iguchi2017-05-301-0/+16
| * Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+11
| * Assorted delegate_missing_to doc fixesT.J. Schuck2017-05-041-22/+17
| * Add missing require for `remove_possible_method`Eugene Kenny2017-04-281-0/+1
| * Add commaJon Moss2017-04-201-1/+1