Move UI render coverage out of test package (#11531)
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Move UI render coverage out of test package (#1153
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Move UI render coverage out of test package (#1153
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Remove test package UI dependency cycle (#11530) ·
https://github.com/ruby/json/commit/7b284d4c1d
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Fix Bun assert compatibility test (#11529) · remix
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Remove Codex PR review workflow (#11528) · remix-r
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Update GitHub actions to Node 24 versions (#11527)
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
…(#17186) * ZJIT: Fix cases where we need to super to C functions with >6 params Previously ZJIT was crashing in cases where we need to
Makes each case simpler, but also more consistent. https://github.com/ruby/json/commit/65904e8825
[ci skip] Add docs for error context middleware
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Release · remix-run/remix@8bace0a
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Fix browser script abort handling · remix-run/remi
Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub.
Object tracing listens to the NEWOBJ hook to see all objects allocated while it is active. Previously it also enabled a FREEOBJ tracepoint t
※ この記事の日本語には、少し不自然な部分があるかもしれません。AIの言語サポートを利用しながら作成しています。 目次 はじめに 権限マトリックス:いつエージェントに任せ、いつ人間がレビューするか リスクレベル別の実例 AIエージェントに絶対に任せてはいけない6つのこ...
`LoadField` has an associated `return_type` field that's set depending on the type of load. When an object's shape transitions its s
Extracted from: https://github.com/ruby/json/pull/994 Modern compilers shouldn't have problem computing `strlen` at compile time and ge
…simplify the transition from a JSON_PHASE_VALUE to the next phase. https://github.com/ruby/json/commit/887274e642
こんにちは。Shizen Connect の入澤 賢と申します。ソフトウェアエンジニアをしています。 1999年よりシステムエンジニアとして19年、その後、ベンチャー、アーリーステージのスタートアップを経験し、2026年4月、自然電力グループの一員となりました。簡単ですが、...
Node.js v24.16.0 (LTS)リリース。crypto.randomUUIDv7()によるUUID v7の生成、fs.stat()へのsignalオプション、util.styleText()の16進数カラー対応を追加。Test Runnerにテスト実行順序のランダム化
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
The purpose of this PR is to update the Active Job Basics guide as part of the Rails Foundation documentation project. Here's a high l
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
…rser_rvalue_stack https://github.com/ruby/json/commit/84fbc08bc9
Fix order-dependent test failures with `sqlite3_mem`
Wrap with `unless in_memory_db?` sql_notifications tests. Fixes #57589
Fix plain English explanation of nested query in Active Record Querying guide [ci-skip]
はじめに 最近、お客様から「Microsoft 365 Copilot を導入したが、ROI が出ているか報告してほしい」と求められて、どのようにデータを集計すればいいか悩んでいるという相談を聞くことがあります。 もちろん、企業として投資判断のために定量的な根拠を求めるこ...
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
We shouldn't report the size of the embedded struct. https://github.com/ruby/json/commit/b1a0891cc3
Bumps [github.com/microsoft/vcpkg](https://github.com/microsoft/vcpkg) from master to 2026.06.01. This release includes the previously tagge
…proc-regexp Skip Proc and Regexp filter_attributes when syncing to filter_parameters
ActiveRecord::FilterAttributeHandler#apply_filter unconditionally calls attribute.to_s on every declared filter_attributes entry and pushes
…-on-reaper-test Fix reaper fork test by disabling GSS encryption.
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
Saves a String allocation and copy, as well as a pair of malloc+free. However it is encoded in ASCII-8BIT, not with FS encoding. Co-Authore
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
この記事について TanStack Query(旧 React Query)は「サーバーの状態」を扱うためのライブラリとして広く使われています。useQuery を呼ぶだけでローディング・エラー・キャッシュ・再取得がよしなに処理され、とても便利です。 ただ、便利さの裏で「中で何が
Replace deprecated US/Eastern timezone with America/New_York in tests
Fix MessagePack serialization of records with a `time` column
The database value of a `time` column is an `ActiveRecord::Type::Time::Value` (a delegate of `Time`), which the MessagePack factory did not
…pe-on-replace Clear the type column when removing a polymorphic `has_one`
`HasOneAssociation#nullify_owner_attributes` only nulled the foreign key when an association was replaced or set to nil, leaving the polymor
…cked versions The previous tests only exercised a top-level locked gem. Add a transitive dependency that resolves only through an in-coold
… the cooldown window bundle update and bundle outdated install a >= locked_version prevent-downgrade floor, so resolution never moves a
…path Bulk-skip ASCII bytes that need no escaping via a 256-byte lookup table, avoiding per-byte `rb_enc_precise_mbclen` and `rb_enc_mbc_to
Bumps the github-actions group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [taiki
US/Eastern was removed as a valid PostgreSQL timezone name in recent IANA tzdata updates, causing connection failures on systems with update
Add `sql_notifications` connection config option to disable SQL notifications
…ript Escape the executable name interpolated into the generated wrapper so a name containing quotes cannot change the generated Ruby. htt
… error A non-String executable name or bindir previously raised TypeError from File.basename or File.join. Guard the type so verify_spec r
Reject executables that are not plain basenames during pre-install checks. https://github.com/ruby/rubygems/commit/92198d209d Co-Authored-
Reject a bindir that resolves outside the gem directory during pre-install checks. https://github.com/ruby/rubygems/commit/cd61a78b25 Co-A
…nitizing post_install_message may be a non-String such as an array, so call to_s before clean_text to avoid raising during install. https
Reword the comment to explain that the UTF-8 guard avoids splitting multibyte sequences, and assert preservation with U+0400, whose continua
Route the post-install message through Gem::Text#clean_text before printing it so a crafted message cannot emit raw terminal control sequenc
Match C1 controls (U+0080-U+009F) as codepoints and only for valid UTF-8 text, so multibyte characters are preserved and other encodings are
はじめに コーディングエージェントの進化を考えるとき、自動運転のレベル分類はかなり便利な比喩になる。 もちろん、ソフトウェア開発と自動車の安全性をそのまま同一視するわけではない。ここで使いたいのは、安全規格としての厳密な分類ではなく、人間とシステムの責任分界を考えるための...
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub.
Restore the OpenBSD exclusion dropped when the windows guard was replaced with a fork guard in the spec sync. OpenBSD has fork but MAP_SHARE
This library already uses designated initializers, that is a C99 feature. C99 has been adopted since ruby 2.7. https://github.com/ruby/zli