Results 18 comments of sivagollapalli

@dblock Just now I checked, since I defined `changes.merge(key: "Save history-#{key}")` in my model it overrides changes that are there on the object. So, modified value becomes empty. Is this...

@dblock I think we can't fix this as the user modifies changes happened on the object using `changes.merge(key: "Save history-#{key}")`. Do you think the same?

The purpose of `changes.merge(key: "Save history-#{key}")?` is that I want to append `Save history` to the values before inserting into history tracker. But when I do `changes.merge(key: "Save history-#{key}")?` it...

@camertron Thanks for your reply. I containerized my apps already and have been deploying them via Jenkins. I would like to use kuby and try how to deploy them. Let...

I think it would be better if the function would return affected no. of rows as a return value along with the error. Let me know if it is fine....

@hexedpackets Hey.. I can help you with this issue. Could you guide me as I am new to Elixir?

@hexedpackets Can we use https://github.com/michalmuskala/plug_attack for rate limiting?

@lann Made changes. Could you please check?