PauloEE has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
livoreno has joined #ruby
PauloEE has joined #ruby
PauloEE has quit [Changing host]
PauloEE has joined #ruby
PauloEE has quit [Ping timeout: 272 seconds]
_whitelogger has joined #ruby
Fusl has quit [Quit: K-Lined]
Fusl has joined #ruby
pastelowl has joined #ruby
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
___nick___ has joined #ruby
grenierm has joined #ruby
cappy has joined #ruby
nirvdrum741 has quit [Ping timeout: 244 seconds]
nirvdrum741 has joined #ruby
hololeap has quit [Quit: stack overflow]
hololeap has joined #ruby
Vonter has quit [Ping timeout: 260 seconds]
Vonter has joined #ruby
hololeap has quit [Quit: odbye]
_whitelogger has joined #ruby
cappy has quit [Ping timeout: 260 seconds]
msv has quit [Quit: Leaving]
infinityfye has joined #ruby
msv has joined #ruby
Vonter has quit [Ping timeout: 244 seconds]
Vonter has joined #ruby
Linux_Kerio has joined #ruby
Linux_Kerio has quit [Read error: Connection reset by peer]
fantazo has joined #ruby
msv has quit [Quit: Leaving]
dantxtm has joined #ruby
My-Bosnian-mom-M has joined #ruby
dantxtm has quit [Client Quit]
msv has joined #ruby
My-Bosnian-mom-M has quit [Quit: Client closed]
My-Bosnian-mom-M has joined #ruby
My-Bosnian-mom-M has quit [Quit: Client closed]
grenierm has quit [Ping timeout: 272 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
infinityfye has quit [Ping timeout: 252 seconds]
Exa has quit [Quit: see ya!]
Exa has joined #ruby
infinityfye has joined #ruby
gr33n7007h has quit [Quit: WeeChat 4.6.3]
gr33n7007h has joined #ruby
sarna has quit [Ping timeout: 272 seconds]
GreenResponse has joined #ruby
sarna has joined #ruby
fantazo has quit [Quit: Lost terminal]
livoreno has joined #ruby
andy-turner has joined #ruby
andy-turner has quit [Remote host closed the connection]
andy-turner has joined #ruby
andy-turner has quit [Quit: Leaving]
andy-turner has joined #ruby
josiah has joined #ruby
andy-turner has quit [Quit: Leaving]
andy-turner has joined #ruby
<ih8u>
any conventions for storing a hash in a db?
<ih8u>
i mean under a single column
gr33n7007h has quit [Ping timeout: 276 seconds]
gr33n7007h has joined #ruby
hololeap has joined #ruby
josiah has quit [Quit: josiah]
andy-turner has quit [Remote host closed the connection]
andy-turner_ has joined #ruby
andy-turner_ has quit [Read error: Connection reset by peer]
andy-turner has joined #ruby
andy-turner has quit [Read error: Connection reset by peer]
andy-turner has joined #ruby
andy-turner has quit [Ping timeout: 245 seconds]
andy-turner has joined #ruby
livoreno has quit [Quit: Connection closed for inactivity]
rubin55 has quit [Ping timeout: 260 seconds]
rubin55 has joined #ruby
wbooze has quit [Quit: Leaving]
<ih8u>
why can't my roda hash branches see defs defined in the main class?
wbooze has joined #ruby
user71 has joined #ruby
Vonter has quit [Ping timeout: 244 seconds]
Vonter has joined #ruby
<o0x1eef>
Few options: JSON, YAML, or even Marshal. With JSON there can be underlying database support (eg jsonb columns in postgresql), and it seems like the safest option.
livoreno has joined #ruby
donofrio2 has joined #ruby
donofrio has quit [Ping timeout: 276 seconds]
andy-turner__ has joined #ruby
andy-turner has quit [Ping timeout: 272 seconds]
szkl has quit [Quit: Connection closed for inactivity]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
___nick___ has quit [Ping timeout: 276 seconds]
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 252 seconds]
rvalue- is now known as rvalue
andy-turner_ has joined #ruby
andy-turner__ has quit [Read error: Connection reset by peer]
andy-turner_ has quit [Read error: Connection reset by peer]
fantazo has joined #ruby
andy-turner_ has joined #ruby
Vonter has quit [Ping timeout: 248 seconds]
sir_oj has joined #ruby
andy-turner_ has quit [Read error: Connection reset by peer]
andy-turner_ has joined #ruby
andy-turner_ has quit [Read error: Connection reset by peer]
andy-turner_ has joined #ruby
andy-turner__ has joined #ruby
andy-turner_ has quit [Read error: Connection reset by peer]
<havenwood>
ih8u: YAML::DBM for example, uses String keys and can store a Hash as a value. Which DB is essential to know.