ohm icon indicating copy to clipboard operation
ohm copied to clipboard

indicates the thought patterns of someone with an ActiveRecord backgr…

Open TheNotary opened this issue 8 years ago • 3 comments

…ound

First thanks for working on this! Interacting directly with Redis does not seem workable for complex projects. Could I possibly get some feedback on this PR, rework the commit and then get it merged into the repo to help others who might have wanted to know similar things?

TheNotary avatar Jun 03 '16 00:06 TheNotary

@TheNotary Thanks! This is a great idea, I will work one this on Monday and give you feedback. It looks very good, I think we will be able to merge it next week.

soveran avatar Jun 03 '16 02:06 soveran

We don't use Bundler, so I'm wondering if your example should be in a directory inside ./examples, where you could also include this Gemfile. Instead of Bundler, we use dep and gs. You can read about that approach here.

soveran avatar Jun 16 '16 07:06 soveran

Thanks for the feedback, and wow, good to know about deps and gs, I hadn't heard of this approach! I'm a bit short on freetime at the moment, but I'll flesh out that second test... and I'll do a 'populate_db' method for populating items so they can be looked up rather than created every time, and then associated with a persons :body for instance.

TheNotary avatar Jun 16 '16 16:06 TheNotary