grosser / cia

Central Internal Auditing: Audit model events like update/create/delete + attribute changes + grouped them by transaction, in normalized table layout for easy query access.
12 stars 18 forks source link

Add inverse_of between AttributeChange and Event #6

Closed pschambacher closed 9 years ago

pschambacher commented 9 years ago

@grosser this fixes https://github.com/rails/rails/issues/10983

grosser commented 9 years ago

:+1: any way to add a test for it ?

pschambacher commented 9 years ago

Well there's one in Classic :smile:

grosser commented 9 years ago

good enough I guess ... if you can reproduce having a test here would be nice :)

grosser commented 9 years ago

can you rebase too ?

pschambacher commented 9 years ago

will do

pschambacher commented 9 years ago

Rebase is done. Regarding the repro of the issue, no luck reproducing it... Anything I try to write is green on master as well so it's not testing anything.

grosser commented 9 years ago

v0.5.9 is out!