Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Ohm Ruby
Conversations
About
Ohm Ruby
Contact owners and managers
1–30 of 79
Mark all as read
Report group
0 selected
Lucas Dohmen
,
Michel Martens
3
11/3/18
Modeling a task board
Hey :) Thank you for your feedback :) I've tried it and it works really well :) Another question
unread,
Modeling a task board
Hey :) Thank you for your feedback :) I've tried it and it works really well :) Another question
11/3/18
Kate Canaveral
, …
Michel Martens
12
6/6/18
Project
Excellent, I will work on this issue. On Tue, Jun 5, 2018 at 6:53 PM Anthony Scalisi <scalisi.a@
unread,
Project
Excellent, I will work on this issue. On Tue, Jun 5, 2018 at 6:53 PM Anthony Scalisi <scalisi.a@
6/6/18
Jose Ernesto Suarez
, …
scalp42
6
9/22/16
Creating ordered lists
Hi Michael, Do you know if there's any chance to see sorted sets supported in Ohm directly? It
unread,
Creating ordered lists
Hi Michael, Do you know if there's any chance to see sorted sets supported in Ohm directly? It
9/22/16
Michel Martens
4/13/16
Ohm 3.0.0 Released
A new version of Ohm is out, you can read all about it at https://github.com/soveran/ohm/releases/tag
unread,
Ohm 3.0.0 Released
A new version of Ohm is out, you can read all about it at https://github.com/soveran/ohm/releases/tag
4/13/16
Esteban Feldman
,
Michel Martens
3
12/13/14
NoMethodError: undefined method `to_msgpack' for #<Subreddit:0x007ff0a3b9b950>
We discussed this on IRC and it's solved, but for posterity: the error was in `index :subreddit`,
unread,
NoMethodError: undefined method `to_msgpack' for #<Subreddit:0x007ff0a3b9b950>
We discussed this on IRC and it's solved, but for posterity: the error was in `index :subreddit`,
12/13/14
carlos...@egenial.com.br
9/12/14
Performance find and constant update?
friends, is there any performance difference between version 1.3.2 and version 2.0.1? I ask because
unread,
Performance find and constant update?
friends, is there any performance difference between version 1.3.2 and version 2.0.1? I ask because
9/12/14
Nicholas Wieland
,
Michel Martens
2
8/13/14
Overriding attributes
Hello Nicholas, When Ohm loads the attributes from the database, it doesn't assign it to @
unread,
Overriding attributes
Hello Nicholas, When Ohm loads the attributes from the database, it doesn't assign it to @
8/13/14
Sam Duke
,
Edwin Corprew Reed
2
5/5/14
Database agnostic testing
Use fakeredis (or similar) for testing redis-based stuff on CI servers -- https://github.com/
unread,
Database agnostic testing
Use fakeredis (or similar) for testing redis-based stuff on CI servers -- https://github.com/
5/5/14
mattcr...@mac.com
,
Michel Martens
8
3/12/14
Ohm::IndexNotFound: Ohm::IndexNotFound on adding to a collection or a set
Can you double check? Or maybe take a look at the code of the installed gem. The reason for that is
unread,
Ohm::IndexNotFound: Ohm::IndexNotFound on adding to a collection or a set
Can you double check? Or maybe take a look at the code of the installed gem. The reason for that is
3/12/14
Lloyd Hughes
12/28/13
Filtered collections
Hi, I have a use case where I currently keep 3 lists to store users on. Each of these lists stores
unread,
Filtered collections
Hi, I have a use case where I currently keep 3 lists to store users on. Each of these lists stores
12/28/13
Ronny Ager-Wick
3/10/13
Has Ohm::Model::Wrapper been removed?
I'm upgrading from ohm 0.1.0.rc4 to ohm 1.2.0 (and ohm_contrib 0.0.42 to ohm-contrib-1.2). In one
unread,
Has Ohm::Model::Wrapper been removed?
I'm upgrading from ohm 0.1.0.rc4 to ohm 1.2.0 (and ohm_contrib 0.0.42 to ohm-contrib-1.2). In one
3/10/13
Hung Tran
, …
Michel Martens
4
9/29/12
model inheritance and index
Hey, On Thu, Sep 27, 2012 at 8:55 PM, Hung Tran <htran...@gmail.com> wrote: > I have a
unread,
model inheritance and index
Hey, On Thu, Sep 27, 2012 at 8:55 PM, Hung Tran <htran...@gmail.com> wrote: > I have a
9/29/12
Gunchars
,
Hung Tran
2
9/27/12
inheritance with Ohm
Hi - not sure if this is still relevant to you but the case you describe below seems to work for me
unread,
inheritance with Ohm
Hi - not sure if this is still relevant to you but the case you describe below seems to work for me
9/27/12
Austen McRae
, …
Jessica Mink
3
5/28/12
Ohm Failing to remove indices upon deletion?
We realized the issue was that we were mixing 0.1.5 and 1.0.0. We haven't had the issue again
unread,
Ohm Failing to remove indices upon deletion?
We realized the issue was that we were mixing 0.1.5 and 1.0.0. We haven't had the issue again
5/28/12
Virendra Negi
,
cyx
2
5/26/12
Mass Insertion
Hi, Unfortunately there is none. It's not impossible though. One approach would be to use a
unread,
Mass Insertion
Hi, Unfortunately there is none. It's not impossible though. One approach would be to use a
5/26/12
Phuc Quang
,
cyx
2
5/26/12
Delete a collection of objects
Hi, Unfortunately there's no way, given that you have many keys for each individual object. If
unread,
Delete a collection of objects
Hi, Unfortunately there's no way, given that you have many keys for each individual object. If
5/26/12
Chris
,
David Badley
2
3/12/12
Interest in supporting a connection pool?
I had this issue as well when I was using Ohm. Recognized it because at scale it was bottlenecking on
unread,
Interest in supporting a connection pool?
I had this issue as well when I was using Ohm. Recognized it because at scale it was bottlenecking on
3/12/12
hau
10/22/11
srandmember on sets?
I was wondering how to select a random member of a set using ohm. For example, I have two models:
unread,
srandmember on sets?
I was wondering how to select a random member of a set using ohm. For example, I have two models:
10/22/11
hyn
, …
tribalvibes
4
9/9/11
NoMethodError with empty find results
Hi hyn, Have you declared title as a plain attribute (eg, not using Typecast Array) and are storing
unread,
NoMethodError with empty find results
Hi hyn, Have you declared title as a plain attribute (eg, not using Typecast Array) and are storing
9/9/11
hyn
,
Michel Martens
3
9/6/11
Model callback upon successful creation
thanks, exactly what I need. On Sep 6, 6:41 pm, Michel Martens <mic...@soveran.com> wrote: >
unread,
Model callback upon successful creation
thanks, exactly what I need. On Sep 6, 6:41 pm, Michel Martens <mic...@soveran.com> wrote: >
9/6/11
hyn
,
cyx
3
7/13/11
How to store a simple hash
Okay, so it performs serialization under the hood. Since my hash could be around 150+ bytes and I
unread,
How to store a simple hash
Okay, so it performs serialization under the hood. Since my hash could be around 150+ bytes and I
7/13/11
hyn
,
cyx
4
7/10/11
Rails
Sorry no idea. Been off rails for more than a year now so much of what you said is a bit alien at
unread,
Rails
Sorry no idea. Been off rails for more than a year now so much of what you said is a bit alien at
7/10/11
tanin
, …
cyx
10
7/6/11
Model One to One relationship?
Hi tanin, Makes sense. If you load all attributes, that would result in an HGET for each of the
unread,
Model One to One relationship?
Hi tanin, Makes sense. If you load all attributes, that would result in an HGET for each of the
7/6/11
tanin
,
Michel Martens
3
6/27/11
Ohm does not use mget?
On Mon, Jun 27, 2011 at 1:20 AM, tanin can mend your broken heart <tan...@gmail.com> wrote:
unread,
Ohm does not use mget?
On Mon, Jun 27, 2011 at 1:20 AM, tanin can mend your broken heart <tan...@gmail.com> wrote:
6/27/11
Phil Stewart
,
Damian Janowski
4
6/13/11
Optimizing index handling with pipelining
On May 25, 5:28 pm, Phil Stewart <phil.stew...@gmail.com> wrote: > I'll have a crack at
unread,
Optimizing index handling with pipelining
On May 25, 5:28 pm, Phil Stewart <phil.stew...@gmail.com> wrote: > I'll have a crack at
6/13/11
Phil Stewart
,
Damian Janowski
2
5/24/11
Reloading attributes on out-of-date instances
On Tue, May 10, 2011 at 2:24 PM, Phil Stewart <phil.s...@gmail.com> wrote: > Hi all, >
unread,
Reloading attributes on out-of-date instances
On Tue, May 10, 2011 at 2:24 PM, Phil Stewart <phil.s...@gmail.com> wrote: > Hi all, >
5/24/11
Martin Guetlein
,
Damian Janowski
2
5/5/11
multi-threading issues
On Thu, May 5, 2011 at 4:06 AM, Martin Guetlein <martin....@googlemail.com> wrote: > Hi
unread,
multi-threading issues
On Thu, May 5, 2011 at 4:06 AM, Martin Guetlein <martin....@googlemail.com> wrote: > Hi
5/5/11
Martin Guetlein
,
Michel Martens
2
5/5/11
Storing objects in Ohm:Model
Hey, On Thu, May 5, 2011 at 5:07 AM, Martin Guetlein <martin....@googlemail.com> wrote:
unread,
Storing objects in Ohm:Model
Hey, On Thu, May 5, 2011 at 5:07 AM, Martin Guetlein <martin....@googlemail.com> wrote:
5/5/11
Michael Gorsuch
,
Damian Janowski
3
4/19/11
Ohm and Transactions?
Okay! I worked up a small pattern to work with this. Thanks for the reply. Michael On Tue, Apr 19,
unread,
Ohm and Transactions?
Okay! I worked up a small pattern to work with this. Thanks for the reply. Michael On Tue, Apr 19,
4/19/11
Charles
4/10/11
pipelining
is there a way to apply pipelining with Ohm? I am trying to load tens of millions records and am
unread,
pipelining
is there a way to apply pipelining with Ohm? I am trying to load tens of millions records and am
4/10/11