Jean-Philippe Doyle

Results 12 issues of Jean-Philippe Doyle

## Problem description `Devise::InvitationsController` may cause unexpected behaviors if your application is using callbacks to setup important context information to the application. Examples : - Skipping the setup of debugging...

Required arguments for ActiveRecord::MigrationContext have changed in https://github.com/rails/rails/pull/36439

Some strings that are a boolean or integer are not exported as string with the rails YML exporter. ```yml # Before sync key_one: "true" key_two: "123456" # After sync key_one:...

The README states : > Server attributes are starting from ["postgresql"]["defaults"] and used as default attributes for postgresql provider. You should not override this defaults, you can pass your settings...

Hello, We get some report by our end users that they don't get that they CANNOT re-use that password 🙃 So I would suggest we change the error message wording...

When you set "Use billing address as shipping adress", the customer adress seems to not always be sent to Paypal and this causes issues because the user adress in Paypal...

My issue is with front-end output of currencies with non-blank spaces. They appear with the "%&bsp" escaped in the browser due to JSON encoding issue and/or javascript manipulation issue. I...

I am looking for a way to do something like this, but in ActionCable context : ```ruby # app/controllers/application_controller.rb class ApplicationController < ActionController::Base def append_info_to_payload(payload) super payload[:host] = request.host end...

Update of test matrix & license year to keep it alive. :love_letter: Maybe we should drop rails 3.2 since its unsupported?

### Description Our frontend build using ChromeDriver on a larger runner started failing today with the error below. It looks like some Chrome default settings files are missing or something....

Area: Testing and code coverage
OS: Ubuntu
investigate
bug report