ohm
ohm copied to clipboard
indicates the thought patterns of someone with an ActiveRecord backgr…
…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 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.
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.
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.