2023-07-01ãã1ã¶æéã®è¨äºä¸è¦§
2023/07/30åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Add test covering SchemaCache members are sorted activerecord/test/cases/connection_adapters/schema_cache_test.rbã®ä¿®æ£ã§ãã SchemaCacheã§columnsãprimary_keysãåºåããéâ¦
2023/07/29åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Add Rack::Lint to ActionDispatch::ServerTiming tests Action Packã®ä¿®æ£ã§ãã ActionDispatch::ServerTiming middlewareãRack::Lintã§ãã§ãã¯ããããä¿®æ£ãã¦ãã¾ããmiddlewareâ¦
2023/07/28åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md When using cache format version >= 7.1 or a custom serializer, expired and version-mismatched cache entries can now be detected without desâ¦
2023/07/27åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Active Support cache stores now support replacing the default compressor via a :compressor option. The specified compressor must respond toâ¦
2023/07/26åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Fix ActiveSupport::Inflector.humanize(nil) raising NoMethodError: undefined method `end_with?' for nil:NilClass. activerecord/CHANGELOG.md â¦
2023/07/25åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actioncable/CHANGELOG.md Introduce the capture_broadcasts test helper. actionmailer/CHANGELOG.md Introduce the capture_emails test helper. Make ActiveRecord's quoted â¦
2023/07/24åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã [ci skip] Add --skip-dev-gems rails command line argument to the guide rails guideã®The Rails Command Lineã®ä¿®æ£ã§ãã rails newã®å¼æ°ã«ã¤ãã¦èª¬æãã¦ããç®æã«--skip-dev-gâ¦
2023/07/23ã¯ã³ãããã¯ããã¾ããã§ããã
2023/07/22åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã [ci skip] ActiveStorage guides don't recommend using a deprecated config rails guideã®Active Storage Overviewã®ä¿®æ£ã§ãã deprecatedã«ãªã£ã¦ããconfigã«ã¤ãã¦èª¬æãã¦ããç®â¦
2023/07/21åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Change load error messages to use Kernel#warn instead of $stderr.puts ã©ã¤ãã©ãªã®ãã¼ãã§ã¨ã©ã¼ã«ãªã£ãå ´åã®ã¨ã©ã¼ã¡ãã»ã¼ã¸ãåºãã®ã«$stderr.putsã使ç¨ãã¦ããç®æãKernâ¦
2023/07/20åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Add a missing word in a comment activerecord/lib/active_record/railtie.rbã®docã®ä¿®æ£ã§ãã active_record.define_attribute_methods initializerå ã®ã³ã¡ã³ãã§èª¬æãä¸è¶³ãã¦ãâ¦
2023/07/19åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Specify callback in has_secure_token Specify when to generate has_secure_token activerecord/lib/active_record/secure_token.rbã®ä¿®æ£ã§ãã haâ¦
2023/07/18åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix Action View sanitizer initialization actionview/lib/action_view/railtie.rbã®ä¿®æ£ã§ãã Action Viewç¨ã®sanitizerã®è¨å®å¦çãapplicationã®åæåå¾ã«è¡ãããããä¿®æ£ãã¦ãâ¦
2023/07/17åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actioncable/CHANGELOG.md Add a @server instance variable referencing the ActionCable.server singleton to ActionCable::Channel::ConnectionStub Fix comment syntax [ci-sâ¦
2023/07/16ã¯ã³ãããã¯ããã¾ããã§ããã
2023/07/15åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Add test for nested content_tags with data attributes outside of erb actionview/test/template/tag_helper_test.rbã®ä¿®æ£ã§ãã content_tagsãnestãã¦ä½¿ç¨ + data attributesãâ¦
2023/07/14åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix documentation error for Delegated Types rails guideã®Active Record Associationsã®ä¿®æ£ã§ãã Adding further delegationã®é ã®ã°ã©ãã¼ãåã³ãexampleã³ã¼ãã®ã¡ã½ããåã®ã¿â¦
2023/07/13åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Fix incrementation of in memory counter caches when associations overlap Merge pull request #48725 from gmcgibbon/remove_cpk_habtm_suppressiâ¦
2023/07/12åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Don't show secrets for Active Record's Cipher::Aes256Gcm#inspect. Re-establish connection at end of test activerecord/test/cases/connection_â¦
2023/07/11åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Don't show secrets for ActiveSupport::KeyGenerator#inspect. Remove connected? check from db_runtime payload activerecord/lib/active_record/â¦
2023/07/10åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Bring back the historical behavior of committing transaction on non-local return. activemodel/CHANGELOG.md Add a load hook for ActiveModel::â¦
2023/07/09ã¯ã³ãããã¯ããã¾ããã§ããã
2023/07/08ã¯ã³ãããã¯ããã¾ããã§ããã
2023/07/07åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Deprecate name argument in remove_connection. Deprecate name argument in remove_connection activerecord/lib/active_record/connection_handlinâ¦
2023/07/06åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Fix has_one through singular building with inverse. Merge pull request #48606 from gmcgibbon/stale_state_cpk activerecord/lib/active_record/â¦
2023/07/05åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actiontext/CHANGELOG.md Use Rails::HTML5::SafeListSanitizer by default in the Rails 7.1 configuration if it is supported. Merge pull request #48644 from flavorjones/fâ¦
2023/07/04åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Update streaming_template_renderer.rb actionview/lib/action_view/renderer/streaming_template_renderer.rbã®ä¿®æ£ã§ãã render_templateã¡ã½ããå ã®layout_nameãå®ç¾©æ¸ã¿ãã©ãâ¦
2023/07/03åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionview/CHANGELOG.md Don't double-encode nested field_id and field_name index values activerecord/CHANGELOG.md Disable database prepared statements when query logsâ¦
2023/07/02åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Improve error message when EventedFileUpdateChecker is used without a compatible version of the Listen gem Add lower bound to Listen gem reâ¦
2023/07/01åã®ã³ãããã§ãã actionview/CHANGELOG.md Allow opting in/out of Link preload headers when calling stylesheet_link_tag or javascript_include_tag railties/CHANGELOG.md Update default scaffold templates to set 303 (See Other) as sâ¦