- Oct 23, 2024
-
-
John Hawthorn authored
* Check for gh default repo * Add --verify-tag to release create * Run build and print checksums before push
-
Michael Leimstaedtner authored
- Oct 15, 2024
-
-
John Hawthorn authored
-
John Hawthorn authored
[CVE-2024-47889] Thanks to yuki_osaki and scyoon for reporting this vulnerability
-
John Hawthorn authored
[CVE-2024-47888] Co-authored-by:
ooooooo_q <ooooooo-q@users.noreply.github.com>
-
John Hawthorn authored
Thanks scyoon for the patch CVE-2024-41128
-
John Hawthorn authored
Thanks to scyoon for the patch [CVE-2024-47887]
-
Rafael Mendonça França authored
Copy tools/releaser to devcontainer Docker image
-
Rafael Mendonça França authored
New release process using Trusted Publishing
- Aug 22, 2024
-
-
Rafael Mendonça França authored
-
Stephen Margheim authored
Update the description of when SQLite might make sense as the configured database [ci skip] (#52639) * Update the description of when SQLite might make sense as the configured database * Update configuring.md Co-authored-by:
Rafael Mendonça França <rafael@rubyonrails.org>
-
Rafael Mendonça França authored
This reverts commit 121e0ad0, reversing changes made to d68e4392. Fixes #52607. But this reintroduce #49717. Since enum not backed by columns are less common, we can live with that for now.
- Aug 21, 2024
-
-
Rafael Mendonça França authored
Improve documentation of `config.assets.quiet` [ci skip]
-
Rafael Mendonça França authored
Clarify usafe of `bundle update` in upgrading Rails guide [ci skip]
-
Rafael Mendonça França authored
Cleanup service-worker.js trailing white space
-
Rafael Mendonça França authored
-
Rafael Mendonça França authored
Fix raw_post raising when rack.input is nil
-
Rafael Mendonça França authored
We only need to rewind because we call `read_body_stream`. Since that method is only called in one place, move the rewing to inside it.
-
Rafael Mendonça França authored
Explains that `application/pdf` is already registered by Rails [ci skip]
-
Rafael Mendonça França authored
Fix center alignment issue in guides blocks [ci skip]
-
Rafael Mendonça França authored
ActionText::Content - Strip `content` attribute if it is empty
-
Hartley McGuire authored
This should not be in the codeblock
-
Rafael Mendonça França authored
Fix attribute-specific encryption options [ci skip]
-
Rafael Mendonça França authored
-
- Aug 20, 2024
-
-
Rafael Mendonça França authored
Add digests to guide assets
-
Aaron Patterson authored
Bump minitest to 5.25.1 and clean up hacks.
-
- Aug 19, 2024
-
-
Jean Boussier authored
Call `super` from `method_added`/`singleton_method_added` methods
-
- Aug 18, 2024
-
-
Ryuta Kamizono authored
Fix Active Record Encryption documentation [ci skip]
-
- Aug 16, 2024
-
-
Jean Boussier authored
Refactor query cache and connection lease registry for performance
-
Jean Boussier authored
Allow to eager load nested nil associations
-
Jean Boussier authored
Fix swallowing ignore order warning when batching using `BatchEnumerator`
-
Rafael Mendonça França authored
Add Rails 7.2 release date to guides index
-
Jean Boussier authored
Remove Rubocop offense in `config/initializers/assets.rb` [ci skip]
-
Jean Boussier authored
Followup: https://github.com/rails/rails/pull/52622 Avoid leaking query caches when a ConnectionPool is gargabe collected.
-
Jean Boussier authored
Followup: https://github.com/rails/rails/pull/52622 This reference causes connections to linger around longer on Rails CI. Instead we can simply share an atomic integer to bump the version. x
-
Jean Boussier authored
Store query caches in IsolatedExecutionState to avoid memory bloat
-
- Aug 15, 2024
-
-
Jean Boussier authored
-