aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* [ci skip] Add :private option to delegation docYoshiyuki Hirano2018-04-051-1/+2
* Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-314-6/+10
* Merge pull request #32185 from nholden/human_readable_date_time_comparisonsRafael França2018-03-263-0/+6
|\
| * Add `before?` and `after?` methods to date and time classesNick Holden2018-03-063-0/+6
* | Remove unused variableRafael Mendonça França2018-03-221-1/+0
* | Ruby 2.6 will not require monkey patched `URI#unescape`Yasuo Honda2018-03-221-9/+1
* | Only apply monkey-patch if detected to be requiredAshe Connor2018-03-091-2/+9
* | Merge pull request #32183 from kivikakk/uri-ext-fixEileen M. Uchitelle2018-03-071-1/+1
|\ \ | |/ |/|
| * URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-071-1/+1
* | [ci skip] Hide internal docs from root AS moduleAshe Connor2018-03-061-0/+1
|/
* [ci skip] Fix grammar in delegate, private: true docs.Kasper Timm Hansen2018-03-041-5/+4
* Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-022-26/+2
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-022-27/+2
* Add separate test to ensure that `delegate` with `:private` option returns co...bogdanvlviv2018-02-281-5/+5
* add private: true option for ActiveSupport delegateTomas Valent2018-02-261-2/+23
* Remove native `Array#sum` and `Enumerable#sum` detection (#32102)Ryuta Kamizono2018-02-261-63/+44
* String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-181-0/+41
* `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-171-1/+3
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-176-46/+12
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-17/+8
* PERF: symbolize ivar, to reduce dupesSam2018-02-151-1/+1
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-2/+2
* Fix "the the " [ci skip]Ryuta Kamizono2018-01-101-1/+1
* Merge pull request #29685 from ayanko/fix-slow-name-error-missing-nameRyuta Kamizono2018-01-101-0/+5
|\
| * Fix performance issue with NameError#missing_name on ruby >= v2.3.0.Andriy Yanko2017-07-101-0/+5
* | Merge pull request #31049 from gwincr11/cg-blankRyuta Kamizono2018-01-041-1/+10
|\ \
| * | Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-171-1/+10
* | | Remove undefined `track_deletion` callback [ci skip]Ryuta Kamizono2018-01-031-3/+0
* | | Clarify docs for delegate :allow_nil optionJay Hayes2017-12-151-5/+2
* | | 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