aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer...yuuji.yaginuma2017-09-271-0/+4
* | Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+11
* | Deprecate `Module#reachable?` methodbogdanvlviv2017-09-171-0/+4
* | Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-0/+19
* | Test for the new exception of delegate_missing_to (#30191)Anton Khamets2017-08-121-0/+5
* | Lint activesupport/CHANGELOG.mdJon Moss2017-08-061-7/+7
* | Add backticks around String#camelizeRyuta Kamizono2017-08-041-2/+2
* | Fix changelog formatSean Griffin2017-08-031-1/+0
* | Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-021-0/+18
* | Add missing support for modulo operations on durationsSayan Chakraborty2017-07-281-0/+22
* | Fix division where a duration is the denominatorAndrew White2017-07-271-0/+10
* | [ci skip] Remove superfluous paragraphs; fully qualify constants.Kasper Timm Hansen2017-07-241-8/+2
* | add to changelog: purpose and expiry supportAssain2017-07-241-0/+28
* | Merge branch 'master' into make-reverse-merge-bang-order-consistentSean Griffin2017-07-171-537/+60
|\ \
| * | Added time helper method `freeze_time` which is an alias for `travel_to Time....प्रथमेश Sonpatki2017-07-101-0/+4
| * | [ci skip] Add changelog entry for 6d402c6Kasper Timm Hansen2017-06-111-0/+7
| * | Cache: write_multi (#29366)Jeremy Daer2017-06-061-0/+14
| |/
| * Fix indentation + Add backticks [ci skip]Ryuta Kamizono2017-06-061-2/+4
| * Implement mattr_acessor :default optionGenadi Samokovarov2017-06-031-0/+9
| * Add next occur and previous occurred day of week API (#26600)Shota Iguchi2017-05-301-0/+4
| * Fix indentation + remove blank lineJon Moss2017-05-291-4/+4
| * Add backticksJon Moss2017-05-291-1/+1
| * Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-0/+11
| * Merge pull request #29097 from EilisHamilton/fix_uncountable_pluralization_lo...Matthew Draper2017-05-281-0/+4
| |\
| | * Fix pluralization of uncountables when given a localeEilis Hamilton2017-05-191-0/+4
| * | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-261-0/+5
| * | Fix implicit calculations with scalars and durationsAndrew White2017-05-201-0/+22
| |/
| * Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-05-191-1/+1
| * Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-0/+6
| * Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-0/+1
| * Send deprecation horizon and gem name as arguments to deprecation heavier han...Willem van Bergen2017-04-191-0/+4
| * Add additional options to time `change` methodsAndrew White2017-04-141-0/+10
| * Move CHANGELOG.md entry from Active Support to Action PackJon Moss2017-04-111-13/+1
| * Add action_controller_api, action_controller_base on_load hookJulian Nadeau2017-04-101-1/+13
| * Implement `fetch_values` for HashWithIndifferentAccess (#28316)Josh Pencheon2017-04-101-0/+6
| * minor CHANGELOG formatting changes. [ci skip]Yves Senn2017-03-261-1/+0
| * No need to have an entry that was included in 5.1 in 5.2Rafael Mendonça França2017-03-221-11/+0
| * Add AS::Deprecation::DeprecatedConstantAccessorDominic Cleal2017-03-221-0/+12
| * Start Rails 5.2 developmentMatthew Draper2017-03-221-628/+1
| * Move new CHANGELOG entry to the top [ci skip]yuuji.yaginuma2017-03-161-7/+7
| * Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-161-0/+7
| |\
| | * Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-061-0/+7
| * | Remove implicit coercion deprecation of durationsAndrew White2017-03-151-0/+16
| * | Lint activesupport/CHANGELOG.mdJon Moss2017-03-131-8/+10
| * | Fix indentation and formatting in CHANGELOGs [ci skip]Ryuta Kamizono2017-03-111-17/+17
| * | Fix typo `titlelize` -> `titleize` [ci skip]yuuji.yaginuma2017-03-071-2/+2
| * | Update `titlelize` regex to allow apostrophesAndrew White2017-03-061-0/+16
* | | Add CHANGELOG entry [skip ci]Erol Fornoles2017-03-061-0/+4
|/ /
* | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-031-0/+6
* | Add `Time.rfc3339` parsing methodAndrew White2017-03-031-0/+8