2025-08-01から1ヶ月間の記事一覧
2025/08/30分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Create parallel_worker_id helper for running parallel tests. This allows users to know which worker they are currently running in. Add Acti…
2025/08/29分のコミットです。 CHANGELOGへの追加はありませんでした。 Simplify retrieving columns_hash in InsertAll activerecord/lib/active_record/insert_all.rbの修正です。 InsertAllでcolumns_hashを取得するのにschema_cache/connection経由で取…
2025/08/28はコミットはありませんでした。
2025/08/27はコミットはありませんでした。
2025/08/26分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Make the cache of ActiveSupport::Cache::Strategy::LocalCache::Middleware updatable. activerecord/CHANGELOG.md Add ActiveRecord::CheckViolat…
2025/08/25分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add ActiveRecord::ExclusionViolation error class for exclusion constraint violations. actionpack/CHANGELOG.md Add headers to engine route in…
2025/08/24分のコミットです。 CHANGELOGへの追加はありませんでした。 Correct irb inspection class rails guideのThe Basics of Creating Rails Pluginsの修正です。 Extending Core Classesセクションにあるexampleコードの実行結果が、実際の結果と異な…
2025/08/23はコミットはありませんでした。
2025/08/22分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md Allow current_page? to match against specific HTTP method(s) with a method: option. Remove early return from DatabaseTasks#for_each activereco…
2025/08/21分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Attributes filtered by filter_attributes will now also be filtered by filter_parameters so sensitive information is not leaked. filter sensi…
2025/08/20分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove default JSON and MessagePack encoders from EventReporter. Active Supportの修正です。 ActiveSupport::EventReporterから、JSONとMessagePackのencoderを削除しています。デ…
2025/08/19分のコミットです。 CHANGELOGへの追加はありませんでした。 [RF-DOCS] Rails Plugin (#55203) rails guideのThe Basics of Creating Rails Pluginsの修正です。 guideの内容をよりわかりやすい内容にリニューアル、及び、WIPを削除しメニューに表…
2025/08/18分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove PostgreSQL \restrict lines from structure.sql activerecord/lib/active_record/tasks/postgresql_database_tasks.rbの修正です。 PostgreSQLでstructure.sqlを生成する際に、…
2025/08/17分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #55500 from javierav/actions-checkout-v5 actions/checkoutをv5に更新しています。 Merge pull request #55506 from byroot/event-reporter-tweaks Active Suppor…
2025/08/16はコミットはありませんでした。
2025/08/15分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Add assert_events_reported test helper for ActiveSupport::EventReporter. Add #assert_events_reported test helper activesupport/lib/active_s…
2025/08/14分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actiontext/CHANGELOG.md Forward fill_in_rich_text_area options to Capybara activesupport/CHANGELOG.md Add Structured Event Reporter, accessible via Rails.event. Add A…
en inflector 2025/08/13分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Add scope: option to rate_limit method. Add "Copy as text" button to error pages actionview/CHANGELOG.md remove autocomplete="off…
2025/08/12はコミットはありませんでした。
2025/08/11分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove unused IsolatedExecutionState#unique_id activesupport/lib/active_support/isolated_execution_state.rbの修正です。 使用していないIsolatedExecutionState#unique_idメソッ…
2025/08/10分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionmailer/CHANGELOG.md Add deliver_all_later to enqueue multiple emails at once. Merge pull request #55448 from fatkodima/multi-deliver actionmailer/lib/action_mai…
2025/08/09分のコミットです。 CHANGELOGへの追加はありませんでした。 [Fix #55468] Update pgbouncer related docs rails guideのConfiguring Rails Applicationsの修正です。 Configuring a PostgreSQL Databaseセクション内の、connection poolにPgBounc…
2025/08/08分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Make ActiveSupport::Logger #freeze-friendly. Merge pull request #55449 from iaurg/patch-1 rails guideのInstall Ruby on Rails Guideの修正で…
2025/08/07分のコミットです。 gHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md Enable configuring the strategy for tracking dependencies between Action View templates. Enable configuring Action View's render tracker Actio…
2025/08/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Add support for rack.response_finished callbacks in ActionDispatch::Executor. Add support for rack.response_finished callbacks in ActionDispat…
2025/08/05分のコミットです。 CHANGELOGへの追加はありませんでした。 (docs): Fix wrong output of variable in Action View Helpers guide rails guideのAction View Helpersの修正です。 captureメソッドについて説明している箇所のexampleコードで、出…
2025/08/04分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Add command rails credentials:fetch PATH to get the value of a credential from the credentials file. Add credentials:fetch command railties/lib/…
2025/08/03分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix typo in Sign Up and Settings Guide rails guideのSign Up and Settingsの修正です。 Testing Settingsセクション内のテストコード内のタイポを修正しています。
2025/08/02分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix outdated link in error message about missing MIME type actionpack/lib/abstract_controller/collector.rbのdocの修正です。 MIME typeの指定が誤っている場合に表示するエラー…
2025/08/01分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #53383 from Earlopain/rack-3.2-deprecation Rack 3.2で一部status symbolに変更があり(e.g: unprocessable_entity -> unprocessable_content)、古い名前を使うとd…