Kir Shatrov

Results 28 comments of Kir Shatrov

Not sure about this. `capistrano-rvm` is trying to be framework agnostic. Should be include `sinatra` or `padrino` binaries as well?

Looks nice, but I'd avoid calling `Rake::Task` from Capistrano extension since it may conflict with Rake.

We still have this issue in 0.6.5. @josevalim @svenfuchs any ideas?

I suggest to remove the config option and to use data from `user.providers` relation.

I'm not that good with Mongo, but the proposal looks interesting.

Thank you for contributing Sorcery. First of all, it's better not to bump gem version from PR. Could you fix that and add some test coverage?

Honestly, I have no idea why we need to reset the whole session after logging out. Maybe @NoamB knows that?

> The only model having Sorcery methods should be User class. But to make this possible, I need to replace these 2 pieces of code. If it won't break the...

I have plans on this feature, but it will probably be in 1.x release.

The best practice is usually to keep db schema/migrations capable with previous version of app. For example if you rename the `avatar` column to `userpic`, instead of renaming the column...