SeepingN has quit [Quit: The system is going down for reboot NOW!]
sameerynho has quit [Ping timeout: 248 seconds]
hutch has quit [Ping timeout: 272 seconds]
Swyper has joined #ruby
Swyper has quit [Ping timeout: 244 seconds]
bambanx has joined #ruby
dar123 has quit [Ping timeout: 252 seconds]
dbugger__ has joined #ruby
_dbugger has quit [Ping timeout: 248 seconds]
octos has quit [Read error: Connection reset by peer]
octos has joined #ruby
cerulean has joined #ruby
cerulean has quit [Ping timeout: 248 seconds]
codefriar has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rsh has quit [Ping timeout: 248 seconds]
idiocrash has joined #ruby
Tempesta has quit [Quit: See ya!]
Tempesta has joined #ruby
bradleyprice has joined #ruby
cd has joined #ruby
CCDelivery has joined #ruby
bradleyprice has quit [Remote host closed the connection]
bradleyprice has joined #ruby
bradleyprice has quit [Remote host closed the connection]
uranoss has joined #ruby
rsh has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
tdy1 has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bradleyprice has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
idiocrash has quit [Ping timeout: 258 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
bradleyprice has quit [Remote host closed the connection]
lele has quit [Ping timeout: 258 seconds]
idiocrash has joined #ruby
CCDelivery has quit [Remote host closed the connection]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
Swyper has joined #ruby
lele has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
laaron has left #ruby ["Leaving"]
bradleyprice has joined #ruby
postmodern has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
rsh has quit [Ping timeout: 258 seconds]
rsh has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bambanx has quit [Quit: Leaving]
bradleyprice has quit [Remote host closed the connection]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
bradleyprice has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
AJA4350 has quit [Quit: AJA4350]
bradleyprice has quit [Remote host closed the connection]
bradleyprice has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
rsh has quit [Ping timeout: 248 seconds]
bambanx has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
bradleyprice has quit [Remote host closed the connection]
CableNinja has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
<CableNinja>
hey all, does anyone happen to know if theres a 'more complete' set of docs for the qtbindings gem? The docs on rubydoc.info dont seem to provide all of the classes/modules functionality, and the examples in its github dont really provide explanations on functions
braincrash has quit [Quit: bye bye]
braincrash has joined #ruby
gix has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
<CableNinja>
ok, well its not as helpful as I'd like, but I discovered both qtruby and qtbindings both have 'rbqtapi' which list all of the inputs... it still doesnt really explain a lot though :|
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
gix- has quit [Ping timeout: 248 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
bambanx has quit [Read error: Connection reset by peer]
bambanx has joined #ruby
ricekrispie2 has quit [Quit: YEET]
tdy1 is now known as tdy
fphilipe has joined #ruby
fphilipe has quit [Ping timeout: 257 seconds]
brool has quit [Ping timeout: 252 seconds]
duderonomy has joined #ruby
bambanx has quit [Read error: Connection reset by peer]
bambanx has joined #ruby
codefriar has joined #ruby
Swyper has quit [Remote host closed the connection]
bradleyprice has joined #ruby
dar123 has joined #ruby
bradleyprice has quit [Remote host closed the connection]
bradleyprice has joined #ruby
bambanxx has joined #ruby
StarLord__ has joined #ruby
bambanx has quit [Ping timeout: 248 seconds]
bambanxx has quit [Ping timeout: 272 seconds]
bambanx has joined #ruby
StarLord__ has quit [Ping timeout: 248 seconds]
rsh has joined #ruby
tdy has quit [Remote host closed the connection]
rsh has quit [Ping timeout: 245 seconds]
tdy has joined #ruby
bradleyprice has quit [Remote host closed the connection]
vulpisvulpis has joined #ruby
bradleyprice has joined #ruby
<vulpisvulpis>
I have two hashes containing Booleans and nils. I want to merge them into a single hash so I can iterate the hash, comparing key to value,. But, when I concert the two arrays into a single hash, the has is severely truncates. Is there a way too avoid that? I have created the hash like so Hash[array1.zip(array2)]
<havenwood>
vulpisvulpis: Show an example of `array1` and `array2`?
codefriar has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ravenousmoose has joined #ruby
rsh has quit [Ping timeout: 244 seconds]
SCHAAP137 has joined #ruby
SCHAPiE has quit [Ping timeout: 244 seconds]
SCHAAP137 is now known as SCHAPiE
FastJack has quit [Ping timeout: 264 seconds]
cadeskywalker has quit [Ping timeout: 244 seconds]
FastJack has joined #ruby
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
Swyper has joined #ruby
mniip has quit [Ping timeout: 604 seconds]
mniip has joined #ruby
fphilipe has joined #ruby
Swyper has quit [Remote host closed the connection]
cadeskywalker has joined #ruby
ur5us has joined #ruby
nowhereman has joined #ruby
tdy1 has quit [Ping timeout: 246 seconds]
fphilipe has quit [Ping timeout: 252 seconds]
bradleyprice has joined #ruby
bradleyprice has quit [Ping timeout: 248 seconds]
<marz_d`ghostman>
In rails model, say I only ask for password when the user is_admin?, where should I declare it? in the migration? and just do a `has_a_secure_password if: :is_admin?`?
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ravenousmoose has joined #ruby
gix has quit [Ping timeout: 258 seconds]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
ur5us has quit [Ping timeout: 244 seconds]
bambanx has quit [Quit: Leaving]
cerulean has joined #ruby
cerulean has quit [Ping timeout: 246 seconds]
conta has joined #ruby
gix has joined #ruby
rsh has joined #ruby
conta has quit [Client Quit]
conta has joined #ruby
FastJack has quit [Ping timeout: 264 seconds]
rsh has quit [Ping timeout: 258 seconds]
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
renich has quit [Remote host closed the connection]
hiroaki has joined #ruby
FastJack has joined #ruby
ravenousmoose has joined #ruby
nowhereman has quit [Ping timeout: 272 seconds]
BrianWGray has quit [Ping timeout: 244 seconds]
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
mikecmpbll has joined #ruby
BrianWGray has joined #ruby
gix has quit [Ping timeout: 248 seconds]
fphilipe has joined #ruby
fphilipe has quit [Ping timeout: 258 seconds]
rafadc has quit [Read error: Connection reset by peer]
rafadc has joined #ruby
cerulean has joined #ruby
s2013 has joined #ruby
cerulean has quit [Ping timeout: 248 seconds]
conta has quit [Quit: conta]
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ellcs has joined #ruby
pwnd_nsfw` has joined #ruby
bradleyprice has joined #ruby
UncleCid__ has quit [Ping timeout: 252 seconds]
cerulean has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
bradleyprice has quit [Ping timeout: 252 seconds]
cerulean has quit [Ping timeout: 258 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
schne1der has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
ellcs has quit [Ping timeout: 272 seconds]
doodlebug has joined #ruby
rainer_tm has quit [Quit: WeeChat 1.6]
Swyper has joined #ruby
rainer_tm has joined #ruby
Swyper has quit [Remote host closed the connection]
rsh has joined #ruby
ur5us has joined #ruby
rsh has quit [Ping timeout: 248 seconds]
ur5us has quit [Read error: Connection reset by peer]
ur5us_ has joined #ruby
AJA4350 has joined #ruby
Swyper has joined #ruby
ur5us_ has quit [Ping timeout: 272 seconds]
FernandoB has joined #ruby
hiroaki has quit [Ping timeout: 272 seconds]
themsay has quit [Read error: Connection reset by peer]