Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #28668 from Dorian/mention-time-parse-argument-error | Aaron Patterson | 2017-07-05 | 2 | -1/+13 |
|\ | | | | | Mention Time.zone.parse possibly throwing ArgumentError | ||||
| * | Mention and test for possible ArgumentError when parsing times | Dorian Marié | 2017-04-08 | 2 | -1/+13 |
| | | |||||
* | | Fix warning: `*' interpreted as argument prefix | Ryuta Kamizono | 2017-07-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | ``` /Users/kamipo/src/github.com/rails/rails/activesupport/test/core_ext/module_test.rb:402: warning: `*' interpreted as argument prefix /Users/kamipo/src/github.com/rails/rails/activesupport/test/core_ext/module_test.rb:420: warning: `*' interpreted as argument prefix ``` | ||||
* | | Merge pull request #29687 from k3rni/private-prefixed-delegate | Matthew Draper | 2017-07-06 | 2 | -1/+39 |
|\ \ | | | | | | | | | | Return prefixed method names from `Module.delegate`, if using prefixes | ||||
| * | | Use `map` in `delegate` so that actual prefixed method names are returned, ↵ | Krzysztof Zych | 2017-07-05 | 2 | -1/+40 |
|/ / | | | | | | | if using prefix version. | ||||
* | | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 17 | -45/+46 |
|\ \ | |||||
| * | | Expectation first | Akira Matsuda | 2017-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 428 | -428/+0 |
| | | | | | | | | | | | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
| * | | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 428 | -0/+428 |
| |\ \ | | | | | | | | | | | | | Enforce frozen string in Rubocop | ||||
| | * | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 428 | -0/+428 |
| | | | | |||||
| * | | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 16 | -44/+45 |
| |\ \ \ | | | | | | | | | | | | | | | | Make ActiveSupport frozen-string-literal friendly. | ||||
| | * | | | Make ActiveSupport frozen string literal friendly. | Pat Allan | 2017-06-20 | 16 | -44/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ActiveSupport test suite only passes currently if it uses the latest unreleased commits for dalli, and a patch for Builder: https://github.com/tenderlove/builder/pull/6 Beyond that, all external dependencies (at least, to the extent they’re used by ActiveSupport) are happy, including Nokogiri as of 1.8.0. | ||||
* | | | | | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 129 | -383/+383 |
|/ / / / | |||||
* | / / | Fix the next version of Rails from 5.3 to 6.0 | Koichi ITO | 2017-06-30 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #29588 from greysteil/add-gemspec-links | Rafael França | 2017-06-28 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | Add source code and changelog links to gemspecs | ||||
| * | | | Add source code and changelog links to gemspecs | Grey Baker | 2017-06-28 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge pull request #29595 from fatkodima/result_lambda_class_checking | Rafael França | 2017-06-28 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Remove useless class checking for `ActiveSupport::Callbacks`s result_lambda | ||||
| * | | | | Remove useless class checking for `ActiveSupport::Callbacks`s result_lambda | fatkodima | 2017-06-27 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Fix typo in callback deprecation message | yuuji.yaginuma | 2017-06-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add more explicit guidance on how to fix callback deprecations | Sage Ross | 2017-06-23 | 1 | -2/+4 |
|/ / / | | | | | | | | | | This deprecation warning message will be more useful if it indicates what the string was doing — being eval'd — and what the non-deprecated options for callback conditionals are. | ||||
* / / | prepare for Minitest 6 | utilum | 2017-06-20 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #29140 from notEthan/log_subscribed_avoid_rescuing | Rafael França | 2017-06-16 | 1 | -2/+4 |
|\ \ | | | | | | | Log subscriber - avoid rescuing certain exceptions | ||||
| * | | check that logger is defined in log subscriber rescue before logging | Ethan | 2017-05-24 | 1 | -1/+3 |
| | | | |||||
| * | | lob subscriber should only rescue StandardError, not Exception | Ethan | 2017-05-24 | 1 | -1/+1 |
| | | | |||||
* | | | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 1 | -1/+1 |
| | | | |||||
* | | | Fix `Message::Encryptor` default cipher [ci skip] | yuuji.yaginuma | 2017-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Follow up of #29263 | ||||
* | | | [ci skip] Add changelog entry for 6d402c6 | Kasper Timm Hansen | 2017-06-11 | 1 | -0/+7 |
| | | | | | | | | | | | | [ Assain Jaleel & Kasper Timm Hansen ] | ||||
* | | | Merge pull request #29263 from assain/default_message_encryptor_to_gcm | Kasper Timm Hansen | 2017-06-11 | 2 | -4/+21 |
|\ \ \ | | | | | | | | | Default Message Encryptor Cipher to AES-256-GCM From AES-256-CBC | ||||
| * | | | set message_encryptor default cipher to aes-256-gcm | Assain | 2017-06-12 | 2 | -4/+21 |
| | | | | | | | | | | | | | | | | - Introduce a method to select default cipher, and maintain backward compatibility | ||||
* | | | | Cache: test coverage for cleanup behavior with local cache strategy | Eugene Kenny | 2017-06-10 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | No need to pass `#cleanup` options through to `LocalCache#clear`. Fixes #29081. References #25628. | ||||
* | | | | Revert #25628. Incomplete change + needs a deprecation cycle. | Jeremy Daer | 2017-06-10 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/rails/rails/issues/29067#issuecomment-301342084 for rationale. This reverts commit b76f82d714e590c20370e72fa36fa574c4f17650. Fixes #29067. Fixes #29081. | ||||
* | | | | Split up the cache test suite so it's easier to understand and extend (#29404) | Jeremy Daer | 2017-06-10 | 20 | -1359/+1383 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split up the caching tests as prep for adding a new cache store. Slices the mega test/caching_test.rb into behavior modules, concrete store tests, and cross-cutting store tests. Considering moving cache store behavior modules into lib/ so they may be used for acceptance testing by third parties. | ||||
* | | | | Merge pull request #29386 from y-yagi/remove_unreachable_code | Guillermo Iguaran | 2017-06-07 | 1 | -8/+1 |
|\ \ \ \ | | | | | | | | | | | Remove unreachable code | ||||
| * | | | | Remove unreachable code | yuuji.yaginuma | 2017-06-08 | 1 | -8/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | `Time.find_zone!` raise `ArgumentError` if invalid value is specified. https://github.com/rails/rails/blob/379a0b42daf0d8e14130db7fd886d05d8d88e3f2/activesupport/lib/active_support/core_ext/time/zones.rb#L97..L99 Therefore, the return value never becomes nil. | ||||
* / / / | Cache: write_multi (#29366) | Jeremy Daer | 2017-06-06 | 3 | -6/+100 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails.cache.write_multi foo: 'bar', baz: 'qux' Plus faster `fetch_multi` with stores that implement `write_multi_entries`. Keys that aren't found may be written to the cache store in one shot instead of separate writes. The default implementation simply calls `write_entry` for each entry. Stores may override if they're capable of one-shot bulk writes, like Redis `MSET`. | ||||
* | | | Fix indentation + Add backticks [ci skip] | Ryuta Kamizono | 2017-06-06 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #29294 from gsamokovarov/attributes-default | Kasper Timm Hansen | 2017-06-04 | 7 | -52/+79 |
|\ \ \ | | | | | | | | | Introduce mattr_accessor default option | ||||
| * | | | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 4 | -27/+14 |
| | | | | |||||
| * | | | Implement mattr_acessor :default option | Genadi Samokovarov | 2017-06-03 | 3 | -25/+65 |
| | | | | |||||
* | | | | Don't create extra assignment, just return | Vipul A M | 2017-06-04 | 1 | -3/+3 |
|/ / / | |||||
* | | | Add next occur and previous occurred day of week API (#26600) | Shota Iguchi | 2017-05-30 | 3 | -0/+42 |
| | | | |||||
* | | | Fix indentation + remove blank line | Jon Moss | 2017-05-29 | 1 | -4/+4 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Add backticks | Jon Moss | 2017-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Add missing "not" in the doc for `assert_no_changes` [ci skip] | Ryuta Kamizono | 2017-05-30 | 1 | -1/+1 |
| | | | |||||
* | | | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 6 | -12/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow a default value to be declared for class_attribute * Convert to using class_attribute default rather than explicit setter * Removed instance_accessor option by mistake * False is a valid default value * Documentation | ||||
* | | | Merge pull request #26628 from mjhoy/fix-number-to-human-25742 | Eileen M. Uchitelle | 2017-05-29 | 5 | -30/+79 |
|\ \ \ | | | | | | | | | round before calculating exponent in number_to_human_converter | ||||
| * | | | number_to_human_converter: round before calculating exponent | Michael Hoy | 2017-03-16 | 2 | -4/+8 |
| | | | | | | | | | | | | | | | | fixes #25664 | ||||
| * | | | number_to_rounded_converter: extract rounding logic | Michael Hoy | 2017-03-16 | 3 | -26/+71 |
| | | | | |||||
* | | | | Merge pull request #29074 from ↵ | Kasper Timm Hansen | 2017-05-28 | 1 | -4/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | kamipo/remove_returning_true_in_internal_callbacks Remove returning true in internal callbacks | ||||
| * | | | | Remove returning true in internal callbacks | Ryuta Kamizono | 2017-05-14 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | `display_deprecation_warning_for_false_terminator` was removed since 3a25cdc. |