ljarvis changed the topic of #ruby-lang to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p547: http://ruby-lang.org || Paste code on http://gist.github.com
elia has quit [Quit: Computer has gone to sleep.]
SuMo_D has quit [Remote host closed the connection]
haraoka has quit [Ping timeout: 260 seconds]
SuMo_D has joined #ruby-lang
skammer has joined #ruby-lang
imkmf_ has quit [Ping timeout: 272 seconds]
imkmf has quit [Ping timeout: 245 seconds]
tcrypt_ has quit [Remote host closed the connection]
gix has quit [Ping timeout: 272 seconds]
SuMo_D has quit [Ping timeout: 272 seconds]
skammer has quit [Ping timeout: 245 seconds]
kfpratt has quit [Remote host closed the connection]
gix has joined #ruby-lang
kgrz has joined #ruby-lang
sepp2k1 has joined #ruby-lang
kgrz has quit [Ping timeout: 245 seconds]
kfpratt has joined #ruby-lang
kfpratt has quit [Remote host closed the connection]
RobertBirnie has quit [Ping timeout: 240 seconds]
skade has quit [Quit: Computer has gone to sleep.]
sepp2k has quit [Ping timeout: 272 seconds]
charliesome has joined #ruby-lang
<jdecuirm> Hi!
<jdecuirm> I have a little question about subdirectories in Ruby x3
Asher has quit [Quit: Leaving.]
<jdecuirm> I am checking RbConfig::CONFIG["terms"] in irb, but it returns me nil, so i guess it does not exist, but, is that directory supposed to be with the installation right?
bruno- has joined #ruby-lang
haraoka has joined #ruby-lang
kfpratt has joined #ruby-lang
centrx has quit [Ping timeout: 245 seconds]
jbardin has quit [Quit: jbardin]
bruno- has quit [Ping timeout: 245 seconds]
Asher has joined #ruby-lang
cleopatra has quit [Remote host closed the connection]
kfpratt has quit [Remote host closed the connection]
kfpratt has joined #ruby-lang
|jemc| has quit [Ping timeout: 245 seconds]
<havenwood> jdecuirm: What's Ruby x3?
<havenwood> jdecuirm: What's 'term'?
<havenwood> jdecuirm: In irb or Pry maybe take a look at: RbConfig::CONFIG.keys
<havenwood> >> RbConfig::CONFIG['prefix']
<eval-in_____> havenwood => "/execpad/interpreters/ruby-2.1.2" (https://eval.in/194346)
charliesome has quit [Quit: zzz]
kfpratt has quit [Ping timeout: 272 seconds]
<jdecuirm> lol i'ts just a smiley
<jdecuirm> :o, thanks havenwood!
momomomomo has quit [Quit: momomomomo]
dorei has joined #ruby-lang
<wallerdev> oh wow
<wallerdev> i had no idea x3 was a smiley
<wallerdev> i thought for sure it was some random ruby library
<jdecuirm> lol!
<wallerdev> guess im getting too old
centrx has joined #ruby-lang
<jdecuirm> hahahaha it's like a smiley face closing the eyes with a cat mouth like, or something!
<wallerdev> yeah everyone seems to be using :3 these days
<havenwood> jdecuirm: oooh, hehe
<wallerdev> i dont understand the concept of a cat mouth
<wallerdev> but whatever lol
<jdecuirm> hahahaha
<havenwood> wallerdev: if you're a crab!
<harly> you'll never miss it again.
<wallerdev> i just assume people who type :3 are nervous about what they just said
<wallerdev> because it looks like a nervous face to me
<womble> I always figured it was Dolly Parton
<jdecuirm> And that's exactly what harly show us!
<jdecuirm> lol!!
<wallerdev> how old are you jdecuirm
<jdecuirm> ....erm....27....
<jdecuirm> don't kill me pls
<harly> ...
<wallerdev> ...
<harly> i was gonna guess a tad under that. but it's cool
Asher has quit [Quit: Leaving.]
<wallerdev> older than me :p
<jdecuirm> hahahaha sorry, i'm much of social networking guy
<jdecuirm> so i have to live with that things
<wallerdev> what social networks?
<wallerdev> catbook.com ?
<jdecuirm> Facebook, twitter, tinder, etc..
<centrx> RubbyistaSpace
<jdecuirm> Lol, in fact those things came from Line
<wallerdev> tinder isnt much of a "social" network is it really, just 1 on 1
<harly> that japanese?
<jdecuirm> Japanese people
<jdecuirm> use a lot of those things
<harly> oh right. friggin crazy about that stuff
<jdecuirm> in fact there's like a keyboard for that
<wallerdev> well 3 is lucky in japan or something right?
<wallerdev> or one number is, i forget
<jdecuirm> sorry is that i'm learning from The Well Grounded Rubyist and that part from config came into play
<jdecuirm> i know 4 and 9 are unlucky numbers over there
<harly> now i'm lost on an emoji page. apparently this is a cat: (^人^)
<harly> oh. that didn't come through right.
<harly> nm. it looked like an ass to me
<jdecuirm> hahahahaha lol
<wallerdev> my fav is a sword
<wallerdev> cxxxx[==========>
<jdecuirm> now you made my night
<harly> http://japaneseemoticons.net/ have fun folks. click a couple menu links, tell me you don;t get lost for minutes
<jdecuirm> lol
benlovell has joined #ruby-lang
<jdecuirm> I come from java, objective c and c#
<jdecuirm> so, in ruby i can have many classes in one file?
Asher has joined #ruby-lang
<wallerdev> you can have the same in c#
<jdecuirm> or can i just go the classic file per class?
<wallerdev> most people do one file per class
<jdecuirm> cool
<wallerdev> easier to find things
<centrx> jdecuirm, You can have many classes in one file, but one file per class is the usual style
<jdecuirm> just to be sure
<jdecuirm> yeah! i will go for that style
<jdecuirm> but i kinda hate the lots of ways to refer to a file
<jdecuirm> require, require_relative, load, etc
Averna has joined #ruby-lang
<jdecuirm> makes it a little confusing
<wallerdev> well in ruby theres 100 ways to do everything, thats part of the fun
<centrx> jdecuirm, you usually only use "require" in your code
<wallerdev> lol
mistym has quit [Remote host closed the connection]
shinnya has joined #ruby-lang
<jdecuirm> The best part of ruby, are the ways to access an array
<jdecuirm> it's kinda magical or something
<centrx> Yes, Ruby is made out of magic
<jdecuirm> when i started with java i hate it so much in a way
<jdecuirm> lol
diegoviola has quit [Quit: WeeChat 1.0]
<centrx> Beware, Java can cause brain damage
<jdecuirm> hahahaha
<wallerdev> java is nice, it's very structured
<jdecuirm> but that's the problem itself
<jdecuirm> as it is static
<wallerdev> i cant think of a good use case for java though to be honest
<jdecuirm> you don't feel like the freedom
benlovell has quit [Ping timeout: 255 seconds]
<wallerdev> :p
<jdecuirm> that's the difference between static language over dynamic i guess
kfpratt has joined #ruby-lang
houhoulis has quit [Remote host closed the connection]
<wallerdev> lol no that repo is a joke
<centrx> Ruby has nice features over other dynamic languages as well
<centrx> wallerdev, no, look at the top, it says "FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by a serious businessman for serious business purposes."
<wallerdev> :p
kfpratt has quit [Remote host closed the connection]
airborne has quit [Ping timeout: 246 seconds]
Lewix has joined #ruby-lang
hellangel7 has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
jgpawletko_mtgs has quit [Quit: jgpawletko_mtgs]
tkuchiki has joined #ruby-lang
skammer has joined #ruby-lang
sleepee has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
kfpratt has joined #ruby-lang
<jdecuirm> I'm learning ruby to go to Rails
<jdecuirm> because i need a backend
<jdecuirm> is it a good choice?
<centrx> cool
<centrx> Yes, Rails is great
<centrx> even if you only need ActiveRecord or ActiveSupport, you can use them on their own
<jdecuirm> Excellent!
<jdecuirm> I'm not really much of a server side guy, but i was thinking in Rails, apache for server, and mysql for database
hellangel7 has quit [Remote host closed the connection]
<wallerdev> pretty standard stuff
<jdecuirm> As i don't like to pay for BaaS, like parse or even heroku. In fact one of the main points for using rails is a gem that i found
<centrx> jdecuirm, Usually something like nginx with unicorn/puma/some other animal/rainbows is used for the web server
<centrx> jdecuirm, Also I would recommend using PostgreSQL over MySQL
hagabaka has quit [Ping timeout: 240 seconds]
<centrx> jdecuirm, or at least MariaDB over MySQL
<jdecuirm> to push notifications
<wallerdev> haha i dont think itll matter much for him centrx
<jdecuirm> oh! thanks centrx
<jdecuirm> i have to get my hands on that!
<centrx> wallerdev, Are you suggesting he doesn't want an awesome setup whatever it is!?
<wallerdev> yes
skammer has quit [Ping timeout: 258 seconds]
<centrx> Outrageous
SuMo_D has joined #ruby-lang
<jdecuirm> nginx and postgradeSQL
<jdecuirm> will check on them!
<wallerdev> postgrade lol
dorei has quit []
hagabaka has joined #ruby-lang
<jdecuirm> I just need to create API's for mobile devices
<jdecuirm> but jumping from those languages to server side it's a little difficult because i don't have a web development background
<SuMo_D> hi room
houhoulis has joined #ruby-lang
<SuMo_D> I'm trying to use https://github.com/hybridgroup/artoo-raspi - the artoo gem with a raspi, I'm still new to ruby, so I'm not sure how to execute the code once I have it written?
<jdecuirm> Hello
<SuMo_D> I have rails and ruby 2.1.2 installed on my raspi
kfpratt has quit [Remote host closed the connection]
kfpratt has joined #ruby-lang
<centrx> SuMo_D, with rails you do: rails server or rails run (rails s or rails r)
<centrx> SuMo_D, to run a ruby script, it's just: ruby <filename>
<SuMo_D> I'm used to working with arduinos, where there is a compiler, so I'm not sure how to do that with ruby where there's no compiler
<centrx> SuMo_D, The "ruby" executable is called an interpreter, it compiles it on the fly, running it at the same time
<SuMo_D> centrx cool! yeah I thought that's what it was, but I wasn't sure if its in a directory do I put the /examples/test/led_test.rb like that?
<centrx> SuMo_D, right yes, or change to that directory
<centrx> SuMo_D, it works the same as regular file handling in Unix
<SuMo_D> great, thanks centrx so incredibly helpful
<centrx> SuMo_D, Also FYI there are also channels #ruby and #rubyonrails on here
shinnya has quit [Ping timeout: 272 seconds]
<SuMo_D> my background is in graphics and education, and I mess around with physical computing, a friend talked me into taking a high level professional development course in RoR + Postgresql
<SuMo_D> so I'm trying to bring it all together
<wallerdev> awesome
<centrx> software engineering is great
<SuMo_D> yeah, dove in at the deep end though, so.... there are gaps
kfpratt has quit [Ping timeout: 272 seconds]
<wallerdev> yeah studying CS filled in a lot of gaps I had from just copy paste coding lol
<SuMo_D> I help run a group that teaches kids 7-17 about software development and physical computing and would love it if we could use ruby somehow
<wallerdev> the college i went to started teaching the intro to programming class in python
<wallerdev> used to be c++
<SuMo_D> yeah we've done a lot of python with the kids
<SuMo_D> and Arduino is a C variant
<wallerdev> ruby can be a little too flexible for a first language imo
<centrx> otoh Ruby is magic, so great for children
<SuMo_D> yeah, not sure if I'd start them on it, but for some of the older students projects
bantic has joined #ruby-lang
<SuMo_D> the young ones usually respond well to scratch
<wallerdev> i heard minecraft is the teaching tool of the future for kids
<SuMo_D> yes
<SuMo_D> they go crazy for it
momomomomo has joined #ruby-lang
<womble> Ruby should be fine as a first language. Good REPL, no boilerplate required, no immediate gotchas that'll confuse or frustrate them.
<SuMo_D> I wonder what microsoft is going to do with it though :/
<wallerdev> i never got into it myself but id probably be really into it as a kid
<centrx> instead of playing with blocks, now they play with virtual blocks
<wallerdev> and a lot of my friends my age still play haha
<SuMo_D> I need to investigate this more http://kidsruby.com/
<SuMo_D> its by the same people who made the artoo gem
<SuMo_D> www.artoo.io <<< also awesome
* centrx wants to know how to hack his homework
<wallerdev> when i have kids i'll start them on C
<wallerdev> lol
<SuMo_D> this is also a good starter one and I'm a big fan of www.codecademy.com
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
mcantor has quit [Ping timeout: 260 seconds]
houhoulis has quit [Remote host closed the connection]
havenwood has quit [Ping timeout: 264 seconds]
jxie_ has joined #ruby-lang
kith has quit [Read error: Connection reset by peer]
hramrach has quit [Remote host closed the connection]
jxie has quit [Ping timeout: 246 seconds]
hagabaka has quit [Quit: No Ping reply in 180 seconds.]
soahccc has quit [Ping timeout: 260 seconds]
PaulePanter has quit [Ping timeout: 260 seconds]
wk has quit [*.net *.split]
chris2 has quit [*.net *.split]
arBmind has quit [*.net *.split]
kramsee has quit [*.net *.split]
badeball has quit [*.net *.split]
cryptoca has quit [*.net *.split]
CorrosiveOne has quit [*.net *.split]
tris has quit [*.net *.split]
nifoc has quit [*.net *.split]
amerine has quit [*.net *.split]
_lexjm has quit [*.net *.split]
pizzaops has quit [*.net *.split]
Steve_Jobs has quit [*.net *.split]
duderonomy has quit [*.net *.split]
araujo has quit [*.net *.split]
jxie_ has quit [*.net *.split]
Lewix has quit [*.net *.split]
AmBienCeD has quit [*.net *.split]
Mellett68 has quit [*.net *.split]
Jamo has quit [*.net *.split]
sleepee has quit [*.net *.split]
jhass has quit [*.net *.split]
Paul_McFreely has quit [*.net *.split]
fbernier has quit [*.net *.split]
davispuh has quit [*.net *.split]
hahuang65 has quit [*.net *.split]
rcvalle has quit [*.net *.split]
lele has quit [*.net *.split]
lele__ has quit [*.net *.split]
spastorino has quit [*.net *.split]
womble has quit [*.net *.split]
musl has quit [*.net *.split]
jo__ has quit [*.net *.split]
akahn has quit [*.net *.split]
th2389____ has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
DarkBushido has quit [*.net *.split]
melter has quit [*.net *.split]
skarn has quit [*.net *.split]
whitequark has quit [*.net *.split]
lupine has quit [*.net *.split]
bcardarella___ has quit [*.net *.split]
llakey has quit [*.net *.split]
rhizome has quit [*.net *.split]
naquad has quit [*.net *.split]
allolex_ has quit [*.net *.split]
avdi has quit [*.net *.split]
Shoffner___ has quit [*.net *.split]
soraher__ has quit [*.net *.split]
meizaps_ has quit [*.net *.split]
mattyohe has quit [*.net *.split]
nertzy2 has quit [*.net *.split]
nomadicoder has quit [*.net *.split]
anildigital has quit [*.net *.split]
nisstyre has quit [*.net *.split]
dlackty__ has quit [*.net *.split]
kalzz has quit [*.net *.split]
clamstar has quit [*.net *.split]
lguardiola has quit [*.net *.split]
gianlucadv has quit [*.net *.split]
zenspider has quit [*.net *.split]
sluukkonen1 has quit [*.net *.split]
larshaugseth has quit [*.net *.split]
cschneid has quit [*.net *.split]
_dyrim has quit [*.net *.split]
JoL1hAHN has quit [*.net *.split]
haraoka has quit [*.net *.split]
vieq has quit [*.net *.split]
twobit has quit [*.net *.split]
postmodern has quit [*.net *.split]
fusillicode1 has quit [*.net *.split]
SkramX_ has quit [*.net *.split]
face has quit [*.net *.split]
dabradley has quit [*.net *.split]
kalleth has quit [*.net *.split]
heftig has quit [*.net *.split]
pyrmont has quit [*.net *.split]
phrozen77 has quit [*.net *.split]
Blaguvest has quit [*.net *.split]
lacrosse__ has quit [*.net *.split]
gnufied has quit [*.net *.split]
joshingly has quit [*.net *.split]
moogumbo has quit [*.net *.split]
kirin` has quit [*.net *.split]
shennyg__ has quit [*.net *.split]
beawesomeinstead has quit [*.net *.split]
anekos_ has quit [*.net *.split]
jlpeters_ has quit [*.net *.split]
ramblinpeck_ has quit [*.net *.split]
twe4ked has quit [*.net *.split]
Paradox has quit [*.net *.split]
acalewin has quit [*.net *.split]
ndrst_ has quit [*.net *.split]
dbussink has quit [*.net *.split]
cyndis_ has quit [*.net *.split]
DEac- has quit [*.net *.split]
Y_Ichiro_ has quit [*.net *.split]
knu0 has quit [*.net *.split]
existensil_ has quit [*.net *.split]
zenojis has quit [*.net *.split]
kylo_ has quit [*.net *.split]
znz_jp has quit [*.net *.split]
jamooo has quit [*.net *.split]
Muz has quit [*.net *.split]
Guest95651 has quit [*.net *.split]
Olipro has quit [*.net *.split]
SuMo_D has quit [*.net *.split]
DefV has quit [*.net *.split]
Sgeo has quit [*.net *.split]
djbkd has quit [*.net *.split]
ta has quit [*.net *.split]
symm- has quit [*.net *.split]
yliu has quit [*.net *.split]
jamo_ has quit [*.net *.split]
drbrain has quit [*.net *.split]
levifig has quit [*.net *.split]
bryanl_ has quit [*.net *.split]
djinni` has quit [*.net *.split]
zz_sMecKs has quit [*.net *.split]
webhat_ has quit [*.net *.split]
verto_ has quit [*.net *.split]
Derander_ has quit [*.net *.split]
Rubennn has quit [*.net *.split]
bahar has quit [*.net *.split]
funnel has quit [*.net *.split]
sindork has quit [*.net *.split]
aef has quit [*.net *.split]
Kuukunen- has quit [*.net *.split]
joevandyk has quit [*.net *.split]
brixen has quit [*.net *.split]
TTilus has quit [*.net *.split]
yugui_zzz has quit [*.net *.split]
gregf_ has quit [*.net *.split]
dvorak has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
jtperreault has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
hachiya has quit [*.net *.split]
wallerdev has quit [*.net *.split]
jdecuirm has quit [*.net *.split]
oleo has quit [*.net *.split]
tdy has quit [*.net *.split]
amystephen has quit [*.net *.split]
priodev has quit [*.net *.split]
hakunin has quit [*.net *.split]
eval-in_____ has quit [*.net *.split]
Xzyx987X_ has quit [*.net *.split]
blowmage has quit [*.net *.split]
jasiek_ has quit [*.net *.split]
flori has quit [*.net *.split]
deg has quit [*.net *.split]
bakednotfried has quit [*.net *.split]
oddmunds has quit [*.net *.split]
Rylee has quit [*.net *.split]
hinbody has quit [*.net *.split]
Benny1992 has quit [*.net *.split]
dostoyevsky has quit [*.net *.split]
bhaak has quit [*.net *.split]
wnd has quit [*.net *.split]
ozzloy has quit [*.net *.split]
eam has quit [*.net *.split]
surrounder has quit [*.net *.split]
flgr has quit [*.net *.split]
Abuh_ has quit [*.net *.split]
wmoxam has quit [*.net *.split]
_rgn has quit [*.net *.split]
dacamp has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
crazysim has quit [*.net *.split]
certainty has quit [*.net *.split]
error404 has quit [*.net *.split]
cout has quit [*.net *.split]
eban has quit [*.net *.split]
stevednd has quit [*.net *.split]
yorickpeterse has quit [*.net *.split]
Voker57 has quit [*.net *.split]
unsymbol has quit [*.net *.split]
jayne has quit [*.net *.split]
esmet_ has quit [*.net *.split]
manveru has quit [*.net *.split]
ironcamel has quit [*.net *.split]
thoolihan has quit [*.net *.split]
tkuchiki has quit [*.net *.split]
Averna has quit [*.net *.split]
centrx has quit [*.net *.split]
gix has quit [*.net *.split]
karamazov has quit [*.net *.split]
yfeldblum has quit [*.net *.split]
banister has quit [*.net *.split]
ItSANgo has quit [*.net *.split]
nirix has quit [*.net *.split]
x0f_ has quit [*.net *.split]
francisfish has quit [*.net *.split]
ledestin has quit [*.net *.split]
nfsnobody has quit [*.net *.split]
JaReAx has quit [*.net *.split]
crankharder has quit [*.net *.split]
jkyle has quit [*.net *.split]
matled has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
spuk has quit [*.net *.split]
jxport_ has quit [*.net *.split]
LBo has quit [*.net *.split]
freedrull has quit [*.net *.split]
bantic has quit [*.net *.split]
yatish27 has quit [*.net *.split]
sepp2k1 has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
tsou has quit [*.net *.split]
ged has quit [*.net *.split]
achiu1 has quit [*.net *.split]
FiXato has quit [*.net *.split]
mbr has quit [*.net *.split]
danijoo has quit [*.net *.split]
pabs has quit [*.net *.split]
maloik has quit [*.net *.split]
joast has quit [*.net *.split]
hplar_ has quit [*.net *.split]
ericwood has quit [*.net *.split]
ggherdov__ has quit [*.net *.split]
bougyman has quit [*.net *.split]
saltsa_ has quit [*.net *.split]
Kabaka has quit [*.net *.split]
Xney has quit [*.net *.split]
eristic has quit [*.net *.split]
imajes has quit [*.net *.split]
floyd2 has quit [*.net *.split]
dbck has quit [*.net *.split]
erichmenge has quit [*.net *.split]
mame0 has quit [*.net *.split]
Gaelane has quit [*.net *.split]
pipework has quit [*.net *.split]
thang has quit [*.net *.split]
tpope has quit [*.net *.split]
rh1n0- has quit [*.net *.split]
nopc0de has quit [*.net *.split]
neurodam1ge has quit [*.net *.split]
xybre has quit [*.net *.split]
matti has quit [*.net *.split]
mnilsson has quit [*.net *.split]
vladgh_ has quit [*.net *.split]
Bwild has quit [*.net *.split]
michd has quit [*.net *.split]
ryotarai has quit [*.net *.split]
aledovsky has quit [*.net *.split]
bnagy has quit [*.net *.split]
jeaye has quit [*.net *.split]
headius has quit [*.net *.split]
masterkorp has quit [*.net *.split]
Kero has quit [*.net *.split]
Gate_ has quit [*.net *.split]
darix has quit [*.net *.split]
serhart has quit [*.net *.split]
KillerFox has quit [*.net *.split]
segy has quit [*.net *.split]
epitron has quit [*.net *.split]
waxjar has quit [*.net *.split]
dhruvasagar has quit [*.net *.split]
hackeron has quit [*.net *.split]
lianj has quit [*.net *.split]
shaman42_ has quit [*.net *.split]
FastJack has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
felipe has quit [*.net *.split]
ddfreyne has quit [*.net *.split]
soahccc has joined #ruby-lang
SuMo_D has joined #ruby-lang
sleepee has joined #ruby-lang
matled has joined #ruby-lang
duderonomy has joined #ruby-lang
symm-_ has joined #ruby-lang
amerine has joined #ruby-lang
emmesswhy has joined #ruby-lang
Lewix has joined #ruby-lang
charliesome has joined #ruby-lang
haraoka has joined #ruby-lang
chouhoulis has joined #ruby-lang
sepp2k1 has joined #ruby-lang
karamazov has joined #ruby-lang
twobit has joined #ruby-lang
centrx has joined #ruby-lang
kramsee has joined #ruby-lang
DefV has joined #ruby-lang
bantic has joined #ruby-lang
vieq has joined #ruby-lang
gix has joined #ruby-lang
Steve_Jobs has joined #ruby-lang
pizzaops has joined #ruby-lang
PaulePan1er has joined #ruby-lang
jxie_ has joined #ruby-lang
tkuchiki has joined #ruby-lang
_lexjm has joined #ruby-lang
yfeldblum has joined #ruby-lang
hagebake has joined #ruby-lang
jdecuirm has joined #ruby-lang
postmodern has joined #ruby-lang
davispuh has joined #ruby-lang
francisfish has joined #ruby-lang
araujo has joined #ruby-lang
x0f_ has joined #ruby-lang
arBmind1 has joined #ruby-lang
nirix has joined #ruby-lang
jhass has joined #ruby-lang
djbkd has joined #ruby-lang
hachiya has joined #ruby-lang
lele__ has joined #ruby-lang
ItSANgo has joined #ruby-lang
face has joined #ruby-lang
kalleth has joined #ruby-lang
dabradley has joined #ruby-lang
Voker57 has joined #ruby-lang
fbernier has joined #ruby-lang
ta has joined #ruby-lang
heftig has joined #ruby-lang
spastorino has joined #ruby-lang
lele has joined #ruby-lang
Averna has joined #ruby-lang
ledestin has joined #ruby-lang
oleo has joined #ruby-lang
wallerdev has joined #ruby-lang
yatish27 has joined #ruby-lang
cryptoca has joined #ruby-lang
JaReAx has joined #ruby-lang
Paul_McFreely has joined #ruby-lang
pyrmont has joined #ruby-lang
wk has joined #ruby-lang
fusillicode1 has joined #ruby-lang
danijoo has joined #ruby-lang
nfsnobody has joined #ruby-lang
SkramX_ has joined #ruby-lang
CorrosiveOne has joined #ruby-lang
tris has joined #ruby-lang
yxhuvud has joined #ruby-lang
unsymbol has joined #ruby-lang
tdy has joined #ruby-lang
Sgeo has joined #ruby-lang
pabs has joined #ruby-lang
badeball has joined #ruby-lang
phrozen77 has joined #ruby-lang
nifoc has joined #ruby-lang
priodev has joined #ruby-lang
lacrosse__ has joined #ruby-lang
gnufied has joined #ruby-lang
amystephen has joined #ruby-lang
ged has joined #ruby-lang
tsou has joined #ruby-lang
Blaguvest has joined #ruby-lang
womble has joined #ruby-lang
joshingly has joined #ruby-lang
kirin` has joined #ruby-lang
musl has joined #ruby-lang
jkyle has joined #ruby-lang
achiu1 has joined #ruby-lang
joast has joined #ruby-lang
crankharder has joined #ruby-lang
beawesomeinstead has joined #ruby-lang
maloik has joined #ruby-lang
esmet_ has joined #ruby-lang
FiXato has joined #ruby-lang
moogumbo has joined #ruby-lang
anekos_ has joined #ruby-lang
Guest85414______ has joined #ruby-lang
Mellett68 has joined #ruby-lang
jayne has joined #ruby-lang
shennyg__ has joined #ruby-lang
melter has joined #ruby-lang
valeri_ufo has joined #ruby-lang
whitequark has joined #ruby-lang
jlpeters_ has joined #ruby-lang
Jamo has joined #ruby-lang
DarkBushido has joined #ruby-lang
skarn has joined #ruby-lang
th2389____ has joined #ruby-lang
jo__ has joined #ruby-lang
spuk has joined #ruby-lang
ramblinpeck_ has joined #ruby-lang
ggherdov__ has joined #ruby-lang
twe4ked has joined #ruby-lang
akahn has joined #ruby-lang
mbr has joined #ruby-lang
lupine has joined #ruby-lang
hplar_ has joined #ruby-lang
dbussink has joined #ruby-lang
manveru has joined #ruby-lang
acalewin has joined #ruby-lang
Paradox has joined #ruby-lang
jxport_ has joined #ruby-lang
cyndis_ has joined #ruby-lang
ndrst_ has joined #ruby-lang
ironcamel has joined #ruby-lang
DEac- has joined #ruby-lang
bcardarella___ has joined #ruby-lang
LBo has joined #ruby-lang
Y_Ichiro_ has joined #ruby-lang
ericwood has joined #ruby-lang
thoolihan has joined #ruby-lang
existensil_ has joined #ruby-lang
knu0 has joined #ruby-lang
bougyman has joined #ruby-lang
zenojis has joined #ruby-lang
kylo_ has joined #ruby-lang
llakey has joined #ruby-lang
saltsa_ has joined #ruby-lang
rhizome has joined #ruby-lang
yliu has joined #ruby-lang
naquad has joined #ruby-lang
levifig has joined #ruby-lang
drbrain has joined #ruby-lang
Kabaka has joined #ruby-lang
znz_jp has joined #ruby-lang
jamo_ has joined #ruby-lang
jamooo has joined #ruby-lang
freedrull has joined #ruby-lang
bryanl_ has joined #ruby-lang
djinni` has joined #ruby-lang
Muz has joined #ruby-lang
eristic has joined #ruby-lang
avdi has joined #ruby-lang
Xney has joined #ruby-lang
allolex_ has joined #ruby-lang
imajes has joined #ruby-lang
dbck has joined #ruby-lang
floyd2 has joined #ruby-lang
meizaps_ has joined #ruby-lang
nertzy2 has joined #ruby-lang
Shoffner___ has joined #ruby-lang
soraher__ has joined #ruby-lang
anildigital has joined #ruby-lang
nomadicoder has joined #ruby-lang
Gaelane has joined #ruby-lang
nisstyre has joined #ruby-lang
mattyohe has joined #ruby-lang
dlackty__ has joined #ruby-lang
kalzz has joined #ruby-lang
gianlucadv has joined #ruby-lang
clamstar has joined #ruby-lang
sluukkonen1 has joined #ruby-lang
larshaugseth has joined #ruby-lang
lguardiola has joined #ruby-lang
JoL1hAHN has joined #ruby-lang
_dyrim has joined #ruby-lang
cschneid has joined #ruby-lang
zenspider has joined #ruby-lang
zz_sMecKs has joined #ruby-lang
hakunin has joined #ruby-lang
eval-in_____ has joined #ruby-lang
webhat_ has joined #ruby-lang
verto_ has joined #ruby-lang
Xzyx987X_ has joined #ruby-lang
Derander_ has joined #ruby-lang
blowmage has joined #ruby-lang
Rubennn has joined #ruby-lang
erichmenge has joined #ruby-lang
flori has joined #ruby-lang
jasiek_ has joined #ruby-lang
masterkorp has joined #ruby-lang
deg has joined #ruby-lang
oddmunds has joined #ruby-lang
bakednotfried has joined #ruby-lang
bahar has joined #ruby-lang
funnel has joined #ruby-lang
sindork has joined #ruby-lang
Rylee has joined #ruby-lang
aef has joined #ruby-lang
Kuukunen- has joined #ruby-lang
hinbody has joined #ruby-lang
bhaak has joined #ruby-lang
joevandyk has joined #ruby-lang
stevednd has joined #ruby-lang
pipework has joined #ruby-lang
Benny1992 has joined #ruby-lang
thang has joined #ruby-lang
mame0 has joined #ruby-lang
tpope has joined #ruby-lang
ozzloy has joined #ruby-lang
surrounder has joined #ruby-lang
dostoyevsky has joined #ruby-lang
wnd has joined #ruby-lang
nopc0de has joined #ruby-lang
eam has joined #ruby-lang
rh1n0- has joined #ruby-lang
neurodam1ge has joined #ruby-lang
TTilus has joined #ruby-lang
brixen has joined #ruby-lang
yugui_zzz has joined #ruby-lang
xybre has joined #ruby-lang
gregf_ has joined #ruby-lang
flgr has joined #ruby-lang
_rgn has joined #ruby-lang
wmoxam has joined #ruby-lang
Abuh_ has joined #ruby-lang
dvorak has joined #ruby-lang
yorickpeterse has joined #ruby-lang
TheMoonMaster has joined #ruby-lang
dacamp has joined #ruby-lang
jtperreault has joined #ruby-lang
yeltzooo has joined #ruby-lang
crazysim has joined #ruby-lang
matti has joined #ruby-lang
michd has joined #ruby-lang
certainty has joined #ruby-lang
mnilsson has joined #ruby-lang
Bwild has joined #ruby-lang
vladgh_ has joined #ruby-lang
error404 has joined #ruby-lang
samuelkadolph has joined #ruby-lang
aledovsky has joined #ruby-lang
ryotarai has joined #ruby-lang
jeaye has joined #ruby-lang
cout has joined #ruby-lang
bnagy has joined #ruby-lang
eban has joined #ruby-lang
Kero has joined #ruby-lang
headius has joined #ruby-lang
Gate_ has joined #ruby-lang
serhart has joined #ruby-lang
KillerFox has joined #ruby-lang
darix has joined #ruby-lang
segy has joined #ruby-lang
waxjar has joined #ruby-lang
hackeron has joined #ruby-lang
dhruvasagar has joined #ruby-lang
epitron has joined #ruby-lang
lianj has joined #ruby-lang
shaman42_ has joined #ruby-lang
FastJack has joined #ruby-lang
coffeejunk has joined #ruby-lang
felipe has joined #ruby-lang
ddfreyne has joined #ruby-lang
hramrach has joined #ruby-lang
araujo has quit [Max SendQ exceeded]
<SuMo_D> I was trying to study some ruby before I took it, and honestly I think in the 30 hour class we spent maybe an hour and a half at most on ruby
go|dfish has quit [Max SendQ exceeded]
<SuMo_D> it was all rails and postgresql which ok postgresql is pretty badass for what it is
araujo has joined #ruby-lang
<SuMo_D> but... not what I was expecting from an "intro" class :/
go|dfish has joined #ruby-lang
<jdecuirm> But you didn't feel as comfortable to begin something
<SuMo_D> albiet intro for developers...
<jdecuirm> I really don't know much about C, is in fact the little i know it's because Objective-C
<SuMo_D> well I still have a hard time going back into the application we built and making sure I pass the calls I want to modify correctly cause I don't know the sytnax sometimes
tcrypt has joined #ruby-lang
<SuMo_D> which.... ruby syntax isn't really that hard.... but it still exists
spastorino has quit [Ping timeout: 270 seconds]
bcardarella___ has quit [Ping timeout: 270 seconds]
chris2 has joined #ruby-lang
<SuMo_D> and is different than yeah, C or python
<wk> SuMo_D, I can't code anything without internet available.
allolex_ has quit [Ping timeout: 272 seconds]
JaRe_Ax has joined #ruby-lang
Shoffner___ has quit [Ping timeout: 272 seconds]
nomadicoder has quit [Ping timeout: 272 seconds]
<jdecuirm> Amen to that wk
amerine_ has joined #ruby-lang
<jdecuirm> Is not as easy to have an html cheat sheet after all
allolex_ has joined #ruby-lang
<jdecuirm> In fact i guess the harder part of developing is knowing the libraries of the language you have
<wk> jdecuirm, I learned C after learning Ruby, now I really think they're similar, on the basics at least
<SuMo_D> well you guys are making me feel better
<SuMo_D> I was joking with a friend this week
spastorino has joined #ruby-lang
bcardarella____ has joined #ruby-lang
<SuMo_D> the internet is a perpetual 15 year old
<SuMo_D> you ask it for help and its like oh its so easy!!!! 235q324q 346q3y4q34 see! how could you not know that
JaReAx has quit [Ping timeout: 246 seconds]
JaRe_Ax is now known as JaReAx
<jdecuirm> lol
amerine has quit [Ping timeout: 272 seconds]
<wk> I feel the same way
nomadicoder has joined #ruby-lang
<wk> or maybe I'm the only dumb person around... :D
<jdecuirm> In fact i hate some communities because of their lack of patience with new developers
<SuMo_D> part of why I'm a fan of the maker movement
<jdecuirm> Now, that i found this ruby community i feel comfortable
<jdecuirm> like, they just understand you
amystephen has quit [Quit: amystephen]
Shoffner___ has joined #ruby-lang
<SuMo_D> which... yeah has its flaws too... as do a lot of the new woman coder inatitves.... but, they're all from a place of hey, we all can learn and lets learn together and I appreciate that
<jdecuirm> Yeah, you can find interesting people here
<SuMo_D> :) cool
<jdecuirm> i suffered a lot because i have a project in my mind
<jdecuirm> but well, i'm a lonely developer
wallerdev has quit [Quit: wallerdev]
<jdecuirm> so, backend and mobile frontend it's what i have to do
<SuMo_D> well thankfully the internet and irc make us all a little less lonely loners
|jemc| has joined #ruby-lang
<jdecuirm> So, i began with objective-c in january
bantic has quit [Quit: bantic]
sush24 has joined #ruby-lang
<jdecuirm> i feel comfortable with it and in june the hard part
<jdecuirm> How the heck i can do a backend?!
<jdecuirm> i went from php, to think about python etc
<wk> jdecuirm, objective-c for iOS or OSX programming?
<jdecuirm> It's kinda sad that most of the online courses
<jdecuirm> for iOS wk!
<jdecuirm> all online courses go for things like parse
Olipro has joined #ruby-lang
<jdecuirm> or heroku, or tools that in fact facilitates the backend process, but i guess it's an art that should be missed like that
<wk> jdecuirm, what are your plans, a website + iOS app?
<jdecuirm> In fact wk, i need API's, i'm not thinking right now in a website
<jdecuirm> create JSON data to be consumed by a mobile device
amerine has joined #ruby-lang
skammer has joined #ruby-lang
<wk> jdecuirm, will you use Sinatra? I think Sinatra is easier than Rails, besides being lighter
<jdecuirm> In fact wk, that was part of the discussion yesterday! lol, but they told me that rails has more support for that and a bigger community
<centrx> jdecuirm, Rails is also easier/quicker because it is a complete package that has the functionality you probably need
amerine_ has quit [Ping timeout: 272 seconds]
<centrx> jdecuirm, but Sinatra is much leaner and faster at serving requests
charliesome has quit [Quit: zzz]
<jdecuirm> Oh! thanks centrx
diegoviola has joined #ruby-lang
<jdecuirm> in fact one of the main reasons for using rails, was a gem that let me do push notifications
skammer has quit [Ping timeout: 260 seconds]
lsegal has joined #ruby-lang
Olipro has quit [Max SendQ exceeded]
<wk> jdecuirm, all the code will be closed source? Even the api?
<jdecuirm> I don't think so wk, in fact after finishing my own project i will make a blog just for teaching technologies involved in mobile apps
<jdecuirm> so i will use all i'm learning to help others getting in the mobile app development
spuk has quit [Read error: Connection reset by peer]
bruno- has joined #ruby-lang
tcrypt has quit []
tectonic has joined #ruby-lang
<wk> maybe I could help, or try to help at least, I would learn a lot by working on a project. I have always coded on my own, I have a lot of gaps to fill.
<jdecuirm> That would be great, just let me fill some gaps with ruby too, and we could work together!
<wk> great
karamazov has quit []
<harly> jdecuirm: if you're in for learning iOS a friend that made that switch recommended the free stanford ios 7 course: http://online.stanford.edu/course/developing-ios7-apps-fall-2013
bruno- has quit [Ping timeout: 240 seconds]
sush24 has quit [Quit: This computer has gone to sleep]
spuk has joined #ruby-lang
Aethenelle has joined #ruby-lang
<jdecuirm> Thanks harly!!
<jdecuirm> wk! i have skype
<jdecuirm> let me remember
<jdecuirm> oh right!
<jdecuirm> realpain_dm
<wk> i don't, sorry
<jdecuirm> you can add me! or hangout with gmail
<jdecuirm> jdecuirm@gmail.com
<wk> ok, hangout then
<jdecuirm> cool
<jdecuirm> I have never seen an application with GUI in Ruby
<epitron> i made a ruby Tk app once
<epitron> *once*
<wk> I did a really basic app using Ruby+Shoes
<centrx> stick to classic GChat or you'll regret it!
<centrx> -G+
benlovell has joined #ruby-lang
yatish27_ has joined #ruby-lang
<wk> Shoes is really easy, resembles HTML
<jdecuirm> wow, like tagging?
<epitron> shoes was really really crashy last time i tried it
<wk> I used it back when _why was around...
<Aethenelle> harly: found two bugs @ruby-lang that nail down the behavior as intented: https://bugs.ruby-lang.org/issues/8298 https://bugs.ruby-lang.org/issues/9112
yatish27 has quit [Ping timeout: 255 seconds]
emmesswhy has quit [Quit: Leaving]
davispuh has quit [Ping timeout: 272 seconds]
benlovell has quit [Ping timeout: 260 seconds]
<wk> the bad about Ruby+Shoes is that you'll have to install Ruby and Shoes before using the app, it's not a real native binary file
sepp2k1 has quit [Read error: Connection reset by peer]
<wk> epitron, isn't TK ugly? last time I saw a TK example it looked like win95...
<jdecuirm> Sorry i got distracted reading about load and require!
spastorino has quit [Quit: Connection closed for inactivity]
hahuang65 has joined #ruby-lang
hahuang65 has quit [Client Quit]
hahuang65 has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
momomomomo has joined #ruby-lang
j4cknewt has joined #ruby-lang
charliesome has joined #ruby-lang
yatish27 has joined #ruby-lang
kfpratt has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
lsegal has quit [Read error: Connection reset by peer]
yatish27_ has quit [Ping timeout: 258 seconds]
lsegal has joined #ruby-lang
kfpratt has quit [Remote host closed the connection]
<epitron> wk: the old Tk is ugly... the new Tk has pretty themes
<wk> epitron, its a lot better
* centrx is sticking with motif
<epitron> here's a kde-style one: http://www.tkdocs.com/images/pic.jpg
<epitron> anyhow, "old" tk was the one that came with ruby 1.8 :)
diegoviola has quit [Remote host closed the connection]
<wk> epitron, that's when I tested it
<epitron> the one that comes with 2.x should let you change from win95 to a nicer looking one by just setting a variable
<jdecuirm> So, you don't have tools to draw? like objective-c, java or c#?
<epitron> it probably defaults to ugly though
RobertBirnie has joined #ruby-lang
skammer has joined #ruby-lang
<wk> jdecuirm, in TK and Shoes there's no tool to help, you make the GUI with text.
<jdecuirm> Dear lord, lol well, in objective - c i get used to create some custom interfaces with only code, so i guess is not that bad
skammer has quit [Ping timeout: 272 seconds]
<epitron> programming basically sucks \o/
<centrx> unless it's rubby
<jdecuirm> lol
<jdecuirm> epic comment centrx
<jdecuirm> the first language i'm enjoying learning
<epitron> ruby: making programming suck a bit less
<jdecuirm> with java at first i just wanted to throw away my computer and take a bag with clothes and begin another life in the forest.
<wk> lol
<wk> just looking at a hello world in java made me avoid it
gix has quit [Ping timeout: 246 seconds]
<jdecuirm> Lol
<jdecuirm> and just to print
<jdecuirm> System.out.println("Hello World");
<jdecuirm> and you'll gonna hate the ; thing
<centrx> Java is basically better than C++, and then was adopted by half the companies and universities on the planet
<wk> but apparently it's quite complete, like Ruby, there's gems for almost anything, I miss that in other languages
<ericwood> I wouldn't compare Java and C++ for a lot of things
<jdecuirm> Yeah, but for example java for web services tend to be expensive!
<ericwood> apples and oranges, etc.
<ericwood> JVM is awesome for web services
<jdecuirm> but servers tend to not be cheap
<jdecuirm> and i'm poor :c
<centrx> ericwood, as far as being more intuitive and object-oriented compared to C++ of 1995 or whenever it was
<ericwood> centrx: C++ has a lot going for it in terms of low-level programming
<ericwood> stuff Java was never meant for
<jdecuirm> like php, they give you free hosting and almost with it a coke and some fries
<ericwood> not that you can't do those things in Java
<ericwood> C++ is weird in that it tries to be everything to everyone
gix has joined #ruby-lang
bsvineeth has joined #ruby-lang
amerine_ has joined #ruby-lang
<centrx> C is good for that too so it puts C++ in a less useful middle ground
bsvineeth has quit [Read error: Connection reset by peer]
<ericwood> I never enjoyed my time with C++
<ericwood> I agree in it kind of fitting in an awkward middle ground
Aethenelle has quit [Quit: Aethenelle]
bsvineeth has joined #ruby-lang
bsvineeth has quit [Read error: Connection reset by peer]
amerine has quit [Ping timeout: 258 seconds]
kfpratt has joined #ruby-lang
bsvineeth has joined #ruby-lang
<wk> on the subject of the right language for the problem, I am confused about Ruby on Rails, NodeJS and Go...
kfpratt has quit [Remote host closed the connection]
<ericwood> depends on the problem you're solving
<centrx> Go is cool
<centrx> Node.js is silly when it is over-used
<centrx> Ruby is magical
<wk> Apparently Rails is the best for productivity, fast development and small to big projects, but NodeJS serves for the same, isn't it?
kfpratt has joined #ruby-lang
<ericwood> node.js is great for web sockets
<ericwood> Go is neato! I like it
<ericwood> we used a mixture of Go and Rails on a recent project
<centrx> wk, Rails is a complete package that includes most of the components you need
<ericwood> some of the API stuff being in Rails was really beneficial, but subsystems that were performance-critical were Go
<wk> And I see most people saying Go is good for APIs and small things, why? Because of productivity?
<centrx> wk, and it does not have the potentially complicated logic of event callbacks like node.js
<jdecuirm> Node.js is javascript for backends right?
<centrx> wk, Go is a language with nice syntax, some of the speed of C, and additional concurrency features
<ericwood> yes
<ericwood> it's a whole framework though
<ericwood> there's a lot more to it...it has a weird single-threaded concurrency model etc.
<ericwood> but it's built on top of V8, Chrome's JS engine
<jdecuirm> in fact i was thinking the Erlang way just before Ruby came into play
<wk> So, Rails for Websites, Go for backend processing, and NodeJS excells at what?
<jdecuirm> Because of the concurrency
<ericwood> wk: websockets
<wk> jdecuirm, Elixir, looks awesome
<centrx> Elixir is a nice combination of Erlang and Ruby syntax
<ericwood> I really want to dig into elixir more
<jdecuirm> Yeah i heard about it
<ericwood> wk: just play with all of the above tools and you'll find their strengths and weaknesses
kfpratt has quit [Ping timeout: 245 seconds]
<wk> ericwood, NodeJS for live, interactive things then?
<ericwood> ¯\_(ツ)_/¯
<jdecuirm> But Erlang and Scala are the top for API's because of the massive information and request they can support, as far as i have read
<wk> like a chat?
<ericwood> you can use it for all kinds of things, wk
<ericwood> but if you're working specifically with websockets you don't want Rails...
<jdecuirm> for a chat, erlang can fit
<ericwood> yeah
<jdecuirm> specially if you're using xmpp protocol
<ericwood> erlang is great
<jdecuirm> because of the concurrency
<ericwood> not super user-friendly (imho) but an awesome language on an amazing VM
<jdecuirm> yeah that's true ericwood
<jdecuirm> I was working with Ejabberd and some Erlang a while, but the xmppframework for iOS made me dizzy
yfeldblu_ has joined #ruby-lang
<pyrmont> wk: There are a few different situations in which I imagine someone might want to use NodeJS. The clearest situations is where you want to write server-side software that handles multiple simultaneous connections from clients. NodeJS uses an event-driven model which avoids some of the difficulties of concurrent programming (managing multiple threads) while getting some of the benefits.
<wk> ericwood, Atom.io is a good example of NodeJS usage? That would be hard to do with another language.
<pyrmont> wk: Another situation might be where you want a web app that is divided such that a fair amount of the app runs on the client (ie. the browser). Using NodeJS allows you to write the server-side component in JavaScript which can make development faster and communication between the server-side and the client-side (which has to be written in JavaScript since it's running in the browser).
Lewix has joined #ruby-lang
<ericwood> wk: it's a weird example of node usage
<wk> lol
<ericwood> but you can do cool things in node
yfeldblum has quit [Ping timeout: 246 seconds]
yfeldblu_ has quit [Ping timeout: 255 seconds]
<wk> then Node is not really a Rails alternative, but is in a bit different niche, besides being able to do the same things.
<ericwood> nailed it
<jdecuirm> Rails came to kick php ass, lol
<jdecuirm> so html 5, css 3, javascript and RoR are the new hit! lol
<jdecuirm> Still i'm thinking why Twitter changed to Scala.
kfpratt has joined #ruby-lang
<wk> so, for a common website Rails is the tool, but as more interactive is needed Node starts being better/easier than Rails, which would need lots of JS to achieve it
<jdecuirm> I heard was by the overload of the servers...so, what happened with Rails there?
kfpratt has quit [Remote host closed the connection]
<wk> jdecuirm, I guess they still use Rails for the site, which is fast enough, but use Scala to process data, images and such.
<jdecuirm> Nice thinking wk. Sounds right!
<pyrmont> wk: Rails is a robust framework for developing web applications. Whether it's the best tool for the job depends on the requirements of your web application. It's very difficult to generalise for a 'common website'.
<wk> jdecuirm, a lot of people is using Go for that now
<jdecuirm> Cool, Go, i need to check that!
<wk> pyrmont, for who has no webdev experience, any site is a 'common website' I can't really make a distinction here, but I was imagining things like a blog, forum and such, something I may be able to build alone.
kgrz has joined #ruby-lang
Phrogz_ has joined #ruby-lang
<wk> that's why I wanted to understand where Node and Go were best used, to better decide on where to invest my time, now I see its better to invest in RoR and Go for now.
<wk> You guys helped a lot, I was kinda lost on that.
Phrogz_ is now known as Phrogz
kgrz has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
concernedcitizen has joined #ruby-lang
symm-_ has quit [Ping timeout: 272 seconds]
<pyrmont> wk: Best of luck. Just remember that no one tool can solve every problem. One of the best skills you can have as a programmer is the ability to analyse a problem. If you can do that, you'll be in a better place to evaluate the wealth of options available to you.
yatish27 has quit []
<wk> pyrmont, well, I'll probably have to try using it to know what is best.
kgrz has joined #ruby-lang
<pyrmont> wk: Consider the two websites you mentioned in your post: a blog and a forum. A blog typically has a very high ratio of consumers (people viewing the content) to creators (people making the content). For that type of website, the best thing might be a static website that is just a bunch of static text files. While that might be more painful for the creators, it will result in a faster website for the consumers. And since there are few creators relative
<pyrmont> wk: Experimenting is definitely a good idea :)
<jdecuirm> how can i check if ri and rdoc are installed or something
<jdecuirm> lol
<wk> pyrmont, I haven't really noticed the differences before, a Forum has a lot more content changes than a Blog
<jdecuirm> i put in console ri String#upcase and "Nothing known about String#upcase
<wk> that answer would probably mean it is installed
<jdecuirm> But there's no documentation right?
<wk> if ri wasn't installed you OS would say ri command not found or something like that
<wk> apparently, yes
<wk> I haven't installed ruby here yet, just reinstalled my computer
bsvineeth has quit [Ping timeout: 245 seconds]
<jdecuirm> hate this, even with Array#each it's throwing that xd
<pyrmont> wk: Right. So because it has a lot more content changes, you probably want to use a tool that makes it easy to modify content from many different users. That suggests you want to use a database of some kind. But writing code that talks directly to a database is pretty painful so something like Rails might be a good choice in that situation because it contains elements (like ActiveRecord) that make it easier to communicate with a database.
<wk> I never really used ri, I always use http://ruby-doc.com/
bsvineeth has joined #ruby-lang
<wk> pyrmont, now I understand, I was always thinking about Rails or Sinatra, Ruby or Other Lang, not much about the approach to building the app
<centrx> jdecuirm, I always use the website
bruno- has joined #ruby-lang
araujo has quit [Quit: Leaving]
skammer has joined #ruby-lang
<pyrmont> wk: Right. It's also worth making sure it's clear in your own mind not only what tools are out there, but what type of tools they are. Rails and Sinatra are frameworks for writing web applications in Ruby. While a particular framework (eg. Rails) might be the wrong choice for a problem, a different framework in the same language (eg. Sinatra) might be what you need. Alternatively, you might realise after thinking about the problem that the disadvantage
<wk> pyrmont, some of your messages are getting truncated here, I don't know if It's an erro on my App, the last message stopped at "thinking about the problem that the disadvantag"
bruno- has quit [Ping timeout: 272 seconds]
<pyrmont> Ah, I have to get used to writing in IRC.
<womble> Or get a client that splits messages.
<centrx> pyrmont, one line per long sentence is good
<pyrmont> wk: Alternatively, you might realise after thinking about the problem that the disadvantages of the particular langauge (eg. Ruby) rule it out and a different language (eg. JavaScript) might be a better choice.
<pyrmont> womble: I'm testing out Shout which doesn't do that yet :(
saarinen has joined #ruby-lang
<pyrmont> womble: But point well made!
skammer has quit [Ping timeout: 272 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
* womble instinctively thinks that an IRC client named "Shout" should force the capslock key on all the time
<pyrmont> hahahaha
<pyrmont> Does really seem like that should be an option.
<wk> lol
<wk> pyrmont, so, Go would be a good bet on a Static Blog Generator, but bad for the Forum, where I would use Sinatra or Rails.
saarinen has quit [Read error: Connection reset by peer]
<whitequark> w..what? Go for a static blog generator?..
saarinen has joined #ruby-lang
<wk> why not?
<womble> whitequark: Just what I was thinking...
<whitequark> Go's strengths are concurrency and parallelism, and you want to use it for a batch process that needs neither
<jdecuirm> thanks pyrmont!!!
<womble> wk: Because a static blog generator needs nothing that Go provides, and there are other languages that are better for what a static blog generator needs.
<pyrmont> wk: No. Go is a systems programming language. It's optimised for speed. A static blog generator runs very infrequently (when you write a blog post) and so is something that can be written in a much slower language like Ruby.
sush24 has joined #ruby-lang
<wk> faster to code, slower to run, ok
momomomomo has quit [Quit: momomomomo]
<jdecuirm> I added you like friends! hope you don't mind!
<centrx> Strict typing can be a drag
<centrx> *Static
chungshirley has joined #ruby-lang
saarinen has quit [Quit: saarinen]
<chungshirley> hi all
benlovell has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
banister has joined #ruby-lang
mark06 has joined #ruby-lang
<whitequark> unable to represent parametric types (e.g. an array of fixnums). in essence, useless.
<womble> Really? Bummer.
<whitequark> there's some effort to port typed scheme's gradual typing system over to other languages. i think python had that done.
<whitequark> it would work for ruby no worse, but i'm not entirely convinced that such retrofitting is generally desirable
<womble> Although I've often found that if I'm passing around arrays and hashes, it's a sign that I probably should just be making a new class somewhere.
<whitequark> an array of fixnums shouldn't be a new class.
<whitequark> since an array doesn't, in general, care what is contained inside it.
benlovell has quit [Ping timeout: 245 seconds]
<whitequark> i.e. new class ≡ new behavior, but behavior of array of fixnums and strings is exactly same.
<womble> whitequark: True, hence why I said "usually", not always. I've just found this in the rtc README: "For example, if you wished to say a function takes an Array of Fixnums, you would write Array<Fixnum>."
<whitequark> oh, it gained that ability? very interesting
<womble> Ooooh, "Structural types" looks interesting: "or example, if you wish to specify that a function takes an object that supports at least the addition operator, you would write
<womble> typesig("foo: [ '+': (Fixnum) -> Fixnum ]")"
<womble> I assume that extends into general duck typing territory
<whitequark> hm, I seem to have mixed up rtc with something else
<womble> Or rtc's grown up since you looked at it last?
<womble> Oh, last commit Sep 12 2013
<womble> "Under active development" it ain't
<whitequark> of course not, they wrote the paper and abandoned it
<whitequark> like the three previous Ruby typecheckers ;D
<whitequark> there was ... Diamondback Ruby, like in 2006, I think
<whitequark> 2009.
<womble> Yes, academic code ftl
<whitequark> oh, it's even the same department of same university.
<womble> Your paper isn't as cool if you just patch someone else's stuff
yfeldblum has joined #ruby-lang
wk has quit [Quit: Saindo]
<jdecuirm> What is the difference between an enumerator and enumerable?
wkoch has joined #ruby-lang
tectonic has quit []
<womble> jdecuirm: Enumerator's a class that gives you something you can enumerate, Enumerable's a module that you mix into another class to make it something you can enumerate
<womble> I've had this conversation before... I should write a blog post to point people at. <grin>
<jdecuirm> that sounds too technical, explain with apples please lol!
<whitequark> Enumerable can be included in a class with #each and gives you #map, #select, #count, and a lot of other similar stuff
<centrx> jdecuirm, an enumerable is something like [1,2,3]
<whitequark> Enumerator is what #each returns if you don't pass it a block. it's essentially #each inside out
<womble> jdecuirm: OK. Enumerator is a bucket that you can put your apples in, that will count them for you. Enumerable is a sticker you put on any old bucket (almost) to make it count the apples you've already put in it.
<whitequark> i.e. #each calls the block for every element, and an Enumerator instance returns the next element when you call #next.
<womble> where "count" is actually better considered "examine each apple for worms"
<centrx> jdecuirm, an Enumerator can make the values like in the example at http://ruby-doc.org/core-2.0/Enumerator.html#method-c-new
<centrx> jdecuirm, that's also called a "generator"
<centrx> jdecuirm, a Hash can be enumerated as an array of pairs, like [[k1,v1], [k2,v2], [k3,v3]]
<jdecuirm> Lol reading the three explanations at the same time gets fuzzy hahaha
<centrx> jdecuirm, an Array is probably the most basic kind of Enumerable
chungshirley has quit [Remote host closed the connection]
<jdecuirm> Oh i see enumerable is something that you can count
<mark06> anyone wants to help http://github.com/renatosilva/easyoptions :)
<centrx> enumberable
<jdecuirm> enumerator is what you use for that ? lol
tenderlove has joined #ruby-lang
<centrx> >> Enumerator.new { |y| x = 1; loop { y << x += 2 } }.take(10)
<eval-in_____> centrx => [3, 5, 7, 9, 11, 13, 15, 17, 19, 21] (https://eval.in/194417)
chungshi_ has joined #ruby-lang
<jdecuirm> Well, as far as i checked the .next method just can be used when the array [1,2,3] becomes an Enumerator
<centrx> jdecuirm, right, they are very interchangeable
<centrx> jdecuirm, the difference is that an array exists in its entirety, it has to be created and takes up memory
<centrx> jdecuirm, any enumerator can be turned into an array
<centrx> jdecuirm, but an array cannot represent an infinite series
<jdecuirm> What are common cases of use for Enumerator? centrx?
<centrx> jdecuirm, lazy enumeration is one
relix has joined #ruby-lang
<centrx> >> [1,2,3].lazy.each
<eval-in_____> centrx => #<Enumerator::Lazy: [1, 2, 3]> (https://eval.in/194418)
<centrx> jdecuirm, lazy basically means it is not immediately evaluated
AKASkip has joined #ruby-lang
kgrz has joined #ruby-lang
<jdecuirm> Thanks centrx! is just the two concepts giving me headaches right now
<centrx> jdecuirm, using it as a "generator" is another use, e.g. define a mathematical rule that represents a series
chungshi_ has quit [Remote host closed the connection]
AKASkip has quit [Ping timeout: 258 seconds]
chungshirley has joined #ruby-lang
centrx has quit [Quit: The plan is programmed into every one of my one thousand robots]
wkbrg has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
Phrogz has quit [Quit: Goodnight, sweet friends.]
wkoch has quit [Ping timeout: 246 seconds]
sharma_ has joined #ruby-lang
sgray10 has joined #ruby-lang
sush24 has quit [Ping timeout: 272 seconds]
chungshirley has quit [Ping timeout: 245 seconds]
jpopo23 has joined #ruby-lang
jpopo23 has quit [Quit: jpopo23]
imkmf has joined #ruby-lang
mistym has joined #ruby-lang
imkmf_ has joined #ruby-lang
jhass is now known as jhass|off
skammer has joined #ruby-lang
chungshirley has joined #ruby-lang
tdy has quit [Ping timeout: 240 seconds]
skammer has quit [Ping timeout: 245 seconds]
sharma_ has quit [Ping timeout: 272 seconds]
[spoiler] has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
concernedcitizen has quit [Remote host closed the connection]
concernedcitizen has joined #ruby-lang
oleo has quit [Quit: Verlassend]
chungshi_ has joined #ruby-lang
chungshirley has quit [Ping timeout: 272 seconds]
concernedcitizen has quit [Ping timeout: 255 seconds]
tkuchiki_ has joined #ruby-lang
tkuchiki has quit [Ping timeout: 246 seconds]
robbyoconnor has joined #ruby-lang
RobertBirnie has joined #ruby-lang
wkbrg has quit [Read error: Connection reset by peer]
j4cknewt has quit [Remote host closed the connection]
tdy has joined #ruby-lang
j4cknewt has joined #ruby-lang
ta has quit [Remote host closed the connection]
j4cknewt has quit [Ping timeout: 260 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
AKASkip has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
kyb3r_ has joined #ruby-lang
Miphix has joined #ruby-lang
bruno- has joined #ruby-lang
_ht has joined #ruby-lang
tkuchiki_ has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
bruno- has quit [Ping timeout: 240 seconds]
ikrima has joined #ruby-lang
RobertBirnie has joined #ruby-lang
RobertBirnie has quit [Client Quit]
PaulePan1er is now known as PaulePanter
charliesome has quit [Quit: zzz]
skammer has joined #ruby-lang
j4cknewt has joined #ruby-lang
benlovell has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
skammer has quit [Ping timeout: 260 seconds]
skade has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
benlovell has quit [Ping timeout: 272 seconds]
chungshi_ has quit []
concernedcitizen has joined #ruby-lang
pyrmont has quit [Remote host closed the connection]
AKASkip has quit [Ping timeout: 260 seconds]
pyrmont has joined #ruby-lang
ur5us has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
Lewix has quit [Quit: Leaving...]
tenderlove has joined #ruby-lang
solars has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
wallerdev has joined #ruby-lang
bsvineeth has joined #ruby-lang
AKASkip has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
kwd has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
bruno- has joined #ruby-lang
bruno- has quit [Ping timeout: 245 seconds]
banister_ has joined #ruby-lang
banister has quit [Ping timeout: 240 seconds]
RobertBirnie has joined #ruby-lang
mistym has quit [Remote host closed the connection]
solars has quit [Quit: WeeChat 0.4.1]
skade has joined #ruby-lang
solars has joined #ruby-lang
AKASkip has quit [Ping timeout: 272 seconds]
relix has joined #ruby-lang
skade has quit [Ping timeout: 272 seconds]
thomasxie has joined #ruby-lang
kimegede has joined #ruby-lang
allomov has joined #ruby-lang
banister_ is now known as banister
skammer has joined #ruby-lang
concernedcitizen has quit [Changing host]
concernedcitizen has joined #ruby-lang
kwd has quit [Quit: Leaving.]
kwd has joined #ruby-lang
benlovell has joined #ruby-lang
skammer has quit [Ping timeout: 260 seconds]
tbuehlmann has joined #ruby-lang
<maloik> morning
<tbuehlmann> moin
benlovell has quit [Ping timeout: 272 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bsvineet_ has joined #ruby-lang
skade has joined #ruby-lang
bsvineeth has quit [Ping timeout: 245 seconds]
bsvineet_ has quit [Ping timeout: 245 seconds]
ur5us has joined #ruby-lang
duderonomy has quit [Quit: Textual IRC Client: www.textualapp.com]
|jemc| has quit [Quit: WeeChat 0.4.3]
qba73 has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
AKASkip has joined #ruby-lang
ur5us has joined #ruby-lang
moviendome has joined #ruby-lang
ur5us has quit [Ping timeout: 240 seconds]
Forgetful_Lion has joined #ruby-lang
stef_204 has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skade has quit [Quit: Computer has gone to sleep.]
elia has joined #ruby-lang
madmancao has joined #ruby-lang
mikecmpbll has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
joast has quit [Ping timeout: 250 seconds]
allomov has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
skammer has joined #ruby-lang
kek has joined #ruby-lang
skade has joined #ruby-lang
skammer has quit [Ping timeout: 245 seconds]
kek_ has joined #ruby-lang
kek__ has joined #ruby-lang
kek_ has quit [Read error: Connection reset by peer]
kek has quit [Ping timeout: 272 seconds]
michd is now known as MichD
bsvineeth has joined #ruby-lang
tdy has quit [Ping timeout: 258 seconds]
amerine_ has quit [Ping timeout: 240 seconds]
bsvineeth has quit [Ping timeout: 240 seconds]
arBmind1 has quit [Quit: Leaving.]
amerine has joined #ruby-lang
bsvineeth has joined #ruby-lang
allomov has joined #ruby-lang
kyb3r_ has quit [Read error: Connection reset by peer]
kyb3r_ has joined #ruby-lang
charliesome has joined #ruby-lang
<[spoiler]> hiya
bruno- has joined #ruby-lang
yfeldblum has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
bruno- has quit [Ping timeout: 260 seconds]
relix has quit [Ping timeout: 260 seconds]
tdy has joined #ruby-lang
JaReAx has quit [Read error: Connection reset by peer]
relix has joined #ruby-lang
mark07 has joined #ruby-lang
relix has quit [Ping timeout: 240 seconds]
SuMo_D has quit [Remote host closed the connection]
mark06 has left #ruby-lang ["http://pidgin.renatosilva.me - Pidgin++"]
relix has joined #ruby-lang
<mark07> hi
mark07 has left #ruby-lang [#ruby-lang]
chungshirley has joined #ruby-lang
skade has quit [Ping timeout: 255 seconds]
skade has joined #ruby-lang
mark07 has joined #ruby-lang
chungshirley has quit [Client Quit]
mark05 has joined #ruby-lang
charliesome has quit [Quit: zzz]
mark05 has quit [Client Quit]
mark05 has joined #ruby-lang
mark05 has left #ruby-lang [#ruby-lang]
mark05 has joined #ruby-lang
mark05 has left #ruby-lang [#ruby-lang]
mark07 has left #ruby-lang [#ruby-lang]
ta has joined #ruby-lang
skade has quit [Ping timeout: 240 seconds]
skammer has joined #ruby-lang
tenderlove has quit [Ping timeout: 240 seconds]
banister has joined #ruby-lang
kimegede has quit [Quit: Leaving...]
meliasson has joined #ruby-lang
kimegede has joined #ruby-lang
skammer has quit [Ping timeout: 246 seconds]
concernedcitizen has quit [Remote host closed the connection]
meliasson has left #ruby-lang ["projectile"]
ikrima has quit [Ping timeout: 246 seconds]
charliesome has joined #ruby-lang
faces has joined #ruby-lang
meliasson has joined #ruby-lang
face has quit [Ping timeout: 260 seconds]
bsvineeth has quit [Remote host closed the connection]
bruno- has joined #ruby-lang
marr has joined #ruby-lang
Cyrano has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
bruno- has quit [Ping timeout: 272 seconds]
mkaesz has joined #ruby-lang
qba73_ has joined #ruby-lang
qba73_ has quit [Remote host closed the connection]
chussenot has joined #ruby-lang
qba73 has quit [Ping timeout: 245 seconds]
Averna has quit [Quit: Leaving.]
Cyrano has quit [Quit: Cyrano]
chungshirley has joined #ruby-lang
chungshirley has quit [Client Quit]
ta has quit [Remote host closed the connection]
meliasson has quit [Ping timeout: 240 seconds]
migbar has joined #ruby-lang
robmiller has joined #ruby-lang
robmiller has quit [Client Quit]
kek__ has quit [Remote host closed the connection]
j4cknewt has quit [Remote host closed the connection]
j4cknewt has joined #ruby-lang
j4cknewt has quit [Ping timeout: 258 seconds]
kith has joined #ruby-lang
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
j4cknewt has joined #ruby-lang
kimegede has quit [Quit: Leaving...]
ledestin has quit [Ping timeout: 246 seconds]
kyb3r_ has quit [Read error: Connection reset by peer]
ledestin has joined #ruby-lang
charliesome has quit [Quit: zzz]
tenderlove has joined #ruby-lang
charliesome has joined #ruby-lang
toretore has joined #ruby-lang
meliasson has joined #ruby-lang
qba73 has joined #ruby-lang
yfeldblum has joined #ruby-lang
kek has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
kek has quit [Ping timeout: 240 seconds]
Voker57 has quit [Ping timeout: 258 seconds]
kgrz has quit [Remote host closed the connection]
madmancao has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chussenot has quit [Quit: chussenot]
chussenot has joined #ruby-lang
a1digital has joined #ruby-lang
banister has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
jhass|off is now known as jhass
robbyoconnor has quit [Quit: Konversation terminated!]
skade has joined #ruby-lang
kimegede has joined #ruby-lang
bsvineeth has joined #ruby-lang
chussenot has quit [Quit: chussenot]
Voker57 has joined #ruby-lang
chills42 has joined #ruby-lang
chussenot has joined #ruby-lang
sgray10 has quit [Ping timeout: 272 seconds]
symm- has joined #ruby-lang
tkuchiki has quit [Ping timeout: 258 seconds]
apeiros has joined #ruby-lang
bruno- has joined #ruby-lang
kek has joined #ruby-lang
meliasson has left #ruby-lang ["Exiting Emacs."]
kek has quit [Ping timeout: 272 seconds]
skade has quit [Ping timeout: 260 seconds]
yfeldblum has joined #ruby-lang
chussenot has quit [Quit: chussenot]
kek has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
j4cknewt has joined #ruby-lang
yfeldblum has quit [Ping timeout: 246 seconds]
Ghis_ has joined #ruby-lang
ldnunes has joined #ruby-lang
j4cknewt has quit [Ping timeout: 240 seconds]
hellangel7 has joined #ruby-lang
robmiller has joined #ruby-lang
sgray10 has joined #ruby-lang
chussenot has joined #ruby-lang
kwd_ has joined #ruby-lang
sarkyniin has joined #ruby-lang
kwd has quit [Read error: Connection reset by peer]
kgrz has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skammer has joined #ruby-lang
sgray10 has quit [Ping timeout: 272 seconds]
Ghis_ has quit [Quit: Textual IRC Client: www.textualapp.com]
Ghis_ has joined #ruby-lang
kgrz has quit [Ping timeout: 245 seconds]
benlovell has quit [Ping timeout: 272 seconds]
a1digital has quit [Quit: a1digital]
a1digital has joined #ruby-lang
DEac-_ has joined #ruby-lang
DEac- has quit [Read error: Connection reset by peer]
tenderlo_ has joined #ruby-lang
DEac-_ has quit [Read error: No route to host]
tenderlove has quit [Ping timeout: 246 seconds]
DEac- has joined #ruby-lang
benlovell has joined #ruby-lang
thomasxie has quit [Remote host closed the connection]
charliesome has quit [Quit: zzz]
charliesome has joined #ruby-lang
chussenot has quit [Quit: chussenot]
chussenot has joined #ruby-lang
fusillicode1 has quit [Quit: Leaving.]
thomasxie has joined #ruby-lang
fusillicode has joined #ruby-lang
bantic has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
sepp2k has joined #ruby-lang
yfeldblum has joined #ruby-lang
ta has joined #ruby-lang
tenderlo_ has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
robmiller has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
kgrz has joined #ruby-lang
tenderlove has quit [Ping timeout: 255 seconds]
relix has joined #ruby-lang
joast has joined #ruby-lang
kgrz has quit [Ping timeout: 245 seconds]
karamazov has joined #ruby-lang
Forgetful_Lion has quit [Remote host closed the connection]
bantic_ has joined #ruby-lang
bantic has quit [Ping timeout: 272 seconds]
bantic_ is now known as bantic
a1digital has quit [Quit: a1digital]
skade has joined #ruby-lang
symm- has quit [Ping timeout: 246 seconds]
tkuchiki has joined #ruby-lang
qba73 has quit []
miqui has joined #ruby-lang
wkoch has joined #ruby-lang
amystephen has joined #ruby-lang
kwd_ has quit [Read error: Connection reset by peer]
kwd has joined #ruby-lang
hellangel7 has quit [Remote host closed the connection]
gix has quit [Ping timeout: 272 seconds]
kwd_ has joined #ruby-lang
kwd has quit [Read error: Connection reset by peer]
chussenot has quit [Ping timeout: 240 seconds]
Squarepy has joined #ruby-lang
Squarepy has quit [Changing host]
Squarepy has joined #ruby-lang
gix has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
Squarepy has quit [Client Quit]
tkuchiki has joined #ruby-lang
Squarepy has joined #ruby-lang
[spoiler] has quit [Quit: Leaving]
yfeldblum has joined #ruby-lang
bantic has quit [Quit: bantic]
haraoka has quit [Ping timeout: 260 seconds]
sgray10 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 272 seconds]
oleo has joined #ruby-lang
skade has quit [Ping timeout: 260 seconds]
hellangel7 has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
pdoherty has joined #ruby-lang
dwknoxy has joined #ruby-lang
benlovell has quit [Ping timeout: 246 seconds]
loincloth has joined #ruby-lang
chussenot has joined #ruby-lang
dwknoxy is now known as dknox-mtg
lcdhoffman has joined #ruby-lang
bantic has joined #ruby-lang
dknox-mtg is now known as dknox-afk
Lewix has joined #ruby-lang
bryanl_ has quit [Ping timeout: 245 seconds]
tbuehlmann has quit [Quit: Leaving]
tkuchiki has joined #ruby-lang
skade has joined #ruby-lang
j4cknewt has joined #ruby-lang
bryanl has joined #ruby-lang
spastorino has joined #ruby-lang
whippythellama has joined #ruby-lang
tenderlove has joined #ruby-lang
j4cknewt has quit [Ping timeout: 272 seconds]
davispuh has joined #ruby-lang
chussenot has quit [Quit: chussenot]
cmhobbs has joined #ruby-lang
tenderlove has quit [Ping timeout: 272 seconds]
benlovell has joined #ruby-lang
imkmf has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kwd has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
kwd_ has quit [Read error: Connection reset by peer]
lcdhoffman has quit [Quit: lcdhoffman]
shinnya has joined #ruby-lang
karamazov has joined #ruby-lang
Raynes has joined #ruby-lang
imkmf_ has quit [Ping timeout: 240 seconds]
lcdhoffman has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
karamazov has quit [Ping timeout: 246 seconds]
kimegede has quit [Quit: Leaving...]
Squarepy has quit [Ping timeout: 258 seconds]
Squarepy has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
skammer has quit [Ping timeout: 260 seconds]
skammer has joined #ruby-lang
wkbrg has joined #ruby-lang
SkramX_ has quit [Ping timeout: 260 seconds]
lacrosse__ has quit [Ping timeout: 260 seconds]
nomadicoder has quit [Read error: Connection reset by peer]
jlpeters_ has quit [Read error: Connection reset by peer]
allolex_ has quit [Read error: Connection reset by peer]
chancancode_ has quit [Read error: Connection reset by peer]
akahn has quit [Read error: Connection reset by peer]
jo__ has quit [Write error: Connection reset by peer]
joshingly has quit [Read error: Connection reset by peer]
benlakey has quit [Read error: Connection reset by peer]
mjc_ has quit [Read error: Connection reset by peer]
ramblinpeck_ has quit [Read error: Connection reset by peer]
spastorino has quit [Read error: Connection reset by peer]
Guest85414______ has quit [Read error: Connection reset by peer]
dlackty__ has quit [Write error: Connection reset by peer]
rickruby has quit [Write error: Connection reset by peer]
strmpnk has quit [Read error: Connection reset by peer]
joelmheim has quit [Write error: Connection reset by peer]
moogumbo has quit [Read error: Connection reset by peer]
avdi has quit [Read error: Connection reset by peer]
beawesomeinstead has quit [Write error: Connection reset by peer]
th2389____ has quit [Write error: Connection reset by peer]
mattyohe has quit [Write error: Connection reset by peer]
paulog__ has quit [Read error: Connection reset by peer]
karamazov has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
klmlfl has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
wkoch has quit [Ping timeout: 255 seconds]
klmlfl has joined #ruby-lang
mkaesz has quit [Quit: Leaving...]
charliesome has quit [Quit: zzz]
kfpratt has joined #ruby-lang
mistym has joined #ruby-lang
lcdhoffman has joined #ruby-lang
joshingly has joined #ruby-lang
Guest85414______ has joined #ruby-lang
jo__ has joined #ruby-lang
momomomomo has joined #ruby-lang
allolex_ has joined #ruby-lang
benlakey has joined #ruby-lang
avdi has joined #ruby-lang
mattyohe has joined #ruby-lang
joelmheim_ has joined #ruby-lang
lacrosse__ has joined #ruby-lang
chancancode_ has joined #ruby-lang
akahn has joined #ruby-lang
paulog__ has joined #ruby-lang
SkramX_ has joined #ruby-lang
dlackty__ has joined #ruby-lang
Steve-W has left #ruby-lang ["Farewell"]
ramblinpeck__ has joined #ruby-lang
spastorino has joined #ruby-lang
rickruby has joined #ruby-lang
th2389____ has joined #ruby-lang
moogumbo has joined #ruby-lang
mjc_ has joined #ruby-lang
strmpnk has joined #ruby-lang
beawesomeinstead has joined #ruby-lang
mannyt has joined #ruby-lang
hhatch has joined #ruby-lang
nomadicoder has joined #ruby-lang
jlpeters_ has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wkochbrg has joined #ruby-lang
kwd has quit [Quit: Leaving.]
wkbrg has quit [Ping timeout: 246 seconds]
simplon has joined #ruby-lang
x0f_ has quit [Ping timeout: 246 seconds]
imkmf has joined #ruby-lang
imkmf_ has joined #ruby-lang
x0f has joined #ruby-lang
diegoviola has joined #ruby-lang
AKASkip has quit [Ping timeout: 240 seconds]
apeiros has joined #ruby-lang
thomasxie has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
chussenot has joined #ruby-lang
gjaldon has joined #ruby-lang
j4cknewt has joined #ruby-lang
|jemc| has joined #ruby-lang
wkbrg has joined #ruby-lang
tenderlove has quit [Ping timeout: 245 seconds]
banister has joined #ruby-lang
kimegede has joined #ruby-lang
torrieri has joined #ruby-lang
yfeldblum has joined #ruby-lang
wkochbrg has quit [Ping timeout: 255 seconds]
dagda1_ has joined #ruby-lang
kimegede has quit [Client Quit]
yfeldblum has quit [Ping timeout: 246 seconds]
dsaint-pierre has joined #ruby-lang
chussenot has quit [Quit: chussenot]
lele__ has quit [Remote host closed the connection]
rippa has joined #ruby-lang
kimegede has joined #ruby-lang
kimegede has quit [Client Quit]
kek_ has joined #ruby-lang
tectonic has joined #ruby-lang
Ghis_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lele|w has joined #ruby-lang
kek has quit [Ping timeout: 272 seconds]
kek_ has quit [Ping timeout: 260 seconds]
chussenot has joined #ruby-lang
benhaan has joined #ruby-lang
__butch__ has joined #ruby-lang
imkmf has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sarkyniin has quit [Ping timeout: 245 seconds]
tkuchiki has joined #ruby-lang
imkmf_ has quit [Ping timeout: 246 seconds]
wkbrg has quit [Quit: Saindo]
wkoch has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
__butch__ has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
momomomomo has quit [Quit: momomomomo]
sharpmachine has joined #ruby-lang
pdoherty has quit [Quit: pdoherty]
gjaldon has quit []
chussenot has quit [Quit: chussenot]
chussenot has joined #ruby-lang
wallerdev has joined #ruby-lang
redbricks has joined #ruby-lang
elia has joined #ruby-lang
redbricks has left #ruby-lang [#ruby-lang]
momomomomo has joined #ruby-lang
tenderlove has joined #ruby-lang
momomomomo has quit [Client Quit]
yfeldblum has joined #ruby-lang
RobertBirnie has joined #ruby-lang
mistym has quit [Remote host closed the connection]
kfpratt has quit []
bruno- has quit [Ping timeout: 240 seconds]
tenderlove has quit [Ping timeout: 245 seconds]
shinnya has quit [Ping timeout: 260 seconds]
chussenot has quit [Quit: chussenot]
yfeldblum has quit [Ping timeout: 246 seconds]
imkmf has joined #ruby-lang
imkmf has joined #ruby-lang
chussenot has joined #ruby-lang
tectonic has quit []
imkmf has quit [Ping timeout: 260 seconds]
imkmf has joined #ruby-lang
skammer has quit [Quit: WeeChat 1.0]
skammer has joined #ruby-lang
hellangel7 has quit [Read error: Connection reset by peer]
hellangel7 has joined #ruby-lang
pdoherty has joined #ruby-lang
sleepee has quit [Quit: Leaving]
elia has quit [Quit: Computer has gone to sleep.]
skammer has quit [Client Quit]
chills42 has quit [Remote host closed the connection]
mistym has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
mcantor has joined #ruby-lang
skammer has joined #ruby-lang
elia has joined #ruby-lang
chills42 has joined #ruby-lang
allomov has quit [Remote host closed the connection]
mikecmpbll has quit [Ping timeout: 272 seconds]
wallerdev has quit [Quit: wallerdev]
ikrima has joined #ruby-lang
bantic has quit [Quit: bantic]
benlovell has quit [Ping timeout: 258 seconds]
hahuang65 has quit [Ping timeout: 260 seconds]
momomomomo has joined #ruby-lang
jbardin has joined #ruby-lang
kgrz has joined #ruby-lang
momomomomo has quit [Client Quit]
dda has joined #ruby-lang
michaeldeol has joined #ruby-lang
chussenot has quit [Quit: chussenot]
chussenot has joined #ruby-lang
momomomomo has joined #ruby-lang
momomomomo has quit [Client Quit]
SuMo_D has joined #ruby-lang
chussenot has quit [Client Quit]
robmiller has quit [Quit: Leaving.]
robmiller has joined #ruby-lang
dsaint-p_ has joined #ruby-lang
allomov has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
dsaint-pierre has quit [Ping timeout: 245 seconds]
elia has quit [Quit: Computer has gone to sleep.]
kimegede has joined #ruby-lang
dsaint-p_ has quit [Ping timeout: 272 seconds]
kimegede has quit [*.net *.split]
ikrima has quit [*.net *.split]
rippa has quit [*.net *.split]
stef_204 has quit [*.net *.split]
unsymbol has quit [*.net *.split]
jayne has quit [*.net *.split]
esmet_ has quit [*.net *.split]
manveru has quit [*.net *.split]
ironcamel has quit [*.net *.split]
thoolihan has quit [*.net *.split]
kimegede has joined #ruby-lang
esmet_ has joined #ruby-lang
jayne has joined #ruby-lang
stef_204 has joined #ruby-lang
thoolihan has joined #ruby-lang
ironcamel has joined #ruby-lang
manveru has joined #ruby-lang
rippa has joined #ruby-lang
unsymbol has joined #ruby-lang
ikrima has joined #ruby-lang
dagda1_ has quit [*.net *.split]
apeiros has quit [*.net *.split]
karamazov has quit [*.net *.split]
amystephen has quit [*.net *.split]
faces has quit [*.net *.split]
Miphix has quit [*.net *.split]
ItSANgo has quit [*.net *.split]
nirix has quit [*.net *.split]
francisfish has quit [*.net *.split]
nfsnobody has quit [*.net *.split]
crankharder has quit [*.net *.split]
jkyle has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
jxport_ has quit [*.net *.split]
LBo has quit [*.net *.split]
freedrull has quit [*.net *.split]
hramrach_ has joined #ruby-lang
ikrima has quit [Max SendQ exceeded]
hramrach has quit [Ping timeout: 264 seconds]
dagda1_ has joined #ruby-lang
karamazov has joined #ruby-lang
faces has joined #ruby-lang
ItSANgo has joined #ruby-lang
apeiros has joined #ruby-lang
nfsnobody has joined #ruby-lang
amystephen has joined #ruby-lang
nirix has joined #ruby-lang
jkyle has joined #ruby-lang
francisfish has joined #ruby-lang
jxport_ has joined #ruby-lang
Miphix has joined #ruby-lang
valeri_ufo has joined #ruby-lang
LBo has joined #ruby-lang
crankharder has joined #ruby-lang
freedrull has joined #ruby-lang
sharpmachine has quit [*.net *.split]
tkuchiki has quit [*.net *.split]
j4cknewt has quit [*.net *.split]
gix has quit [*.net *.split]
DEac- has quit [*.net *.split]
marr has quit [*.net *.split]
amerine has quit [*.net *.split]
Shoffner___ has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
ged has quit [*.net *.split]
tsou has quit [*.net *.split]
achiu1 has quit [*.net *.split]
FiXato has quit [*.net *.split]
mbr has quit [*.net *.split]
sharpmachine has joined #ruby-lang
FiXato has joined #ruby-lang
mbr has joined #ruby-lang
ged has joined #ruby-lang
achiu1 has joined #ruby-lang
gix has joined #ruby-lang
amerine has joined #ruby-lang
Shoffner___ has joined #ruby-lang
tsou has joined #ruby-lang
tkuchiki has joined #ruby-lang
DEac- has joined #ruby-lang
j4cknewt has joined #ruby-lang
yxhuvud has joined #ruby-lang
marr has joined #ruby-lang
Paul_McFreely has quit [Quit: Computer has gone to sleep.]
Paul_McFreely has joined #ruby-lang
j4cknewt has quit [Ping timeout: 255 seconds]
kimegede has quit [Quit: Leaving...]
wallerdev has joined #ruby-lang
moviendome has quit [Remote host closed the connection]
kimegede has joined #ruby-lang
tenderlove has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 258 seconds]
kimegede has quit [Quit: Leaving...]
solars has quit [Ping timeout: 260 seconds]
bruno- has joined #ruby-lang
stef_204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
centrx has joined #ruby-lang
_lexjm has joined #ruby-lang
anildigital has joined #ruby-lang
anildigital has quit [Changing host]
bruno- has quit [Ping timeout: 258 seconds]
omosoj has joined #ruby-lang
mikecmpbll has joined #ruby-lang
bruno- has joined #ruby-lang
dknox-afk is now known as dknox-lunch
jbardin has quit [Quit: jbardin]
benlovell has joined #ruby-lang
jbardin has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
hahuang65 has joined #ruby-lang
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby-lang
j4cknewt has joined #ruby-lang
fleas has joined #ruby-lang
benlovell has quit [Ping timeout: 272 seconds]
sarkyniin has joined #ruby-lang
sharpmachine has quit [Remote host closed the connection]
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby-lang
sharpmachine has joined #ruby-lang
existensil_ has quit [Ping timeout: 260 seconds]
dsaint-pierre has joined #ruby-lang
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby-lang
bruno- has quit [Read error: Connection reset by peer]
lcdhoffman has quit [Quit: lcdhoffman]
klmlfl has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
klmlfl has quit [Remote host closed the connection]
klmlfl has joined #ruby-lang
<karamazov> Anyone know how to write an SQL statement to query for nil?
<karamazov> I'm having trouble finding any leads on how to go about it.
luiz_lha has joined #ruby-lang
havenwood has joined #ruby-lang
bruno- has joined #ruby-lang
<centrx> karamazov, column IS NULL
<wallerdev> SELECT * FROM cats WHERE name IS NULL
<centrx> karamazov, where(x: nil) should work too
<karamazov> Isn't nil still a value?
<wallerdev> nil is NULL in sql
<karamazov> When I run it as IS NULL I get "no implicit conversion of nil into String"
bantic has joined #ruby-lang
<wallerdev> youll have to be more specific, thats a ruby error not a sql error, so depends what sql gem youre using
<karamazov> Sorry about my lack of details - that's just sinful of me.
<karamazov> More than anything, knowing that IS NULL should work for nil points me the right way
marr has quit [Ping timeout: 255 seconds]
sharpmachine has quit [Remote host closed the connection]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
anildigital is now known as zz_anildigital
Caius has joined #ruby-lang
Caius has joined #ruby-lang
Caius has quit [Changing host]
yfeldblum has joined #ruby-lang
michaeldeol has joined #ruby-lang
matp has joined #ruby-lang
michaeldeol has quit [Client Quit]
hramrach_ has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 272 seconds]
momomomomo has joined #ruby-lang
lcdhoffman has joined #ruby-lang
zz_anildigital is now known as anildigital
hramrach_ has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
bsvineeth has joined #ruby-lang
anildigital is now known as zz_anildigital
zz_anildigital is now known as anildigital
ldnunes has quit [Quit: Leaving]
ldnunes has joined #ruby-lang
anildigital is now known as zz_anildigital
zz_anildigital is now known as anildigital
bsvineeth has quit [Ping timeout: 255 seconds]
tenderlove has quit [Ping timeout: 260 seconds]
wkbrg has joined #ruby-lang
rippa has quit [Read error: Connection reset by peer]
rippa has joined #ruby-lang
wkoch has quit [Ping timeout: 272 seconds]
anildigital is now known as zz_anildigital
bsvineeth has joined #ruby-lang
tylersmith has joined #ruby-lang
hellangel7 has quit [Read error: Connection reset by peer]
zz_anildigital is now known as anildigital
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby-lang
hahuang65 has quit [Read error: Connection reset by peer]
symm- has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
skammer has quit [Ping timeout: 260 seconds]
michaeldeol has joined #ruby-lang
hahuang65 has joined #ruby-lang
bradcliffe has joined #ruby-lang
bruno- has quit [Read error: Connection reset by peer]
loincloth has quit [Remote host closed the connection]
anildigital is now known as zz_anildigital
momomomomo has quit [Quit: momomomomo]
rcvalle has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Lewix has joined #ruby-lang
momomomomo has joined #ruby-lang
bruno- has joined #ruby-lang
michaeldeol has joined #ruby-lang
michaeldeol has quit [Client Quit]
benhaan has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
omosoj has quit [Ping timeout: 260 seconds]
michaeldeol has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
bruno- has quit [Read error: Connection reset by peer]
bradcliffe has quit [Remote host closed the connection]
jdecuirm1 has joined #ruby-lang
<jdecuirm1> hello
havenwood has quit [Remote host closed the connection]
kgrz has quit [Remote host closed the connection]
AKASkip has joined #ruby-lang
sharpmachine has joined #ruby-lang
Blaguvest has quit []
havenwood has joined #ruby-lang
kgrz has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
j4cknewt has quit [Remote host closed the connection]
araujo has joined #ruby-lang
araujo has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
<centrx> jdecuirm1, FYI there's also #ruby and #rubyonrails
<jdecuirm1> Hi centrx
<jdecuirm1> I'm testing an irc chat on my mobile!
<jdecuirm1> Works neat
j4cknewt has joined #ruby-lang
loincloth has joined #ruby-lang
tenderlove has joined #ruby-lang
jdecuirm1 has quit [Quit: Bye]
Meta5 has joined #ruby-lang
Lewix has joined #ruby-lang
tenderlove has quit [Ping timeout: 258 seconds]
dda has quit [Quit: logging out.]
tylersmith is now known as tcrypt
Meta5 has quit [Client Quit]
Lewix has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
omosoj has joined #ruby-lang
benlovell has joined #ruby-lang
bantic has quit [Quit: bantic]
benlovell has quit [Ping timeout: 245 seconds]
sharpmachine has quit [Remote host closed the connection]
emmesswhy has joined #ruby-lang
emmesswhy has quit [Remote host closed the connection]
wkoch has joined #ruby-lang
tcrypt is now known as tylersmith
marr has joined #ruby-lang
wkbrg has quit [Ping timeout: 255 seconds]
j4cknewt has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
sharpmac_ has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
torrieri has joined #ruby-lang
j4cknewt has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
j4cknewt has joined #ruby-lang
bruno- has joined #ruby-lang
wkoch has quit [Quit: Saindo]
skade has joined #ruby-lang
Squarepy has quit [Quit: Leaving]
omosoj has quit [Quit: Leaving]
Raynes has quit [Max SendQ exceeded]
omosoj has joined #ruby-lang
Guest14865 has joined #ruby-lang
dknox-lunch is now known as dknox
dagda1_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
michaeldeol has joined #ruby-lang
Guest14865 has quit [Max SendQ exceeded]
Raynes_ has joined #ruby-lang
dagda1_ has joined #ruby-lang
sush24 has joined #ruby-lang
jbardin has quit [Quit: jbardin]
mcantor has quit [Ping timeout: 240 seconds]
skammer has joined #ruby-lang
Paul_McFreely has quit [Quit: Computer has gone to sleep.]
bantic has joined #ruby-lang
Paul_McFreely has joined #ruby-lang
sarkyniin has quit [Quit: Quitte]
chills42 has quit [Remote host closed the connection]
bsvineeth has quit [Remote host closed the connection]
omosoj has quit [Ping timeout: 246 seconds]
bsvineeth has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
bsvineet_ has joined #ruby-lang
wallerdev has joined #ruby-lang
bsvineeth has quit [Read error: Connection reset by peer]
klmlfl_ has joined #ruby-lang
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
klmlfl has quit [Ping timeout: 240 seconds]
jbardin has joined #ruby-lang
Raynes_ is now known as Raynes
Raynes has quit [Changing host]
Raynes has joined #ruby-lang
lcdhoffman has joined #ruby-lang
omosoj has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
AKASkip has quit [Ping timeout: 272 seconds]
havenwood has quit [Remote host closed the connection]
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
_lexjm has joined #ruby-lang
MichD is now known as michd
<SuMo_D> hi roon
<SuMo_D> anybody around - I am running a script and at the end I get a Debug -- : terminating 5 actors
<SuMo_D> not sure if that's normal
<SuMo_D> :/
tenderlove has quit [Ping timeout: 260 seconds]
<waxjar> Celluloid does that
elia has joined #ruby-lang
klmlfl_ has quit []
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
<SuMo_D> yeah artoo is working with celluloid
<SuMo_D> www.artoo.io
<SuMo_D> I'm trying to get it to work with a raspi
chussenot has joined #ruby-lang
omosoj has quit [Quit: Leaving]
omosoj has joined #ruby-lang
_ht has quit [Remote host closed the connection]
mistym has quit [Read error: Connection reset by peer]
mistym has joined #ruby-lang
tenderlove has joined #ruby-lang
benanne has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 272 seconds]
jpopo23 has joined #ruby-lang
omosoj has quit [Ping timeout: 260 seconds]
tenderlove has joined #ruby-lang
matp has quit [Ping timeout: 258 seconds]
miqui has quit [Remote host closed the connection]
sgray10 has quit [Ping timeout: 260 seconds]
Phrogz has joined #ruby-lang
houhoulis has joined #ruby-lang
tenderlove has quit [Ping timeout: 255 seconds]
spastorino has quit [Quit: Connection closed for inactivity]
bsvineet_ has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
jpopo23 has quit [Quit: jpopo23]
Squarepy has joined #ruby-lang
postmodern has quit [Quit: Leaving]
bsvineeth has quit [Ping timeout: 260 seconds]
lcdhoffman has quit [Quit: lcdhoffman]
lcdhoffman has joined #ruby-lang
tenderlove has joined #ruby-lang
centrx has quit [Quit: The plan is programmed into every one of my one thousand robots]
Forgetful_Lion has joined #ruby-lang
chussenot has quit [Quit: chussenot]
benlovell has joined #ruby-lang
wkoch has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
chussenot has joined #ruby-lang
danijoo has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
ldnunes has quit [Quit: Leaving]
benlovell has quit [Ping timeout: 245 seconds]
lcdhoffman has joined #ruby-lang
mcantor has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
postmodern has joined #ruby-lang
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Missphoenix has joined #ruby-lang
sepp2k has quit [Quit: Konversation terminated!]
j4cknewt has joined #ruby-lang
_lexjm has joined #ruby-lang
Miphix has quit [Ping timeout: 246 seconds]
hahuang65 has quit [Quit: WeeChat 1.0]
allomov has quit [Remote host closed the connection]
omosoj has joined #ruby-lang
dagda1_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
karamazov has quit [Remote host closed the connection]
karamazov has joined #ruby-lang
mcantor has quit [Ping timeout: 258 seconds]
Lewix has joined #ruby-lang
davispuh has quit [Ping timeout: 245 seconds]
omosoj has quit [Ping timeout: 260 seconds]
karamazov has quit [Ping timeout: 240 seconds]
mcantor has joined #ruby-lang
dagda1 has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bantic has quit [Quit: bantic]
whippythellama has quit [Quit: whippythellama]
mcantor has quit [Ping timeout: 245 seconds]
SuMo_D has quit [Remote host closed the connection]
sush24 has quit [Quit: This computer has gone to sleep]
mikecmpbll has quit [Quit: i've nodded off.]
mcantor has joined #ruby-lang
spastorino has joined #ruby-lang
dabradley has quit [Ping timeout: 260 seconds]
SuMo_D has joined #ruby-lang
momomomomo_ has joined #ruby-lang
imkmf has quit [Ping timeout: 240 seconds]
momomomomo has quit [Ping timeout: 245 seconds]
momomomomo_ is now known as momomomomo
cmhobbs has quit [Remote host closed the connection]
dabradley has joined #ruby-lang
sepp2k has joined #ruby-lang
hahuang65 has joined #ruby-lang
ap4y has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
toretore has quit [Quit: Leaving]
loincloth has quit [Remote host closed the connection]
__butch__ has quit [Quit: Leaving.]
hhatch has quit [Ping timeout: 272 seconds]
oleo__ has joined #ruby-lang
oleo is now known as Guest4552
chussenot has quit [Quit: chussenot]
lsegal has joined #ruby-lang
ikrima has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
SuMo_D has quit [Remote host closed the connection]
Guest4552 has quit [Ping timeout: 260 seconds]
SuMo_D has joined #ruby-lang
workmad3 has joined #ruby-lang
omosoj has joined #ruby-lang
j4cknewt has joined #ruby-lang
SuMo_D has quit [Ping timeout: 240 seconds]
elia has quit [Quit: Computer has gone to sleep.]
charliesome has joined #ruby-lang
elia has joined #ruby-lang
dda has joined #ruby-lang
face has joined #ruby-lang
faces has quit [Ping timeout: 246 seconds]
sharpmac_ has quit [Remote host closed the connection]
faces has joined #ruby-lang
face has quit [Ping timeout: 272 seconds]
ikrima has quit [Ping timeout: 260 seconds]
pdoherty has quit [Ping timeout: 240 seconds]
torrieri has quit [Quit: Linkinus - http://linkinus.com]
charliesome has quit [Quit: zzz]
dda has quit [Remote host closed the connection]
dda has joined #ruby-lang
benanne has quit [Quit: kbai]
benlovell has joined #ruby-lang
dda has quit [Ping timeout: 260 seconds]
emmesswhy has joined #ruby-lang
benlovell has quit [Ping timeout: 272 seconds]
torrieri has joined #ruby-lang
charliesome has joined #ruby-lang
elico has joined #ruby-lang
<elico> Hey I am looking for a "key" only DB. as opposed to key+value ones.
<elico> I need to store a white and black lists of domains in one list without any value in the key.
omosoj has quit [Ping timeout: 260 seconds]
dda has joined #ruby-lang
<pipework> columnar store?
<pipework> Or just make a single key-value entry where the key is 'whitelist' or 'blacklist' and the value is an array?
<zenspider> now that laurant is no longer at apple, does anyone know who's in charge of ruby there?
<elico> pipework: not necessarily.
<elico> I need only to know that the value is there..
<zenspider> current xcode beta has bad rbconfig values
<elico> the basic issue is that in any case I would need a value which will consume space eventually and for more then 28 million keys it would be 28*8 (byte) and it will consume eventually something..
SuMo_D has joined #ruby-lang
<elico> to be more accurate it will consume more then 200MB just for the value of 28 million keys :\
marr has quit [Ping timeout: 260 seconds]
Squarepy has quit [Quit: Leaving]
Lewix has quit [Remote host closed the connection]
charliesome has quit [Quit: zzz]
diegoviola has quit [Quit: WeeChat 1.0]
Phrogz has quit [Quit: Hometime]
cirenyc has joined #ruby-lang
torrieri_ has joined #ruby-lang
dda has quit [Remote host closed the connection]
torrieri has quit [Ping timeout: 260 seconds]
haraoka has joined #ruby-lang
omosoj has joined #ruby-lang
bsvineeth has joined #ruby-lang
bruno- has quit [Ping timeout: 245 seconds]
skammer has quit [Ping timeout: 260 seconds]
|jemc| has quit [Ping timeout: 272 seconds]
bsvineeth has quit [Ping timeout: 245 seconds]
elia has quit [Quit: (IRC Client: textualapp.com)]
j4cknewt has quit [Remote host closed the connection]
mcantor has quit [Ping timeout: 240 seconds]
havenwood has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
jhass is now known as jhass|off
JoshuaPaling has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]