Oleg
Oleg
This can't be this hard? I ended up mocking the actual auth method: ``` allow(User).to receive(:from_omniauth).and_wrap_original do |method, auth, params| method.call(auth, {foo: "bar"}) end ``` Feel like this is something...
Deleting seems to remove file(s), but not directory it was in.
Just want to throw my 2 cents here. I think arc_ecto doesn't really function in a logical way. Apart from processing upload when changeset is invalid it's also not really...
@andreapavoni I'd love to see what you got. For now I'd do the uuid thing and not worry about files being created for no reason.
Of course it's not about "winning". But what drives participation and contributions? Is it really just the calendar thingy that's associated with the user? Can't really tell if anybody actually...
I honestly don't think there's a need of sophisticated project metrics. The only thing that matters is the fact that somebody uses it and that PR has a chance to...
Could it also be related to #529 ?
Super old. Closing it unless it pops up with Rails 5.2 again.
I think it's a great idea. Doing a simple LIKE search on labels could do the job
- If you decide to change Redactor for something else, it keep irrelevant code out of the way. - Simple all the way. I'd like to avoid 3rd party as...