Rafael Mendonça França

Results 47 issues of Rafael Mendonça França

That code is copied from the rails code base, so we need to make sure we respect the MIT license and keep the original copyright notice and license on the...

On secure_headers 5.x it was possible to override the CSP directives when optin out without having to define a default_src. Now on 6.x it is required to set the default_src...

### Describe the problem as clearly as you can Bundler is failing to execute commands with Ruby 3.0.3 and Bundler 2.2.32 https://github.com/rails/spring/runs/4328629672?check_suite_focus=true But it passes with Ruby 3.0.2 and same...

Bundler

It seems reline tries to use fiddle but doesn't define as dependency, so it is not setup in the bundler environment. ``` $ rdbg --command --open --sock-path=/home/spin/.ruby-debug-sock/ruby-debug-spin-84464 -- bin/rails server...

This config can be used with GitHub Codespaces and VSCode Remote - Containers, so it make easier to contributors to get a working development environment.

All that was needed to support Rails 7 in this gem was to update the gemspec. This means that even in the most likely release to break anything, a major...

Remove all code deprecated in 7.1.

actionmailer
actionpack
activerecord
activesupport
railties
docs
activejob
activestorage

Make easier for users to setup their development environments for Rails applications. https://containers.dev/ Note: This ticket serves as a placeholder for the intention to do this work. Not as an...