2018-10-01ãã1ã¶æéã®è¨äºä¸è¦§
2018/10/30åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Add support for hash and url configs in database hash of ActiveRecord::Base.connected_to. Missing require "active_support/concern" activesupâ¦
2018/10/29åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Improve the logic that detects non-autoloaded constants. Improve the logic that detects non-autoloaded constants activesupport/lib/active_sâ¦
2018/10/28åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Use release dates for versions in Rails Guides index guides/source/documents.yamlã®ä¿®æ£ã§ãã Rails guideã®indexã§ãåãã¼ã¸ã§ã³ã®Release Notesã«ã¤ãã¦ãªãªã¼ã¹æ¥ã表è¨ããâ¦
2018/10/27åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Ignore empty condition on #construct_relation_for_exists activerecord/lib/active_record/relation/finder_methods.rbã®ä¿®æ£ã§ãã FinderMethods#construct_relation_for_existsã¡â¦
2018/10/26åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã Support default expression for MySQL. Support expression indexes for MySQL. assert_called_with should require args argument activesupport/lib/active_support/testing/mâ¦
2018/10/25åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activejob/CHANGELOG.md Include deserialized arguments in job instances returned from assert_enqueued_with and assert_performed_with Merge pull request #34034 from runâ¦
2018/10/24åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix typo of duplicated the [ci skip] docã®ä¿®æ£ã§ãã theãéè¤ãã¦ããç®æããã£ãã®ãä¿®æ£ãã¦ãã¾ãã Fully remove duplicated upgrade information [ci skip] rails guideã®Thâ¦
2018/10/23åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Use request object for context if there's no controller Apply mapping to symbols returned from dynamic CSP sources [ci skip] Clarify load_pathâ¦
2018/10/22åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Rename event variable activesupport/lib/active_support/subscriber.rbã®ä¿®æ£ã§ãã Subscriber#startã¡ã½ããã§ActiveSupport::Notifications::Event classã®ã¤ã³ã¹ã¿ã³ã¹ãæ ¼ç´ããâ¦
2018/10/21åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Merge pull request #34265 from olivierlacan/flexbox-guides-index https://github.com/rails/rails/commit/5943a5562eeea16afc5b809a1fcdd497ccec9465 Rails Guideã®ä¿®æ£ã§ãã ã¤ã³â¦
2018/10/20åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Add guides section on verbose query logs to Debugging rails guideã®Debugging Rails Applicationsã®ä¿®æ£ã§ãã verbose query logs ã«ã¤ãã¦èª¬æããVerbose Query Logsã®é ã追å â¦
2018/10/19åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Deprecate ActiveSupport::Multibyte::Unicode#pack_graphemes(array) and ActiveSuppport::Multibyte::Unicode#unpack_graphemes(string) in favor â¦
2018/10/18åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix generated Gemfile missing gems on jruby railties/lib/rails/generators/rails/app/templates/Gemfile.ttã®ä¿®æ£ã§ãã JRubyã§rails newãå®è¡ããå ´åã«ãããã©ã«ãã®Gemfileã«â¦
2018/10/17åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Refactored abstract MySQL adapter to support lazy version check. activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rbã®ä¿®æ£ã§ãã AbstractMysqlAdaptâ¦
2018/10/16åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Deprecate ActiveSupport::Multibyte::Chars.consumes? in favor of String#is_utf8?. activerecord/CHANGELOG.md Fix Collection cache key with liâ¦
2018/10/15åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Fix duration being rounded to a full second. Ensure to test that project.developers is ordered by developers.name desc activerecord/test/caâ¦
2018/10/14åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Bump mail to 2.7.1 Gemfile.lockã®ä¿®æ£ã§ãã mail gemã2.7.1ã«æ´æ°ãã¦ãã¾ãã Fix tests on Mail 2.7.1 actionmailer/test/base_test.rbã®ä¿®æ£ã§ãã mail gem 2.7.1ã§ãMail::Bodâ¦
2018/10/13åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Deprecate ActiveSupport::Multibyte::Unicode#normalize and ActiveSuppport::Multibyte::Chars#normalize in favor of String#unicode_normalize Dâ¦
2018/10/12åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Deprecate ActiveSupport::Multibyte::Unicode#downcase/upcase/swapcase in favor of String#downcase/upcase/swapcase. Merge pull request #34185â¦
2018/10/11åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã railties/CHANGELOG.md Adds support for multiple databases to rails db:migrate:status. activerecord/CHANGELOG.md Enum raises on invalid definition values Add basic APIâ¦
2018/10/10åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Reloading associations now clears the Query Cache like Persistence#reload does. actionview/CHANGELOG.md Add allocations to template renderinâ¦
2018/10/09åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã fix broken link in Action Cable guides and readme [ci skip] rails guideã®Action Cable Overviewãåã³ãactioncable/README.mdã®ä¿®æ£ã§ãã Action Cable + Deviseã§èªè¨¼ãããæ¹â¦
2018/10/08åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::ParameterFilter. Respect the only_path option passed to url_for wheâ¦
2018/10/07åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã add test for cache_version precision activerecord/test/cases/integration_test.rbã®ä¿®æ£ã§ãã cache_versionã¡ã½ãããçæããkeyãpreciseã®å¤ãå«ãå¤ã§ããäºã確èªãããã¹ãâ¦
2018/10/06åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionmailer/CHANGELOG.md Allow ActionMailer classes to configure the parameterized delivery job Fix tests related to new JavaScript path for generators railtiesã®ãâ¦
2018/10/05åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Merge pull request #33938 from faucct/bugfix/preload_through_no_records activerecord/lib/active_record/associations/preloader.rbã®ä¿®æ£ã§ãã through associationsãeager loaâ¦
2018/10/04åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix the docs for Module#parents and related methods in guides [ci skip] rails guideã®Active Support Core Extensionsã®ä¿®æ£ã§ãã Extensions to Moduleã®é ã®ãModule#parentã â¦
2018/10/03åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Deprecate using negative limits in String#first and String#last. Deprecate the use of LoggerSilence in favor of ActiveSupport::LoggerSilencâ¦
2018/10/02åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix typos actioncable/lib/action_cable/channel/test_case.rbã actioncable/test/channel/stream_test.rbã®ä¿®æ£ã§ãã docåã³ãã¹ãåã®ã¿ã¤ãã®ä¿®æ£ãè¡ã£ã¦ãã¾ãã Remove unnecâ¦
2018/10/01åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Remove undocumented params option from url_for helper. railties/CHANGELOG.md Use Webpacker by default to manage app-level JavaScript through tâ¦