Diego Calvo Castillo

Results 6 comments of Diego Calvo Castillo

This code was forked from the 1.5.0 tag since it will be in production. The latest changes in the master branch were not considered.

This is still happening in every sanitized text. I solve it adding this line in `application.rb`: ```rb config.after_initialize do Globalize.set_fallbacks_to_all_available_locales # new line ActionView::Base.sanitized_allowed_attributes.add 'target' end ``` May I open...

This seems to only apply to new projects via `rails new` (https://github.com/rails/rails/pull/50914#issuecomment-1954718596). The big difference is that I used `ruby-rails-postgres` template and add extra dependencies in the `postCreateCommand` and they...

I get the point of the ruby version. This change can be evaluated independently from the others you comment. One of the points of this devcontainer is to be able...