aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-296-12/+35
* Merge pull request #26628 from mjhoy/fix-number-to-human-25742Eileen M. Uchitelle2017-05-295-30/+79
|\
| * number_to_human_converter: round before calculating exponentMichael Hoy2017-03-162-4/+8
| * number_to_rounded_converter: extract rounding logicMichael Hoy2017-03-163-26/+71
* | Merge pull request #29074 from kamipo/remove_returning_true_in_internal_callb...Kasper Timm Hansen2017-05-281-4/+0
|\ \
| * | Remove returning true in internal callbacksRyuta Kamizono2017-05-141-4/+0
* | | Merge pull request #29097 from EilisHamilton/fix_uncountable_pluralization_lo...Matthew Draper2017-05-283-6/+20
|\ \ \
| * | | Fix pluralization of uncountables when given a localeEilis Hamilton2017-05-193-6/+20
* | | | Clear all current instances before a reload.Kasper Timm Hansen2017-05-282-2/+8
* | | | Remove double Thread.current storage.Kasper Timm Hansen2017-05-281-5/+3
* | | | Use non-raising finder.Kasper Timm Hansen2017-05-271-1/+1
* | | | [ci skip] Fix spelling that's a bit of an overreach.Kasper Timm Hansen2017-05-271-1/+1
* | | | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-265-0/+297
* | | | Merge pull request #29234 from y-yagi/remove_unused_test_classGuillermo Iguaran2017-05-261-3/+0
|\ \ \ \
| * | | | Remove unused test classyuuji.yaginuma2017-05-261-3/+0
* | | | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-2610-20/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Define path with __dir__bogdanvlviv2017-05-2310-20/+20
* | | | | Fix a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-2/+0
|/ / / /
* | | | Merge pull request #29163 from rails/fix-scalar-duration-calculationAndrew White2017-05-213-6/+91
|\ \ \ \
| * | | | Fix implicit calculations with scalars and durationsAndrew White2017-05-203-6/+91
* | | | | Remove unused mismatch payload attributeDavid Heinemeier Hansson2017-05-201-5/+1
|/ / / /
* / / / Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_keyDavid Heinemeier Hansson2017-05-191-4/+5
|/ / /
* | | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-05-191-1/+1
* | | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-184-18/+164
* | | Merge pull request #29086 from mikeycgto/message-encryptor-auth-tag-checkKasper Timm Hansen2017-05-152-8/+20
|\ \ \
| * | | Updates to MessageEncryptor AEAD testsMichael Coyne2017-05-151-10/+14
| * | | Fix for AEAD auth_tag check in MessageEncryptorMichael Coyne2017-05-152-1/+9
* | | | Don't cache locally if unless_exist was passedEugene Kenny2017-05-142-1/+14
| |/ / |/| |
* | | Merge pull request #29034 from peterjm/handle_loops_in_exception_handlingRafael França2017-05-112-3/+41
|\ \ \
| * | | handle loops in the cause chain in Rescuable#rescue_with_handlerPeter McCracken2017-05-102-3/+41
* | | | Should escape meta characters in regexpRyuta Kamizono2017-05-072-3/+3
|/ / /
* | | Update test names to match method nameT.J. Schuck2017-05-041-6/+6
* | | Assorted delegate_missing_to doc fixesT.J. Schuck2017-05-041-22/+17
* | | Merge pull request #28930 from kamipo/use_flat_mapRafael França2017-05-011-2/+2
|\ \ \
| * | | Use `flat_map` rather than `map(&:...).flatten`Ryuta Kamizono2017-04-291-2/+2
* | | | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-0/+1
|/ / /
* | | Add missing require for `remove_possible_method`Eugene Kenny2017-04-281-0/+1
* | | Merge pull request #28831 from kamipo/respond_to_missing_should_be_privateRafael França2017-04-251-5/+5
|\ \ \
| * | | `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-5/+5
* | | | Remove checks for Enumerator#size methodEugene Kenny2017-04-251-4/+2
|/ / /
* | | Add commaJon Moss2017-04-201-1/+1
* | | Merge pull request #28582 from sbull/activejob-error-loggingRafael França2017-04-201-0/+2
|\ \ \
| * | | Add error logging to Active JobSteven Bull2017-03-271-0/+2
* | | | Fixes Hash.from_xml with frozen strings for all backendsJosh Nussbaum2017-04-205-13/+9
* | | | Remove outdated commentMarion Bouguet2017-04-201-1/+0
* | | | Send deprecation horizon and gem name as arguments to deprecation heavier han...Willem van Bergen2017-04-195-16/+56
* | | | Merge pull request #28790 from tjschuck/require_as_time_in_testing_time_helpersRafael França2017-04-181-0/+1
|\ \ \ \
| * | | | Explicitly require AS::Time in AS::Testing::TimeHelpersT.J. Schuck2017-04-181-0/+1
* | | | | Fix Enumerable#sum redefined warningFumiaki MATSUSHIMA2017-04-181-23/+45
|/ / / /
* | | | Add missing periodsJon Moss2017-04-171-2/+2