Results 57 comments of Gregory Witek

Hi @anthonator, I agree with you that architecture should be developer friendly, so that it encourages users to develop and publish their own extensions. We're in process of planning changes...

Hi @Paxa, thanks for report, I'm aware of issues with resetting session, it's on my list of things to review and fix. I was thinking about adding prefix to attributes...

@TechRsch I don't think so, this will just keep non-sorcery keys in session left untouched after user logs out. Still if user logs out, `remember_me_token` and `remember_me_expires_at` attributes will be...

Hmm, I agree it could be added like this: ``` ruby def deliver_password_instructions! mail = false transaction do generate_password mail = send_mail end mail end If you can make a...

Hey @merhard, thanks for contributing to Sorcery! :yellow_heart: As we're now in process of rewriting some parts of the library, I'm not sure if this code should be part of...

Hey, thanks, that's a good suggestion! I hardcoded the options in my function just because I always use `silent` and `noremap`, but if someone needs more flexibility that's a good...

Hey, sorry for not replying earlier, I'm not really following this repo. Wheae is it unreadable, is it in your terminal?