Rafael Mendonça França
Rafael Mendonça França
Not really, Rails 6 code right now is almost the same as 5.2, so there is no rush for us to support. But maybe in a few weeks we will...
I'm not a PostgreSQL user. I'm fine with adding it, but to be fair I don't know the solution for the problem so I'd rely on someone sending a PR.
Yes, we can try to implement this upstream but consider it a new feature not a bug fix. Not sure if it is possible
This is caused by this bug https://bugs.ruby-lang.org/issues/14702. I asked Koichi if this is a bug that can be fixed and the next 2.5 release and he said he'd work on...
Also it would be good if we only load that file in versions of rails that don't have that feature already.
Looking in the logs it is clear to me what is the error: ``` [2022-01-05 22:09:40.458 ExternalAppCallingService E] Electron not found: /Users/my_username/Library/Application Support/Code/User/globalStorage/ms-vsliveshare.vsliveshare-audio/electron-4.2.12/dist/Electron.app/Contents/MacOS/Electron ``` That folder `/Users/my_username/Library/Application Support/Code/User/globalStorage/ms-vsliveshare.vsliveshare-audio` don't even...
What if the `Document::Nokogiri` and others returned an opaque `Document::Node` object with the necessary API for internal Action Text usage (and possibly library use)? The adapter would be responsible from...
This issue has been automatically marked as stale because it has not been commented on for at least three months. The resources of the Rails team are limited, and so...
> would it be fine to backport/release this to 5.x and 6.x? No. We don't backport new features to stable releases.
Actually, even Rails 7.0 would not get this change. The security fix didn't introduce any problem on existing application. Existing application can ,on their own risk, disable the security fix...