Vincent Woo
Vincent Woo
Just ran into a nasty bug related to multiple saves in a transaction messing with previous_changes in an after_commit callback. I really think the behavior of this gem should be...
@esergion still seeing this problem? Any chance you could help us reproduce with a simpler set of instructions? I'm unaware of `firebase-ruby` doing anything weird as a gem package, but...
Thank you for this PR. This is going to sound really shitty, but would you consider doing this with [http-rb](https://github.com/httprb/http) instead? While Faraday is great, I would prefer not to...
Hi Edwin, sorry about the delay. I think that my problem with this PR is that it does too much for the benefit provided. If you're interested in adding support...
I know, but unless we have an active plan to do that work, we are basically asking all our downstream users to refactor their code for no gain.
It may not be possible. Reading https://firebase.google.com/docs/reference/rest/database/ doesn't give an indication that they allow pushing multiple objects via REST. However, if you can generate an equivalent cURL request that does...
However, note that if you set the trailing slash in `base_url`, everything seems to work more or less how you'd expect: ``` ruby [27] pry(main)> http.base_url = 'https://test.com/v1/' "https://test.com/v1/" [28]...
I think the feature is now more confusing, but if you believe this to be the correct decision, it's your call. I think the docs do not cover what happens...
Anyone started work on this? I think this is a real problem with `devise_invitable` - it's not clear that having fields on the initial User table is ever better. You...
@tminard any news? Just realized that sending an invite to someone effectively prevents them from being able to make a user account on their own, which is awful.