| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Style/DefWithParentheses` rubocop rule | Ryuta Kamizono | 2017-11-27 | 1 | -1/+1 |
* | Renove duplicated and wrong test | Rafael Mendonça França | 2017-11-25 | 1 | -5/+0 |
* | Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-... | Rafael Mendonça França | 2017-11-25 | 1 | -0/+11 |
|\ |
|
| * | Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`, | Vipul A M | 2017-06-07 | 1 | -0/+11 |
* | | 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/+16 |
* | | Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlock | Matthew Draper | 2017-11-18 | 1 | -0/+55 |
|\ \ |
|
| * | | Prevent deadlocks with load interlock and DB lock. | Brent Wheeldon | 2017-11-09 | 1 | -0/+55 |
* | | | Handle `TZInfo::AmbiguousTime` errors | Andrew White | 2017-11-15 | 2 | -0/+38 |
* | | | These strings should already be frozen where ruby accepts the magic-comment | Akira Matsuda | 2017-11-15 | 1 | -2/+2 |
* | | | Cache: Enable compression by default for values > 1kB. | Jeremy Daer | 2017-11-13 | 2 | -3/+20 |
* | | | Built-in Redis cache store | Jeremy Daer | 2017-11-13 | 3 | -3/+162 |
* | | | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflections | Matthew Draper | 2017-11-14 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Deprecate ActiveSupport::Inflector#acronym_regex | Nick LaMuro | 2017-10-28 | 1 | -0/+6 |
* | | | | Merge pull request #30893 from y-yagi/verify_credentials_format_before_saving | Kasper Timm Hansen | 2017-11-13 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | Verify credentials format before saving | yuuji.yaginuma | 2017-11-13 | 1 | -0/+8 |
* | | | | | Bump RuboCop to 0.51.0 | Koichi ITO | 2017-11-10 | 1 | -1/+1 |
* | | | | | Merge pull request #31027 from PHedkvist/inflector_test_type | Rafael França | 2017-11-09 | 2 | -2/+2 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Fixed typo in test for activesupport parameterize | Pierre Hedkvist | 2017-11-01 | 2 | -2/+2 |
* | | | | | Merge pull request #31081 from rails/allow-include-time-with-zone-range | Andrew White | 2017-11-09 | 1 | -3/+6 |
|\ \ \ \ \ |
|
| * | | | | | Allow `Range#include?` on TWZ ranges | Andrew White | 2017-11-08 | 1 | -3/+6 |
* | | | | | | Use plain assert in assert_changes to avoid MT6 refutes | Genadi Samokovarov | 2017-11-07 | 1 | -2/+3 |
|/ / / / / |
|
* | | | | | Fix acronym support in `humanize` | Andrew White | 2017-11-06 | 1 | -0/+13 |
* | | | | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon... | Andrew White | 2017-11-06 | 4 | -24/+50 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Allows pass argument for `Time#prev_year` and `Time#next_year`. | bogdanvlviv | 2017-10-24 | 4 | -12/+16 |
| * | | | | Allows pass argument for `Time#prev_month` and `Time#next_month` | bogdanvlviv | 2017-10-24 | 4 | -12/+24 |
| * | | | | Allows pass argument for `Time#prev_day` and `Time#next_day` | bogdanvlviv | 2017-10-24 | 1 | -0/+10 |
* | | | | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns | Rafael França | 2017-10-31 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -4/+4 |
| |/ / / / |
|
* / / / / | removed unnecessary semicolons | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #30953 from rohitpaulk/fix-io-to-json | Rafael Mendonça França | 2017-10-23 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Fix #to_json for unreadable IO objects, fixes #26132 | Paul Kuruvilla | 2017-10-23 | 1 | -0/+4 |
| | |/ /
| |/| | |
|
* / | | | Remove deprecated `:if` and `:unless` string filter for callbacks | Rafael Mendonça França | 2017-10-23 | 1 | -15/+7 |
|/ / / |
|
* / / | Fix `to_s(:db)` for range comprising of alphabets. | Aditya Kapoor | 2017-10-16 | 1 | -0/+5 |
|/ / |
|
* | | Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle... | Erich Soares Machado | 2017-10-03 | 1 | -0/+1 |
* | | Remove unused `new_credentials_configuration` | yuuji.yaginuma | 2017-10-01 | 1 | -8/+0 |
* | | Testing to ensure both bang and non-bang methods behaves consistently | Ryuta Kamizono | 2017-09-30 | 1 | -0/+23 |
* | | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer... | yuuji.yaginuma | 2017-09-27 | 1 | -0/+7 |
* | | Fix minor CodeClimate issue | dixpac | 2017-09-25 | 1 | -1/+1 |
* | | Fix RotationConfiguration test and remove nil-kind rotates. | Kasper Timm Hansen | 2017-09-24 | 1 | -25/+7 |
* | | Remove advanced key generator rotations from verifier/encryptor. | Kasper Timm Hansen | 2017-09-24 | 2 | -164/+60 |
* | | Infer options from the primary verifier. | Kasper Timm Hansen | 2017-09-24 | 2 | -8/+20 |
* | | Add key rotation message Encryptor and Verifier | Michael Coyne | 2017-09-23 | 3 | -0/+251 |
* | | Make bang version work with `InheritableOptions` | yuuji.yaginuma | 2017-09-23 | 1 | -0/+13 |
* | | Deprecate `Module#reachable?` method | bogdanvlviv | 2017-09-17 | 1 | -10/+18 |
* | | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 2 | -0/+115 |
* | | Suppress "unused variable" in Ruby 2.5 | Akira Matsuda & yui-knk | 2017-09-01 | 1 | -3/+4 |
* | | Pass missing name attribute to execute_hook | Alberto Almagro | 2017-08-16 | 1 | -4/+9 |
* | | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -2/+2 |
* | | Allow lazy load hooks to be executed only once | Alberto Almagro | 2017-08-14 | 1 | -0/+37 |