Kai Schlamp

Results 57 comments of Kai Schlamp

Hello Mohammad, I would really like to use the identity model feature even if that pull request will not be accepted. I use your repo as main source anyway. Any...

Does that mean when having a Janrain Plus account that feature would work automatically, or are there additional modifications of devise_rpx_connectable needed?

It should be pretty easy to do that with a SQL where clause (http://stackoverflow.com/questions/3059138/mysql-order-by-sum-of-columns) and I guess it is pretty easy by using the `ActiveRecord` query syntax, too. Have you...

If this won't help I could indeed add such an additional field ... no prob.

@brancooo1 What `Symbol` do you mean exactly? When I search through the code I don't see any `Symbol` mentioned :-/

I am having the same problem as in #203, but I don't want to provide a text file with the password. I want to type it in manually. Doesn't seem...

Not sure if this is the same issue, but I am also having trouble with redirection. I am using `LoginPage.redirectAuthenticatedTo = Routes.HomePage()` in my login page and when I visit...

> @medihack Do you see a 320 in the titlebar or a 320 ./ in the middle of the page? (when it tries to redirect) No, not really. I visit...

Ok, I looked into it again, and all my redirection problems are associated with `redirectAuthenticatedTo`. As soon as I add it to e.g. my LoginPage (`LoginPage.redirectAuthenticatedTo = Routes.HomePage()`) it fails...

The intent is to find out if a dev server is reachable using the localhost address (when using the desktop IDE, e.g. http://localhost:3000) or a Gitpod address (when using the...