mange has joined #ruby
flurp has joined #ruby
chair1 has joined #ruby
smp_ has joined #ruby
smp has quit [Ping timeout: 260 seconds]
smp_ is now known as smp
chair1 has quit [Ping timeout: 250 seconds]
chair1 has joined #ruby
cherryramatisdev has quit [Quit: WeeChat 4.7.1]
fercell_ has joined #ruby
fercell has quit [Ping timeout: 255 seconds]
Thanzex025 has quit [Ping timeout: 248 seconds]
Thanzex025 has joined #ruby
brw has quit [Read error: Connection reset by peer]
brw has joined #ruby
brw has joined #ruby
brw has quit [Read error: Connection reset by peer]
brw has joined #ruby
brw has quit [Read error: Connection reset by peer]
brw has joined #ruby
brw has quit [Read error: Connection reset by peer]
brw has joined #ruby
hightower3 has joined #ruby
hightower2 has quit [Read error: Connection reset by peer]
hombrelaser has quit [Quit: Adiós!]
hombrelaser has joined #ruby
ox has joined #ruby
oz has quit [Ping timeout: 258 seconds]
msv has quit [Remote host closed the connection]
dviola has quit [Quit: WeeChat 4.7.0]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #ruby
msv has joined #ruby
gr33n7007h has quit [Ping timeout: 258 seconds]
_whitelogger has joined #ruby
Vonter has quit [Ping timeout: 258 seconds]
cappy has joined #ruby
Vonter has joined #ruby
isene has joined #ruby
grenierm has joined #ruby
hightower2 has joined #ruby
hightower4 has quit [Ping timeout: 248 seconds]
cappy has quit [Quit: Leaving]
grenierm50 has joined #ruby
grenierm has quit [Ping timeout: 250 seconds]
LainIwakura has joined #ruby
inline has quit [Quit: Leaving]
inline has joined #ruby
chair16 has joined #ruby
chair1 has quit [Ping timeout: 250 seconds]
chair16 is now known as chair1
TomyWork has joined #ruby
chair1 has quit [Ping timeout: 250 seconds]
chair1 has joined #ruby
schne1der has joined #ruby
jmcantrell_ has quit [Ping timeout: 248 seconds]
msv has quit [Read error: Connection reset by peer]
TomyWork has quit [Remote host closed the connection]
schne1der has quit [Quit: schne1der]
TomyWork has joined #ruby
Tempesta has quit [Quit: See ya!]
hightower4 has joined #ruby
hightower2 has quit [Ping timeout: 258 seconds]
LainIwakura has quit [Ping timeout: 250 seconds]
flurp has joined #ruby
grenierm50 has quit [Quit: Client closed]
infinityfye has joined #ruby
infinityfye has quit [Read error: Connection reset by peer]
infinityfye has joined #ruby
chair1 has quit [Quit: Client closed]
infinityfye has quit [Read error: Connection reset by peer]
infinityfye has joined #ruby
infinityfye has quit [Read error: Connection reset by peer]
lief has joined #ruby
lief has quit [Client Quit]
Tempesta has joined #ruby
lief has joined #ruby
nirvdrum7410 has quit [Quit: Ping timeout (120 seconds)]
nirvdrum7410 has joined #ruby
msv has joined #ruby
Thanzex025 has quit [Ping timeout: 248 seconds]
GreenResponse has joined #ruby
Thanzex025 has joined #ruby
Thanzex025 has quit [Quit: Ping timeout (120 seconds)]
Thanzex025 has joined #ruby
Thanzex025 has quit [Ping timeout: 265 seconds]
Thanzex025 has joined #ruby
olus has quit [Quit: ᕕ(ᐛ)ᕗ]
olus has joined #ruby
mange has quit [Remote host closed the connection]
<
kjetilho>
hrm. speaking of which - I don't see a way to make .to_json return a stable output? ie. not randomly ordered
<
kjetilho>
perhaps I need to do the sorting in ERB after all :)
Thanzex025 has quit [Ping timeout: 265 seconds]
GreenResponse has quit [Quit: Leaving]
maidhc has joined #ruby
maidhc has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
The_Camel_ has joined #ruby
patrick_ has joined #ruby
patrick_ has quit [Changing host]
patrick_ has joined #ruby
patrick has quit [Killed (platinum.libera.chat (Nickname regained by services))]
patrick_ is now known as patrick
g_sg_ has joined #ruby
nakilon_ has joined #ruby
jbg_ has joined #ruby
rvalue- has joined #ruby
Milos_ has joined #ruby
olusx has joined #ruby
brokkoli_originl has joined #ruby
legahc- has joined #ruby
integral_ has joined #ruby
RetroPunk_ has joined #ruby
slondr_ has joined #ruby
matoro_ has joined #ruby
dannyAAM_ has joined #ruby
cnsunyour has joined #ruby
kmad_ has joined #ruby
pages_ has joined #ruby
mjacob_ has joined #ruby
tsv1 has joined #ruby
aindilis_ has joined #ruby
olus has quit [*.net *.split]
sunyour has quit [*.net *.split]
jbg has quit [*.net *.split]
aindilis has quit [*.net *.split]
rvalue has quit [*.net *.split]
legahc has quit [*.net *.split]
The_Camel has quit [*.net *.split]
brokkoli_origin has quit [*.net *.split]
sarna has quit [*.net *.split]
jess has quit [*.net *.split]
integral has quit [*.net *.split]
mjacob has quit [*.net *.split]
kmad has quit [*.net *.split]
Milos has quit [*.net *.split]
rapha has quit [*.net *.split]
surrounder has quit [*.net *.split]
pages has quit [*.net *.split]
slondr has quit [*.net *.split]
tsv has quit [*.net *.split]
RetroPunk has quit [*.net *.split]
matoro has quit [*.net *.split]
g_sg has quit [*.net *.split]
nakilon has quit [*.net *.split]
dannyAAM has quit [*.net *.split]
sandra has quit [*.net *.split]
petru has quit [*.net *.split]
legahc- is now known as legahc
slondr_ is now known as slondr
RetroPunk_ is now known as RetroPunk
jbg_ is now known as jbg
g_sg_ is now known as g_sg
nakilon_ is now known as nakilon
dannyAAM_ is now known as dannyAAM
integral_ is now known as integral
jess has joined #ruby
rvalue- is now known as rvalue
brokkoli_originl is now known as brokkoli_origin
petru has joined #ruby
rapha has joined #ruby
rapha has quit [Changing host]
rapha has joined #ruby
sandra has joined #ruby
geewiz has joined #ruby
sarna has joined #ruby
geewiz has quit [Client Quit]
geewiz has joined #ruby
user71 has joined #ruby
maidhc has joined #ruby
<
havenwood6>
kjetilho: JSON objects are unsorted according to spec, unlike Ruby hashes. I assume lists aren't getting reordered.
lief has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
maidhc has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
maidhc has joined #ruby
maidhc has quit [Client Quit]
lief has joined #ruby
jmcgnh has quit [Excess Flood]
BSaboia has joined #ruby
jmcgnh has joined #ruby
surrounder has joined #ruby
maidhc has joined #ruby
maidhc has quit [Client Quit]
maidhc has joined #ruby
maidhc has quit [Client Quit]
Sampersand has joined #ruby
gr33n7007h has quit [Ping timeout: 248 seconds]
gr33n7007h has joined #ruby