Loktionov Alexey
Loktionov Alexey
+1, add it please
You must append `:provider_ignores_state => true` key to the confiruration config.omniauth :vkontakte
Have same problem! After couple of hours I have found solution (just add this override method into your Mailer class and set proper body encoding, ex. x.BodyEncoding = Encoding.UTF8;): ```...
Workaround to automate download missed files on `npm install` (only Linux, without subversion install, only git binary need): add scripts/fix_deps.sh in your project folder with content: ``` #!/bin/sh set -e...