Stefan Slaveykov
Stefan Slaveykov
Just bumping this up. Started encountering this after an elixir upgrade. Currently running on 1.10.4 and using httpoison 1.7.0, hackney 1.17.4 I found some vague options online and tried playing...
Just bumping this up: We are also experiencing problems connecting to Atlas. The actual error is: ``` [error] Mongo.Protocol (#PID) failed to connect: ** (Mongo.Error) tcp connect: non-existing domain -...
The free edition of Sugar, i think its CE, Version 6.5.0 (Build 8338)
After some more debugging i did this: inactive_users.each do |user| # This does not work! Doesn`t save the hash_password in the db user.status = "Active" user.user_hash = hash_password user.save! ```...
Yeah, i can see it in the set_entry: Request: section of the JSON, but that not doing me any good, unfortunately. How can Sugar just ignore the value?
After some more testing i found that updating the db directly from ActiveRecord::Base.connection works. It`s not so pretty, but its doing the job for now :)
I'm also running into the problem of ``` Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved ``` on...