Winton Welsh
Winton Welsh
@elmatou Do you have any interest in taking over ownership of ActsAsArchive?
Added @elmatou to collaborators and added a note about the project not being maintained.
Hey Dan, thanks for the kind words. It is no longer necessary to declare acts_as_archive on the class. Was the YAML file alone not working for you? I agree on...
Hey guys, thanks for looking into this. I am going to look into getting the specs running in SQLite this weekend. If anybody makes it there before me, it would...
Noted. I will see if I can come up with a changelog process that works retroactively.
It seems like Redis would be a good fit for storing the master and shadow, maybe paired with [node-redlock](https://github.com/mike-marcacci/node-redlock). Another alternative is to have the servers share the objects directly...
Happening for me as well on Rails 2.3.4.
Hey Mario, Surrounding a string in those special characters actually tells Ruby to execute that string as a system call. It is similar to using the system() call: http://www.ruby-doc.org/core/classes/Kernel.html#M005982 The...