Adam Niedzielski

Results 33 comments of Adam Niedzielski

@psyho - thanks for the quick response! Your syntax is much better than mine. However, I would avoid default value derived from class name, because this could make it unclear...

So, I'm waiting for your implementation. If you want some help - just let me know and I will hack a bit and try to make a pull request.

@ashmaroli that's not true. When I add `published: false` then the document is removed from the collection and I can't access it when iterating over the collection. I made an...

@ashmaroli my suggestion would be to call it `output`, so exactly the same as it's called on the collection-level. The document-level value takes precedence over the collection-level value. If you...

I have one test case when I am using mock server and one test case when I am using Apple development server. The segfault happens only when these two tests...

It looks like it's not a problem for anybody else. So I'm closing this for now - maybe somebody will back me up in the future.

Hi @gonzalo-bulnes, I think that you misunderstood me a bit. Devise team removed token authentication because they didn't want to maintain it and they felt it is specific to a...

Some time ago I was using a gem which provided a custom Devise strategy. Here is the link: https://github.com/cschiewek/devise_ldap_authenticatable This gem is doing exactly what I propose for simple_token_authentication

@jbender - did you manage to get this code working in one of your projects? I've finally managed and all my tests are passing, but I had to change a...