| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #30893 from y-yagi/verify_credentials_format_before_saving | Kasper Timm Hansen | 2017-11-13 | 2 | -1/+15 |
|\ |
|
| * | Verify credentials format before saving | yuuji.yaginuma | 2017-11-13 | 2 | -1/+15 |
* | | Remove unused require | yuuji.yaginuma | 2017-11-12 | 1 | -2/+0 |
* | | :scissors: | Ryuta Kamizono | 2017-11-10 | 1 | -2/+2 |
* | | Merge pull request #31065 from bogdan/cleanup-cache-key | Andrew White | 2017-11-10 | 1 | -26/+11 |
|\ \ |
|
| * | | Remove code duplication in ActiveSupport::Cache | Bogdan Gusiev | 2017-11-09 | 1 | -26/+11 |
* | | | Remove unused require | yuuji.yaginuma | 2017-11-10 | 1 | -1/+0 |
* | | | 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 | 5 | -4/+46 |
|\ \ \ \ |
|
| * | | | | Allow `Range#include?` on TWZ ranges | Andrew White | 2017-11-08 | 5 | -4/+46 |
* | | | | | Use plain assert in assert_changes to avoid MT6 refutes | Genadi Samokovarov | 2017-11-07 | 2 | -9/+5 |
|/ / / / |
|
* | | | | Resolve Minitest 6 deprecation in assert_no_changes | Dan Ott | 2017-11-06 | 1 | -1/+6 |
* | | | | Fix acronym support in `humanize` | Andrew White | 2017-11-06 | 3 | -1/+25 |
* | | | | Merge pull request #31066 from Leyka/patch-1 | Andrew White | 2017-11-06 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | Fix french spelling mistake | Skander | 2017-11-06 | 1 | -6/+6 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon... | Andrew White | 2017-11-06 | 6 | -40/+155 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Allows pass argument for `Time#prev_year` and `Time#next_year`. | bogdanvlviv | 2017-10-24 | 6 | -17/+52 |
| * | | | Allows pass argument for `Time#prev_month` and `Time#next_month` | bogdanvlviv | 2017-10-24 | 6 | -17/+60 |
| * | | | Allows pass argument for `Time#prev_day` and `Time#next_day` | bogdanvlviv | 2017-10-24 | 3 | -6/+43 |
* | | | | Merge pull request #31014 from aditya-kapoor/doc-fixes | Eileen M. Uchitelle | 2017-11-04 | 1 | -1/+7 |
|\ \ \ \ |
|
| * | | | | [ci skip] show the correct example to demonstrate inflections. | Aditya Kapoor | 2017-11-01 | 1 | -1/+7 |
* | | | | | Remove unused `calculate_rounded_number` and `digit_count` | yuuji.yaginuma | 2017-11-04 | 1 | -8/+0 |
| |_|/ /
|/| | | |
|
* | | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -7/+7 |
|/ / / |
|
* | | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns | Rafael França | 2017-10-31 | 5 | -8/+8 |
|\ \ \ |
|
| * | | | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 5 | -8/+8 |
* | | | | removed unnecessary semicolons | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
|/ / / |
|
* / / | Simplify API documentation of methods that return a Duration | bogdanvlviv | 2017-10-24 | 2 | -33/+10 |
|/ / |
|
* | | Make clear that Time core extensions are split between Numeric and Integer | João Fernandes | 2017-10-24 | 2 | -6/+10 |
* | | Merge pull request #30961 from q-centrix/performance-improvement-acts-like | Rafael França | 2017-10-23 | 1 | -1/+10 |
|\ \ |
|
| * | | Performance improvements for acts_like? method. | Dillon Welch | 2017-10-23 | 1 | -1/+10 |
* | | | Merge pull request #30953 from rohitpaulk/fix-io-to-json | Rafael Mendonça França | 2017-10-23 | 3 | -0/+18 |
|\ \ \ |
|
| * | | | Fix #to_json for unreadable IO objects, fixes #26132 | Paul Kuruvilla | 2017-10-23 | 3 | -0/+18 |
* | | | | Remove deprecated `halt_callback_chains_on_return_false` option | Rafael Mendonça França | 2017-10-23 | 2 | -12/+4 |
* | | | | Remove deprecated `:if` and `:unless` string filter for callbacks | Rafael Mendonça França | 2017-10-23 | 3 | -48/+33 |
|/ / / |
|
* | | | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 129 | -386/+386 |
* | | | Let Hash#slice return a Hash | Akira Matsuda | 2017-10-21 | 2 | -1/+5 |
* | | | Move HWIA specific logic for slice and slice! to HWIA class | Akira Matsuda | 2017-10-21 | 2 | -2/+10 |
* | | | Hash#slice is in Ruby 2.5+ | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | | | Remove obsolete documentation [ci skip] | Max Felsher | 2017-10-19 | 1 | -3/+0 |
|/ / |
|
* / | Fix `to_s(:db)` for range comprising of alphabets. | Aditya Kapoor | 2017-10-16 | 2 | -1/+12 |
|/ |
|
* | Fix documentation [ci skip] | Rafael Mendonça França | 2017-10-10 | 1 | -1/+1 |
* | Merge pull request #30789 from erichmachado/file-store-cache-cleanup-fix | George Claghorn | 2017-10-08 | 2 | -3/+3 |
|\ |
|
| * | Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle... | Erich Soares Machado | 2017-10-03 | 2 | -3/+3 |
* | | Fix formatting of `Time.use_zone` [ci skip] | yuuji.yaginuma | 2017-10-04 | 1 | -4/+4 |
* | | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-10-04 | 1 | -4/+4 |
|/ |
|
* | 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 |
* | Deprecate secret_token, long since usurped by secret_key_base. | Kasper Timm Hansen | 2017-09-28 | 1 | -0/+12 |