aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #33800 from aeroastro/feature/doc-change-for-blankXavier Noria2018-09-131-1/+1
|\
| * Revert falsey with example reorderedTakumasa Ochi2018-09-141-2/+2
| * Improve API document on Object#blank?Takumasa Ochi2018-09-061-2/+2
* | Faster multiple_of? methodrigani2018-09-121-1/+1
* | SafeBuffer should maintain safety upon getting a slice via a range if origina...Yumin Wong2018-08-311-3/+1
|/
* 20% faster `try`Sean Griffin2018-08-291-8/+7
* 32% Faster Object#tryschneems2018-08-291-1/+10
* Refactor `Array#extract!`bogdanvlviv2018-08-141-7/+7
* Add `Array#extract!`bogdanvlviv2018-08-142-0/+22
* Fix example in thread_mattr_accessor documentationFabian Mersch2018-07-311-1/+1
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-294-4/+0
* Update with_options.rbDaniel Amireh2018-07-251-1/+1
* e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-2/+5
* Merge pull request #33106 from marcandre/datecalcRafael Mendonça França2018-06-111-15/+12
|\
| * Use fetch for better error handlingMarc-Andre Lafortune2018-06-091-2/+2
| * Use same weekday correspondance as Date#wday.Marc-Andre Lafortune2018-06-091-13/+10
|/
* Add `ActiveSupport::CompareWithRange` to API docsbogdanvlviv2018-06-071-1/+1
* Don't expose `Enumerable#_original_sum_with_required_identity` which is inter...yuuji.yaginuma2018-06-041-1/+5
* Improve grammar for DateAndTime before? and after? calculations [ci skip]Aaron Sumner2018-05-241-2/+2
* Allow Range#=== and Range#cover? on Rangeutilum2018-05-223-23/+68
* Add Enumerable#index_with.Kasper Timm Hansen2018-05-211-1/+25
* Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-041-1/+1
* Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
* Don't doc _original_sum_with_required_identityChris Arcand2018-04-121-1/+1
* [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
|\ \