Vlado Cingel
Vlado Cingel
Thanks for the fix @rus-max. Before merging this I would like to have a test case that fails without your fix. Will you be able to add one?
Also, I'm not sure what happened with postgres tests 😕 but I suppose changing [steps](https://github.com/vlado/activerecord-cte/blob/master/.github/workflows/test-with-postgresql.yml#L37-L44) to be like [mysql](https://github.com/vlado/activerecord-cte/blob/master/.github/workflows/test-with-mysql.yml#L24-L34) and [sqlite](https://github.com/vlado/activerecord-cte/blob/master/.github/workflows/test-with-sqlite.yml#L25-L33) workflow steps should fix it.
Very good question @nhorton. I didn't try it with edge rails but I suppose it would override original method and everything would work. Will need to test it and add...
@ClearlyClaire I'm interested in adding this to ActiveRecord, I have it on my radar but it is hard to find time :) It will be easiest I think if added...
Hi Borna, we do not have any ushahidi integration code yet. Our database schema can be seen here https://github.com/vlado/earthquake-croatia/blob/master/db/schema.rb
Hi @bbozo, I just went through the Potres2020IT telegram group and from what I see the platform and the specs are not yet defined. I saw that someone suggested that...
👍 for building the API. I think It would even be easier to build API on our side then using potres2020 API cause it is a bit messy but unfortunately...
Implementing the gmaps api doesn't look difficult https://gorails.com/episodes/google-maps-places-autocomplete-with-rails?autoplay=1 only question is pricing.
Thanks @dpoldrugo We will check it out.
@Macxim is it ok with you if @mmorava works on this?