Daniel Zanzini
Daniel Zanzini
# Report ## Envelop - Spike em: https://github.com/vtex-sites/base.store/pull/76/files - Status: Ainda precisa de polimento antes de seguir para master ### O que precisa ser feito: #### Escolher os plugins que...
@dependabot rebase
Hello @carlosantoniodasilva, I was taking a look at this PR and I haven't found where these changes impact the migration generated to create users. As far as I know, the...
@xhocquet creating a wiki article is a good idea and should solve all these problems, I think it will also remove the need for the commented line in the migration...
@xhocquet Here is the ~[first version of the wiki page](https://github.com/heartcombo/devise/wiki/How-To:-Scopes-email-validation)~ [wiki page](https://github.com/heartcombo/devise/wiki/How-To:-Scope-email-validation), feel free to make any adjustments you find necessary. Since this feature is not merged, I haven't added...
Hi @akshaysmurthy, I did these steps to implement it in my app: 1) Changed the unique index of the email column: ``` def up remove_index :users, :email add_index :users, [:email,...
Hello @wender, is this still needed?