| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] Fix Active Support Changelog about :race_condition_ttl | Mehmet Emin INAC | 2017-12-12 | 1 | -1/+1 |
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -0/+5 |
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -0/+2 |
* | Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-... | Rafael Mendonça França | 2017-11-25 | 1 | -0/+8 |
|\ |
|
| * | Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`, | Vipul A M | 2017-06-07 | 1 | -0/+8 |
* | | Make ActiveSupport::TimeZone.all independent of previous lookups (#31176) | Chris LaRose | 2017-11-22 | 1 | -0/+7 |
* | | MemCacheStore: Support expiring counters | Takumasa Ochi | 2017-11-20 | 1 | -0/+13 |
* | | Handle `TZInfo::AmbiguousTime` errors | Andrew White | 2017-11-15 | 1 | -0/+27 |
* | | Fix activesupport/CHANGELOG.md [ci skip] | bogdanvlviv | 2017-11-14 | 1 | -27/+29 |
* | | Cache: Enable compression by default for values > 1kB. | Jeremy Daer | 2017-11-13 | 1 | -0/+12 |
* | | Built-in Redis cache store | Jeremy Daer | 2017-11-13 | 1 | -0/+38 |
* | | :scissors: | Ryuta Kamizono | 2017-11-10 | 1 | -2/+2 |
* | | Allow `Range#include?` on TWZ ranges | Andrew White | 2017-11-08 | 1 | -0/+13 |
* | | Fix acronym support in `humanize` | Andrew White | 2017-11-06 | 1 | -0/+11 |
* | | Allows pass argument for `Time#prev_year` and `Time#next_year`. | bogdanvlviv | 2017-10-24 | 1 | -0/+27 |
* | | Allows pass argument for `Time#prev_month` and `Time#next_month` | bogdanvlviv | 2017-10-24 | 1 | -0/+27 |
* | | Allows pass argument for `Time#prev_day` and `Time#next_day` | bogdanvlviv | 2017-10-24 | 1 | -0/+27 |
* | | Merge pull request #30953 from rohitpaulk/fix-io-to-json | Rafael Mendonça França | 2017-10-23 | 1 | -0/+8 |
|\ \ |
|
| * | | Fix #to_json for unreadable IO objects, fixes #26132 | Paul Kuruvilla | 2017-10-23 | 1 | -0/+8 |
* | | | Remove deprecated `halt_callback_chains_on_return_false` option | Rafael Mendonça França | 2017-10-23 | 1 | -0/+4 |
* | | | Remove deprecated `:if` and `:unless` string filter for callbacks | Rafael Mendonça França | 2017-10-23 | 1 | -0/+4 |
|/ / |
|
* | | Let Hash#slice return a Hash | Akira Matsuda | 2017-10-21 | 1 | -0/+4 |
* | | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-10-04 | 1 | -4/+4 |
* | | Deprecate secret_token, long since usurped by secret_key_base. | Kasper Timm Hansen | 2017-09-28 | 1 | -0/+12 |
* | | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer... | yuuji.yaginuma | 2017-09-27 | 1 | -0/+4 |
* | | Add key rotation message Encryptor and Verifier | Michael Coyne | 2017-09-23 | 1 | -0/+11 |
* | | Deprecate `Module#reachable?` method | bogdanvlviv | 2017-09-17 | 1 | -0/+4 |
* | | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 1 | -0/+19 |
* | | Test for the new exception of delegate_missing_to (#30191) | Anton Khamets | 2017-08-12 | 1 | -0/+5 |
* | | Lint activesupport/CHANGELOG.md | Jon Moss | 2017-08-06 | 1 | -7/+7 |
* | | Add backticks around String#camelize | Ryuta Kamizono | 2017-08-04 | 1 | -2/+2 |
* | | Fix changelog format | Sean Griffin | 2017-08-03 | 1 | -1/+0 |
* | | Update String#camelize to provide feedback when wrong option is passed | Ricardo Díaz | 2017-08-02 | 1 | -0/+18 |
* | | Add missing support for modulo operations on durations | Sayan Chakraborty | 2017-07-28 | 1 | -0/+22 |
* | | Fix division where a duration is the denominator | Andrew White | 2017-07-27 | 1 | -0/+10 |
* | | [ci skip] Remove superfluous paragraphs; fully qualify constants. | Kasper Timm Hansen | 2017-07-24 | 1 | -8/+2 |
* | | add to changelog: purpose and expiry support | Assain | 2017-07-24 | 1 | -0/+28 |
* | | Merge branch 'master' into make-reverse-merge-bang-order-consistent | Sean Griffin | 2017-07-17 | 1 | -537/+60 |
|\ \ |
|
| * | | Added time helper method `freeze_time` which is an alias for `travel_to Time.... | प्रथमेश Sonpatki | 2017-07-10 | 1 | -0/+4 |
| * | | [ci skip] Add changelog entry for 6d402c6 | Kasper Timm Hansen | 2017-06-11 | 1 | -0/+7 |
| * | | Cache: write_multi (#29366) | Jeremy Daer | 2017-06-06 | 1 | -0/+14 |
| |/ |
|
| * | Fix indentation + Add backticks [ci skip] | Ryuta Kamizono | 2017-06-06 | 1 | -2/+4 |
| * | Implement mattr_acessor :default option | Genadi Samokovarov | 2017-06-03 | 1 | -0/+9 |
| * | Add next occur and previous occurred day of week API (#26600) | Shota Iguchi | 2017-05-30 | 1 | -0/+4 |
| * | Fix indentation + remove blank line | Jon Moss | 2017-05-29 | 1 | -4/+4 |
| * | Add backticks | Jon Moss | 2017-05-29 | 1 | -1/+1 |
| * | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 1 | -0/+11 |
| * | Merge pull request #29097 from EilisHamilton/fix_uncountable_pluralization_lo... | Matthew Draper | 2017-05-28 | 1 | -0/+4 |
| |\ |
|
| | * | Fix pluralization of uncountables when given a locale | Eilis Hamilton | 2017-05-19 | 1 | -0/+4 |
| * | | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single... | David Heinemeier Hansson | 2017-05-26 | 1 | -0/+5 |