Ernest Surudo

Results 35 comments of Ernest Surudo

FYI I wasn't able to resolve this any other way, and simply stopped using this library. I ended up simply creating my own overlay, and simply displaying is as an...

Here's a gist of my code which you could adapt: https://gist.github.com/elsurudo/0cc2edb118d63370f086cb5a8b1b0e00 You would just need to register the component in the typical RNN way.

Has this been implemented, or is it planned still? I have a need for it (specifically rain forecast), and I'm wondering if I can use wttr.in or if I should...

Fixed things for me. Why not merge this in @dweeber? I think it makes sense to put such a utility in root's crontab.

Thanks, this was helpful for my use-case. Too bad the upstream repo seems to be dead

The strange part is that it doesn't seem to matter what I put into the redirect_path lambda... I always get the same result! That's a good point you bring up...

It turned out to have nothing to do with devise_basecamper... In my ApplicationController, I have "before_filter :authenticate_user!", so I don't have to repeat it in all of my controllers (basically...

Of course, just getting rid of that authentication filter will only work in development... I'll need to think of a way to switch to the User (using his own subdomain...

Yeah, that workaround makes sense. I arrived at the same solution myself, in order to not have to modify the gem. My use case is the following: - 2 user...

I'm starting to think that what I want to do is more complicated that I thought. Cookies (by default) aren't shared between subdomains, so I can't think of a secure...