Ghislain Loaec

Results 12 comments of Ghislain Loaec

Same result using javascript and canvas : renders : would it come from Char.js lib itself ?

This worked : Options : options = { responsive: true, maintainAspectRatio: false } Or with ruby helpers :

Hi, Stripe allowed users that registered before 2017 to continue using the API without throwing this security issue. Only newly registered users get this warning so they may be able...

The `include` directive also supports `hash` : render json: @accommodation, include: [ :category, :owner, :average, :images, :commodities, :facilitations, rooms: [ :commodities, :facilitations, beds: [ :category ] ] ]

I'll make a pull-request soon enough, SAML/CAS authentication is ok : https://github.com/Cadoles/covoiturage-libre/commit/7566e70eb4422d133eeabe08288f50b9b8dd876e I just need to fix some interfaces before I push (admin area among others). Btw, I "dockerized" the...

@nicolasleger : Thx for your answer., that was fast :) Btw, I'm wondering : How did you populate the production database with built-in cities ? One-shot import ? Where did...

About the seeds, here is a "trustable" source : https://www.data.gouv.fr/fr/datasets/listes-des-communes-geolocalisees-par-regions-departements-circonscriptions-nd/

Codacy won't work anymore and Travis CI made me delete the migrations files for tables `authentication_providers` and `user_authentications` : - https://github.com/covoiturage-libre/covoiturage-libre/pull/350/commits/1b8fa1620607ea971505b7ca5627a548ae66a899 - https://github.com/covoiturage-libre/covoiturage-libre/pull/350/commits/2108384f02c57b7abe671fdbd62913af7242dbaa So now you have to delete the...

I accidentally merged my feature for `PRICING` option. I'll try to make it separate for the next branches. Sorry.