Miguel Michelson Martinez

Results 242 comments of Miguel Michelson Martinez
trafficstars

I believe the #733 fixes this. sorry for the delay on this.

Are you testing this on local env? there is a GEOIP gem that fills the request with the proper country code. usually in the local environment, you will not get...

Uhm... good catch @Nuxor3000, maybe we could consider to use the tenant option of acts as taggable https://github.com/mbleigh/acts-as-taggable-on#tag-tenancy

also we could see the way to build a query as follows: `app -> conversations -> joins (taggins) -> joins (tag) -> group_by(tag) -> select(tag, distinct(tagging.tag_id))`

new instructions for build and use docker-compose on development at https://dev.chaskiq.io/en/articles/docker-for-development please reopen if you encounter issues

the error says that the database already exists, so it's already there, but the connection for the test database is the one who throw the error

Hi, please try the master branch, I've updated the docker-compose to work properly with postgres. sorry for the delay on this, it also uses ruby 2.7.1

Oh yes, it happened that mimemagic author has yanked the dependences , bundle update will be necessary. `bundle exec update mimemagic` I will update this asap https://github.com/zRedShift/mimemagic/issues/4#issuecomment-804793510

look at the production.rb file, https://github.com/chaskiq/chaskiq/blob/master/config/environments/production.rb#L107-L120 , unfortunately there is no config to automatize this, so it has to be done by hand. I will keep this issue open until...

Hi @Turab , yes that what's it means. I hope to unify this in a more rails way. but right now the rails actionmailbox does not support aws ses! there...