Results 44 comments of rtomayko

Yes. Definitely the plan. Probably each will have a single source file that defines both the meta and entity store.

It's like 30 lines of code or something. A very minimal bit of stuff over `Test::Unit`.

Yeah. It's super annoying. I'll give it a shot but I have a feeling it's going to take more time than I have to dedicate to it right now.

I moved the testsuite to bacon so that the tests at least run under Ruby 1.9.x. I still fucking hate it but it's better than nothing I guess.

Thanks for this. I may change some of the option / methods names if that's cool.

I'd very much be interested in seeing a patch. If its not too invasive and is fairly small LOC-wise I'd be happy to merge it.

Thanks @ejfinneran. Let me know when something materializes.

Thanks for this. I've run into the problem a few times now. I need to do a bit closer review of the diff and approach but I'm definitely interested in...

Hmm, yeah it looks like redis_config is nil. Maybe try `RAILS_ENV=production` instead of "prod"? This smells like a general environment loading issue.

Strange indeed. Thanks for the report. Failing test is: https://github.com/rtomayko/replicate/blob/9181dce22ef/test/dumper_test.rb#L47-L54 Smells like maybe a timestamp was added to the base marshal stuff but I haven't dug in too much to...