aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-134-14/+41
* | | | | Built-in Redis cache storeJeremy Daer2017-11-136-15/+637
* | | | | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflectionsMatthew Draper2017-11-145-8/+29
|\ \ \ \ \
| * | | | | Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-284-5/+14
| * | | | | Cache regexps generated from acronym_regexNick LaMuro2017-10-232-6/+18
* | | | | | Merge pull request #30893 from y-yagi/verify_credentials_format_before_savingKasper Timm Hansen2017-11-132-1/+15
|\ \ \ \ \ \
| * | | | | | Verify credentials format before savingyuuji.yaginuma2017-11-132-1/+15
* | | | | | | Remove unused requireyuuji.yaginuma2017-11-121-2/+0
* | | | | | | :scissors:Ryuta Kamizono2017-11-101-2/+2
* | | | | | | Merge pull request #31065 from bogdan/cleanup-cache-keyAndrew White2017-11-101-26/+11
|\ \ \ \ \ \ \
| * | | | | | | Remove code duplication in ActiveSupport::CacheBogdan Gusiev2017-11-091-26/+11
* | | | | | | | Remove unused requireyuuji.yaginuma2017-11-101-1/+0
* | | | | | | | Bump RuboCop to 0.51.0Koichi ITO2017-11-101-1/+1
* | | | | | | | Merge pull request #31027 from PHedkvist/inflector_test_typeRafael França2017-11-092-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fixed typo in test for activesupport parameterizePierre Hedkvist2017-11-012-2/+2
* | | | | | | | Merge pull request #31081 from rails/allow-include-time-with-zone-rangeAndrew White2017-11-095-4/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow `Range#include?` on TWZ rangesAndrew White2017-11-085-4/+46
* | | | | | | | | Use plain assert in assert_changes to avoid MT6 refutesGenadi Samokovarov2017-11-072-9/+5
|/ / / / / / / /
* | | | | | | | Resolve Minitest 6 deprecation in assert_no_changesDan Ott2017-11-061-1/+6
* | | | | | | | Fix acronym support in `humanize`Andrew White2017-11-063-1/+25
* | | | | | | | Merge pull request #31066 from Leyka/patch-1Andrew White2017-11-061-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix french spelling mistake Skander2017-11-061-6/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon...Andrew White2017-11-066-40/+155
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-246-17/+52
| * | | | | | | Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-246-17/+60
| * | | | | | | Allows pass argument for `Time#prev_day` and `Time#next_day`bogdanvlviv2017-10-243-6/+43
* | | | | | | | Merge pull request #31014 from aditya-kapoor/doc-fixesEileen M. Uchitelle2017-11-041-1/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | [ci skip] show the correct example to demonstrate inflections.Aditya Kapoor2017-11-011-1/+7
* | | | | | | | | Remove unused `calculate_rounded_number` and `digit_count`yuuji.yaginuma2017-11-041-8/+0
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-7/+7
|/ / / / / / /
* | | | | | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-315-8/+8
|\ \ \ \ \ \ \
| * | | | | | | removed unnecessary returnsShuhei Kitagawa2017-10-285-8/+8
* | | | | | | | removed unnecessary semicolonsShuhei Kitagawa2017-10-281-1/+1
|/ / / / / / /
* / / / / / / 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
* | | | | | | Merge pull request #30953 from rohitpaulk/fix-io-to-jsonRafael Mendonça França2017-10-233-0/+18
|\ \ \ \ \ \ \
| * | | | | | | Fix #to_json for unreadable IO objects, fixes #26132Paul Kuruvilla2017-10-233-0/+18
| | |_|/ / / / | |/| | | | |
* | | | | | | Remove deprecated `halt_callback_chains_on_return_false` optionRafael Mendonça França2017-10-232-12/+4
* | | | | | | Remove deprecated `:if` and `:unless` string filter for callbacksRafael Mendonça França2017-10-233-48/+33
|/ / / / / /
* | | | | | [Active Support] require_relative => requireAkira Matsuda2017-10-21129-386/+386
* | | | | | Let Hash#slice return a HashAkira Matsuda2017-10-212-1/+5
* | | | | | Move HWIA specific logic for slice and slice! to HWIA classAkira Matsuda2017-10-212-2/+10
* | | | | | 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-162-1/+12
|/ / / /
* | | | Fix documentation [ci skip]Rafael Mendonça França2017-10-101-1/+1
* | | | Merge pull request #30789 from erichmachado/file-store-cache-cleanup-fixGeorge Claghorn2017-10-082-3/+3
|\ \ \ \
| * | | | Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...Erich Soares Machado2017-10-032-3/+3