Fix duplicate modules for bare imports in `assets` (#11473)
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Fix duplicate modules for bare imports in `assets`
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - Fix duplicate modules for bare imports in `assets`
…-handler Active Job: pass job to `stopping?` for fine-grained control over interruption
Duplicate `context` hash in `ActiveSupport::ErrorHandler#report`
はじめに 以前ハリネズミさんが実践的なOpenSpec関連の記事を作成されていましたが、それを基に私もOpenSpecを活用しています。 今回の記事では皆さんにもより身近に、気軽にOpenSpecを活用していただくために特徴やコマンドをまとめたチートシートを作成しました。...
Fix `NoMethodError` for malformed multiparameter attribute keys
After 4bb1977b78 switched RCLASS_PRIME_CLASSEXT_WRITABLE_P to FL_TEST_RAW, GCC lost the RB_FL_ABLE-derived hint that klass is not a special
…rl_from [ci skip] Wording correction for url_from documentation
…ndle` for each subscriber. This prevents mutations done on the `context` by one subscriber from effecting the others.
Assigning a multiparameter attribute whose key contains `(` but no closing `)` (e.g. `"written_on("`) used to crash with `NoMethod
Reject malformed Mandrill inbound events without raw messages
Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub.
…eadmes Fix typos in README, CONTRIBUTING, RELEASING_RAILS, and component docs
先日の記事「100万台のAIサービスをスキャンしたら史上最悪のセキュリティだった」が大きな反響をいただいた。 76いいね、62ストック、8万PV超え。 コメントで「もっと詳しく知りたい」「具体的な対策を教えて」という声を多数いただいたので、完全版の深掘り記事を書くことにした...
Previously, the last push, in case the total number of pushes was odd, ended up in a different location relative to the stack top on x64 ver
Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub.
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
The owner could be different from the housing class when the housing module is prepended.
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
No more usages outside re.c, so let's clean it up. Thanks to @nobu for noticing!
To sync up with ZJIT and insns.def.
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Brooks Lybrand <brookslybrand@gmail.com>
…g content https://github.com/ruby/prism/commit/81e07f3cdb
マイクロソフトは、シングルコードでiOS、Android、Windows、macOSに対応するUIフレームワーク「.NET MAUI」のiOSとAndroidにおけるランタイムが、今秋リリース予定の.NET 11でCoreCLRに移行するこ...
Docker社は、Docker DesktopとDocker CLIの新機能として、Dockerに関する質問への回答やベストプラクティスの提案、エラーの修正対応などを行ってくれるAIエージェント「Gordon」が正式版になったと発表しました...
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
Closes https://github.com/ruby/prism/issues/4112 Also see https://github.com/ruby/prism/issues/2501, for which this was done. The expectati
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
はじめに Part1では、show系APIを使ってUIパーツの表示/非表示を切り替える方法を解説しました。 show系APIの活用やアクセス件の設定により非表示になったUIパーツは、get系APIで今の状態を確認することが出来ます。 2025年7月以降、より多くのg...
Prevent `ActiveStorage.touch_attachment_records = false` from crashing the attachment of a Blob
…g the attachment of a Blob - Fix #55144 - ### Problem Setting `ActiveStorage.touch_attachment_records` to `false` will make the appli
`S("hello").upcase` was asserted twice, leaving mixed-case input uncovered. Mirror test_downcase's `S("helLO")` shape. Also removed duplica
1. はじめに この記事は、Pythonにちょっと慣れてきてぶつかりそうな壁のひとつであるリストについてを簡単にまとめたものになります。こういう感じなんだなぁとなれば幸いです。 なお、変数やprint、inputなどについてはなんとなく理解している体で説明します。 サンプ...
Follow-up on GH-17026, which is a fix for GH-15898.
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
Bumps the github-actions group with 1 update in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action). Upda
Linux's SysV-derived mkdir(2) propagates the set-group-ID bit from the parent directory to newly created subdirectories, but BSD (includ
…during bundle install This hard-coding was overriding umask and setgid settings, making it very difficult to manage gem installations thro
(https://github.com/ruby/strscan/pull/208) I have updated the documentation for `StringScanner#named_captures` to reflect its actual behavi
…ar peeking Replace `instance_variable_get` assertions with behavior-driven checks: object identity confirms memoization is invalidated for
…ar_cache `Source::Rubygems#specs` memoizes the merged Index in `@specs`, so nilling only `@installed_specs` and `@default_specs` leaves a
… lock When multiple `bundle install` processes run concurrently, a race condition can cause issues. The second process populates its `Gem:
https://github.com/ruby/rubygems/commit/fc2310629a Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.co
https://github.com/ruby/rubygems/commit/643e0235fd
…arch_nonascii` (#16359) Improve performance of String#scrub by skipping ascii characters after finding a multi byte character using search
…tation `"a: b"` must be processed as a string value (`a: b`) not a map value (`{"a" => "b"}`). https://github.com/ruby/rubygems/commit/3c
…-db-cleanup Drop test databases when use_postgresql / use_mysql2 is given a block
Clean up rails console subprocesses spawned by FullStackConsoleTest
`FullStackConsoleTest#spawn_console` started a `rails console` subprocess via `Process.spawn` but never killed or waited on it, leaking runn