nicolasleger

Results 44 comments of nicolasleger

@quoidautre try solutions from https://stackoverflow.com/a/34138131

also try to install the latest version to check if working via `gem install puma`

Initialize and update structure of the database `bundle exec rake db:create db:migrate`

Vu avec @AlexBillbao le mieux serait de recherche les trajets entre aujourd'hui et la date recherchée si date spécifiée. Sinon les trajets à l'avenir à partir aujourd'hui (peut être mettre...

Excellent ! `geocoder` is a good gem. We could add it or via an option to allow city search via any geocoding service and/or the current built-in. @AlexBillbao Many good...

Import from the legacy, better to ask @djakk who looked up on it.

Hi, excellent ideas, can you fix the failing tests? do you want/need some help?

Hi @gloaec I think you can keep your migrations by declaring needed models in the file. According to the error `uninitialized constant CreateAuthenticationProviders::AuthenticationProvider` on https://travis-ci.org/covoiturage-libre/covoiturage-libre/jobs/393519007 See https://railsguides.net/change-data-in-migrations-like-a-boss/