JP Rosevear
JP Rosevear
### Motivation / Background In Rails 7.0 despite api documention, `readonly_attributes` returned a set: https://github.com/rails/rails/blob/7-0-stable/activerecord/lib/active_record/readonly_attributes.rb#L26 This was fixed in 7.1: https://github.com/rails/rails/blob/7-1-stable/activerecord/lib/active_record/readonly_attributes.rb#L31 However the usage of `readonly_attributes` was guarded with a...
### Problem or use case Gemspec disallows Rails 7.1 usage. ### Expected solution Allow rails 7.1 dependencies - not sure if additional work is required.
### Describe the need Similar to https://github.com/octokit/octokit.net/pull/2722 in .NET need the ability to create/start/stop codespaces. ### SDK Version 7.0.0 ### API Version _No response_ ### Relevant log output _No response_...
## Orb version: 5.1.0 ## What happened: Caching is turned on by default but not used by default because npm ci is used for installation ## Expected behavior: npm ci...
Configuration option to force all packages to be released when any of them are.
### Steps to reproduce Write generator tests and turn on parallel testing. Rails::Generators::TestCase expects a class level `destination` https://github.com/rails/rails/blob/main/railties/lib/rails/generators/testing/behavior.rb#L46 but inherits from ActiveSupport::TestCase so if parallel testing is on https://guides.rubyonrails.org/testing.html#parallel-testing-with-processes...
For #173. I would respectfully suggest that 6.0 and lower be dropped soon. Rails 7.2 is in beta and 8 is in heavy development. This would also drop dynamoid support.
I realized in #68 that I was fighting with semantics; this adds a release together flag (default off) instead. I have been using in 0.7.x, I have not tested with...
[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 With...