2024/12/12分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #52154 from p8/guides/production-section guides/source/documents.yamlの修正です。 Going to Productionというセクションを新たに追加し、キャッシュ関係やセキ…
2024/12/11分のコミットです。 CHANGELOGへの追加はありませんでした。 [RF-DOCS] Document Rails 8 Authentication generator feature [ci-skip] (#53802) rails guideのSecuring Rails Applicationsの修正です。 Authentication generatorで生成される機能…
2024/12/10分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actiontext/CHANGELOG.md Change ActionText::RichText#embeds assignment from before_save to before_validation activerecord/CHANGELOG.md Fix MySQL default functions gett…
2024/12/09分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix handle_warnings with mysql2 master activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rbの修正です。 mysql2 gemのmasterを使用するとエラーになるコ…
2024/12/08分のコミットです。 CHANGELOGへの追加はありませんでした。 Refactor Mysql2Adatper#perform_query activerecord/lib/active_record/connection_adapters/mysql2/database_statements.rbの修正です。 Mysql2Adatper#perform_queryメソッドで、if …
2024/12/07分のコミットです。 CHANGELOGへの追加はありませんでした。 Update examples in horizontal sharding to avoid confusion rails guideのMultiple Databases with Active Recordの修正です。 connected_toで接続先を明示的に指定する場合のexample…
2024/12/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Avoid wrapping redis in a ConnectionPool when using ActiveSupport::Cache::RedisCacheStore if the :redis option is already a ConnectionPool.…
2024/12/05分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md SQLite extensions can be configured in config/database.yml. Set framework_defaults in Active Job and Action Mailer bug report templates guid…
2024/12/04分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md ActiveRecord::Middleware::ShardSelector supports granular database connection switching. ShardSelector supports granular database connection…
2024/12/03分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Reset relations after insert_all/upsert_all. Merge pull request #53775 from fatkodima/skip-contradiction-for-pluck activerecord/lib/active_r…
2024/12/02分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Use _N as a parallel tests databases suffixes Fix add_unique_constraint/add_check_constraint/add_foreign_key to be revertible when given inv…
2024/12/01分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix rubocop offences Rubocopのチェックでエラーになる箇所があったのを修正しています。
2024/11/30分のコミットです。 CHANGELOGへの追加はありませんでした。 Freeze OPTION_NOT_GIVEN activemodel/lib/active_model/attribute_mutation_tracker.rbの修正です。 AttributeMutationTracker::OPTION_NOT_GIVENをfreezeするよう修正しています。 Ma…
2024/11/29分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md In ExceptionWrapper, match backtrace lines with built templates more often, allowing improved highlighting of errors within do-end blocks in t…
2024/11/28分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Remember when a database connection has recently been verified (for two seconds, by default), to avoid repeated reverifications during a sin…
2024/11/27分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #52596 from codergeek121/fix-activerecord-callbacks-suppressor-section rails guideのActive Record Callbacksの修正です。 ActiveRecord::Suppressor moduleの…
2024/11/26分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Don't enable YJIT in development and test environments Handle nil in ConnectionPool::WeakThreadKeyMap activerecord/lib/active_record/connection_…
2024/11/25分のコミットです。 CHANGELOGへの追加はありませんでした。 Correct typo in active storage analyzer activestorage/lib/active_storage/analyzer/image_analyzer/vips.rbの修正です。 Vipsの処理でエラーになった場合のエラーメッセージ内のタ…
2024/11/24分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #53124 from codergeek121/fix-guide-meta-descriptions-whitespace guides/rails_guides/markdown.rbの修正です。 rails guideのmeta descriptionの値にh1タグのテ…
2024/11/23分のコミットです。 CHANGELOGへの追加はありませんでした。 Add missing backticks to config header rails guideのConfiguring Rails Applicationsの修正です。 config名の末尾にバッククォートが不足していたのを修正しています。 Match headin…
2024/11/22分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md Improve reliability of ERB template error highlighting. Fix a crash in ERB template error highlighting when the error occurs on a line in the …
2024/11/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix task abort_if_pending_migrations to rely on Array#flatten! activerecord/lib/active_record/railties/databases.rakeの修正です。 abort_if_pending_migrations taskでpending …
2024/11/20分のコミットです。 CHANGELOGへの追加はありませんでした。 becomes persists previously_new_record activerecord/lib/active_record/persistence.rbの修正です。 becomesでオブジェクトを生成した際に、previously_new_record?メソッドが元とな…
2024/11/19分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #53658 from fatkodima/reset-cpk-when-configuring-pk activerecord/lib/active_record/attribute_methods/primary_key.rbの修正です。 tableの定義ではprimary ke…
2024/11/18分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove # typed: true sigil activesupport/lib/active_support/testing/notification_assertions.rbの修正です。 誤ってSorbet用のコメントが追加されていたのを削除しています。 Add …
2024/11/17分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Fix a bug in ERB::Util.tokenize that causes incorrect tokenization when ERB tags are preceeded by multibyte characters. Define column metho…
2024/11/16分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Add ActiveSupport::Testing::NotificationAssertions module to help with testing ActiveSupport::Notifications. railties/CHANGELOG.md Only inc…
2024/11/15分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md Allow hidden_field and hidden_field_tag to accept a custom autocomplete value. Hide ActiveModel::Validations::AcceptanceValidator [ci skip] ac…
2024/11/14分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fix sum when performing a grouped calculation. Fix regression when calling sum with a grouped calculation: activerecord/lib/active_record/re…
2024/11/13分のコミットです。 CHANGELOGへの追加はありませんでした。 fix: typo at guide:action_mailer_basic rails guideのAction Mailer Basicsの修正です。 Create a Mailer Viewセクションにあるexampleコード内のタイポを修正しています。 Fixes min…