aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * Fix Enumerable#sum redefined warningFumiaki MATSUSHIMA2017-04-181-23/+45
| * Add missing periodsJon Moss2017-04-171-2/+2
| * Add (more) documentation to to_timeKen Mayer2017-04-171-0/+3
| * Merge pull request #28638 from bogdanvlviv/prepend_and_append_in_rubyKasper Timm Hansen2017-04-151-2/+2
| |\
| | * Prevent aliases Array#append and Array#prependbogdanvlviv2017-04-021-2/+2
| * | Add additional options to time `change` methodsAndrew White2017-04-141-15/+21
| * | delegate_missing_to should fall back to superMatthew Draper2017-04-091-1/+1
| * | delegate_to_missing doesn't delegate private methodsMatthew Draper2017-04-091-1/+4
| |/
| * Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+2
| * Use keyword arguments instead of hashRafael Mendonça França2017-03-281-4/+4
| * Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-281-9/+19
| |\
| | * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-211-9/+19
| * | Fix doc format for `duplicable?` [ci skip]yuuji.yaginuma2017-03-251-6/+6
| * | Remove unnecessary ruby version comments [ci skip]Vipul A M2017-03-241-2/+2
| * | Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-231-12/+22
| * | Cleanup documentation fixes (#28460)Vipul A M2017-03-171-2/+2
| * | Merge pull request #28445 from denniszelada/feature-documentation-with_optionsVipul A M2017-03-171-0/+11
| |\ \
| | * | Add documentation to use with_options in the same class [ci skip]Dennis Zelada2017-03-161-0/+11
| * | | Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-163-5/+13
| * | | Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-162-6/+9
| |\ \ \
| | * | | Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-062-6/+9
| | |/ /