skade has quit [Quit: Computer has gone to sleep.]
cored has quit [Ping timeout: 244 seconds]
cobbr2 has quit [Ping timeout: 240 seconds]
CraigBuchek has quit [Quit: CraigBuchek]
skade has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
cobbr2 has joined #rom-rb
cobbr2 has quit [Ping timeout: 264 seconds]
cobbr2 has joined #rom-rb
cobbr2 has quit [Ping timeout: 240 seconds]
skade has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
postmodern has quit [Quit: Leaving]
sferik has joined #rom-rb
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
CraigBuchek has joined #rom-rb
cored has joined #rom-rb
sferik has joined #rom-rb
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sferik has joined #rom-rb
sferik has quit [Client Quit]
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
lgierth has joined #rom-rb
lgierth has quit [Quit: Ex-Chat]
skade has quit [Quit: Computer has gone to sleep.]
lgierth has joined #rom-rb
skade has joined #rom-rb
sdelmore has quit [Quit: Leaving.]
sdelmore has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
sdelmore has quit [Quit: Leaving.]
sdelmore has joined #rom-rb
cobbr2 has joined #rom-rb
<sdelmore>
Can anyone tell me if there are any two read/write capable adapters yet? Any two would work if they could just read and write a single object to two different places. Just wanting to put together a proof of concept demonstration.
<cored>
sdelmore: I think the in memory adapter is working
<sdelmore>
Trying to get it working now, last time i tried it a few weeks ago no luck. I noticed the sample code on the readme doesn't work.
<sdelmore>
I see rom depends on thread_safe 0.1.3, and axiom-memory_adapter depends on thread_safe 0.2.0
<sdelmore>
Well that is unexpected…
<sdelmore>
Bundler could not find compatible versions for gem "thread_safe":
<sdelmore>
In Gemfile:
<sdelmore>
axiom-memory-adapter (>= 0) ruby depends on
<sdelmore>
axiom-memory-adapter (>= 0) ruby depends on
<sdelmore>
thread_safe (~> 0.1.3) ruby
<cored>
hm
<sdelmore>
thread_safe (0.2.0)
<cored>
try with latest version from git
<sdelmore>
That is, I think. Here is the line from my gem file:
<sdelmore>
Ahhh…you must mean try with the latest version of thread_safe from git.
<sdelmore>
No luck there either. It seems axiom-memory-adapter really wants both versions of thread_safe.
<sdelmore>
Looks like jgaskins has two adapters working with perpetuity now, mongo and postgres. I'll take a crack at that and try axiom-memory-adapter in another month.
<CraigBuchek>
sdelmore: The perpetuity-memory adapter is working halfway decent too. Might be enough to save you from having to create a Mongo DB.
<CraigBuchek>
Oh. But Perpetuity doens't support 2 adapters at the same time.
solnic has joined #rom-rb
<solnic>
sdelmore: I'll push new rom with updated deps once we finish a couple of more things in the schema/mapping dsl layer and add support for wrap/group operations, it'll happen later this month (I'm working on rom every Friday so this time it's safe for me to say when something will be ready)
<solnic>
sdelmore: if all you need is a PoC you can set up 2 in-memory stores and have fun with that
<sdelmore>
solnic: Any examples or pointers on how I would get setup with two in memory stores? I was thinking by memory store you mean axiom_memory example but I have been trying that on and off for a few months and never been able to get a single example to work.
<solnic>
sdelmore: I'll update the examples along with the next release
<sdelmore>
Perfect, I will just monitor the repos.
<solnic>
currently released version will be yanked
cored has quit [Ping timeout: 240 seconds]
cored has joined #rom-rb
cored has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
plexus_ has joined #rom-rb
<plexus_>
hey, I'm trying out mutant, but it's not going so well