00:02
geermc4 has quit [Remote host closed the connection]
00:03
davidbalbert is now known as davidbalber|away
00:04
anachronistic has quit [Quit: anachronistic]
00:05
roadt has joined #ruby-lang
00:08
dpatel has quit [Quit: dpatel]
00:09
havenn has joined #ruby-lang
00:10
nXqd has joined #ruby-lang
00:12
justinram has quit [Remote host closed the connection]
00:16
arubin_ has joined #ruby-lang
00:16
thinkdevcode has quit [Remote host closed the connection]
00:17
mebaran151 has joined #ruby-lang
00:17
outoftime has quit [Ping timeout: 244 seconds]
00:23
krohrbaugh has quit [Quit: Leaving.]
00:26
kurko_ has quit [Quit: Computer has gone to sleep.]
00:29
thisirs has quit [Remote host closed the connection]
00:30
outoftime has joined #ruby-lang
00:30
Madis has quit [Remote host closed the connection]
00:31
kurko_ has joined #ruby-lang
00:31
bfreeman has quit [Quit: bfreeman]
00:32
toretore has quit [Quit: Leaving]
00:39
Nisstyre has quit [Quit: Leaving]
00:40
datanoise has joined #ruby-lang
00:40
ryanf has joined #ruby-lang
00:42
ryanlecompte has quit [Remote host closed the connection]
00:44
datanoise has quit [Ping timeout: 260 seconds]
00:45
ioga_wrk has quit [Ping timeout: 240 seconds]
00:46
kurko_ has quit [Ping timeout: 252 seconds]
00:48
kurko_ has joined #ruby-lang
00:55
datanoise has joined #ruby-lang
00:56
nXqd has quit [Ping timeout: 276 seconds]
00:57
kurko_ has quit [Ping timeout: 260 seconds]
00:58
kurko_ has joined #ruby-lang
00:59
mistym has quit [Remote host closed the connection]
01:01
joast has joined #ruby-lang
01:03
Nisstyre has joined #ruby-lang
01:04
cultureulterior_ has joined #ruby-lang
01:04
m3nd3s has quit [Remote host closed the connection]
01:06
methods1 has joined #ruby-lang
01:07
sailias has joined #ruby-lang
01:09
kurko_ has quit [Ping timeout: 256 seconds]
01:11
kurko_ has joined #ruby-lang
01:12
sailias has quit [Ping timeout: 256 seconds]
01:13
gsav has joined #ruby-lang
01:14
sn0wb1rd has quit [Quit: sn0wb1rd]
01:16
earthquake has joined #ruby-lang
01:18
mebaran151 has quit [Read error: Connection reset by peer]
01:19
ddd has quit [Quit: Leaving.]
01:20
chimkan has joined #ruby-lang
01:25
kurko_ has quit [Ping timeout: 260 seconds]
01:25
kurko_ has joined #ruby-lang
01:26
thinkdevcode has joined #ruby-lang
01:29
kgrz has quit [Ping timeout: 252 seconds]
01:30
mistym has joined #ruby-lang
01:30
mistym has quit [Changing host]
01:30
mistym has joined #ruby-lang
01:30
thinkdevcode has quit [Ping timeout: 256 seconds]
01:31
<
steveklabnik >
uuuuuuugh rake
01:32
datanoise has quit [Ping timeout: 256 seconds]
01:34
benanne has quit [Quit: kbai]
01:36
sepp2k1 has quit [Read error: Connection reset by peer]
01:36
sn0wb1rd has joined #ruby-lang
01:37
<
steveklabnik >
file "spec/dummy/db/test.sqlite3" do cd "spec/dummy" system "RAILS_ENV=test bundle exec rake db:migrate"
01:37
<
steveklabnik >
if i run the cd and system commands myself, it works
01:37
<
steveklabnik >
if i run rake, the sqlite3 file is there, but it's like it just got touched, not migrated
01:39
<
zzak >
what version of rake?
01:39
<
steveklabnik >
rake, version 0.9.2.2
01:40
<
zzak >
try --trace?
01:40
GarethAdams has joined #ruby-lang
01:41
<
steveklabnik >
task :cucuber => :"spec/dummy/db/test.sqlite3"
01:41
<
steveklabnik >
is in my thing too
01:41
<
steveklabnik >
buuuuuuuuut
01:41
<
steveklabnik >
maybe it's not calling the task?
01:41
schroedinbug has quit [Read error: Connection reset by peer]
01:41
<
steveklabnik >
i dont see it actually trying to run anything
01:42
<
steveklabnik >
oh weird
01:42
<
steveklabnik >
$ rake spec/dummy/db/test.sqlite3
01:42
<
steveklabnik >
cd spec/dummy
01:42
<
steveklabnik >
cd -
01:42
<
steveklabnik >
no system call
01:42
<
steveklabnik >
wtffff
01:43
<
zzak >
what'd you break now steve :(
01:44
<
steveklabnik >
i dont know
01:44
<
steveklabnik >
but yeah, it just doenst do system
01:47
chimkan has quit [Quit: chimkan]
01:47
<
steveklabnik >
if i change it to use %x
01:48
<
steveklabnik >
cd spec/dummy
01:48
<
steveklabnik >
rake aborted!
01:48
<
steveklabnik >
No such file or directory - RAILS_ENV=test rake db:migrate
01:48
<
steveklabnik >
.......ffffuuuuu
01:48
<
zzak >
where are you getting 'cd -' from?
01:49
<
steveklabnik >
i also tried cd with ablock
01:49
<
zzak >
oh, instead of 'cd "spec/dummy"'?
01:49
<
steveklabnik >
that does the cd -
01:49
sailias has joined #ruby-lang
01:50
<
zzak >
what about just "system 'cd -'"?
01:50
<
steveklabnik >
that
01:50
<
steveklabnik >
is what i'm doing
01:50
<
steveklabnik >
the build is already broken, whatever, i'll just push my temp work ;)
01:51
<
zzak >
whats cucuber?
01:51
svyatov has quit [Quit: svyatov]
01:51
<
steveklabnik >
okay, so that fixes the fact that the two tasks weren't working together ;)
01:52
sn0wb1rd_ has joined #ruby-lang
01:52
zigidias has joined #ruby-lang
01:52
justinmcp has quit [Remote host closed the connection]
01:52
<
steveklabnik >
still, running "rake spec/dummy/db/test.sqlite3" doesnt work to run the rake db:migrate
01:52
<
zzak >
isn't it the other way around?
01:52
<
zzak >
rake :task => :dependent
01:52
justinmcp has joined #ruby-lang
01:53
sn0wb1rd has quit [Ping timeout: 244 seconds]
01:53
sn0wb1rd_ is now known as sn0wb1rd
01:53
<
steveklabnik >
with file
01:53
<
zzak >
so you should have: rake spec/dummy/db/test.sqlite3 => :cucumber
01:53
<
steveklabnik >
regardless
01:53
<
steveklabnik >
the file task doesnt work
01:53
<
zzak >
ive never used file tasks either
01:53
<
steveklabnik >
it is task -> depednetn
01:53
<
zzak >
so that might help
01:53
<
steveklabnik >
...wowo
01:54
<
steveklabnik >
i cannot type
01:54
<
steveklabnik >
i want the cucumber task to depend on the file task
01:54
<
steveklabnik >
so :cucuber => test... is correct
01:54
<
steveklabnik >
i need that db to be created so cukes can work
01:54
KnowTheLedge has joined #ruby-lang
01:55
postmodern has joined #ruby-lang
01:56
justinmcp has quit [Ping timeout: 240 seconds]
01:57
nofxx has joined #ruby-lang
01:57
nofxx has quit [Changing host]
01:57
nofxx has joined #ruby-lang
01:58
<
zzak >
steveklabnik: does the file exist yet?
01:58
<
zzak >
no, right? thats why you want to execute that file task
01:59
<
steveklabnik >
it does not exist yet, yes
01:59
<
zzak >
and $cd spec/dummy && RAILS_ENV=test rake db:migrate works?
01:59
<
zzak >
and it generates spec/dummy/db/test.sqlite3?
02:00
<
zzak >
then you delete it?
02:00
<
steveklabnik >
then i run the task
02:00
<
steveklabnik >
and it does the cd
02:00
<
steveklabnik >
but not the system
02:00
<
zzak >
run what task, cucumber?
02:00
<
zzak >
or the file task
02:00
<
steveklabnik >
the file task
02:00
datanoise has joined #ruby-lang
02:01
<
zzak >
ok, ill clone it and try what youre doing
02:01
schroedinbug1 has joined #ruby-lang
02:01
chimkan has joined #ruby-lang
02:02
<
zzak >
bundle install deps and good to go?
02:03
wallerdev has quit [Quit: wallerdev]
02:03
<
steveklabnik >
note that even when it works, one spec fails, apparently :( but it fails in a legit way, not 'the table posts does not exist' way
02:04
wallerdev has joined #ruby-lang
02:04
<
zzak >
sec, bundling all of rubygems.org
02:04
<
steveklabnik >
fiiiiixed
02:04
<
steveklabnik >
i dunno how
02:05
<
steveklabnik >
that works for some reason
02:05
<
steveklabnik >
no idea
02:05
<
zzak >
yeah db:migrate task
02:05
<
steveklabnik >
so i'll just make the current one depend on it and be done with it
02:06
<
zzak >
i was gonna say
02:06
<
zzak >
but i thought you might only want test for whatever reason
02:07
<
zzak >
file "spec/dummy/db/test.sqlite3" do system "cd spec/dummy && RAILS_ENV=test rake db:migrate"
02:07
<
zzak >
instead of both those lines
02:07
<
zzak >
just combined them and it worked for me
02:08
<
zzak >
i wonder why task; cd 'whatever'; system 'something'; end doesn't work?
02:11
datanoise has quit [Ping timeout: 246 seconds]
02:12
kke has quit [Ping timeout: 245 seconds]
02:12
kurko_ has quit [Ping timeout: 252 seconds]
02:12
sn0wb1rd has quit [Quit: sn0wb1rd]
02:13
kke has joined #ruby-lang
02:14
<
steveklabnik >
so weird.
02:14
sn0wb1rd has joined #ruby-lang
02:14
cschwart1 has joined #ruby-lang
02:16
kurko_ has joined #ruby-lang
02:17
sailias has quit [Ping timeout: 256 seconds]
02:18
cschwartz has quit [Ping timeout: 252 seconds]
02:21
runeb has quit [Remote host closed the connection]
02:22
alvaro_o has quit [Quit: Ex-Chat]
02:22
jhn has joined #ruby-lang
02:23
kurko_ has quit [Ping timeout: 260 seconds]
02:23
kurko_ has joined #ruby-lang
02:24
cultureulterior_ has quit [Quit: cultureulterior_]
02:25
justinmcp has joined #ruby-lang
02:29
CaptainJet has quit [Read error: Connection reset by peer]
02:31
kurko_ has quit [Ping timeout: 256 seconds]
02:31
kurko_ has joined #ruby-lang
02:32
sailias has joined #ruby-lang
02:32
bfreeman has joined #ruby-lang
02:33
spo12 has joined #ruby-lang
02:34
mistym has quit [Remote host closed the connection]
02:34
CaptainJet has joined #ruby-lang
02:34
methods1 has quit [Quit: Leaving.]
02:36
brianpWins has quit [Quit: brianpWins]
02:37
justinseiter has joined #ruby-lang
02:43
kurko_ has quit [Ping timeout: 252 seconds]
02:43
<
wmoxam >
steveklabnik: nokogiri is supposedly retired now :p
02:43
<
wmoxam >
I'm thinking of hpricot
02:43
<
wmoxam >
carry on :p
02:43
kurko_ has joined #ruby-lang
02:44
ryanlecompte has joined #ruby-lang
02:45
ryanf has quit [Ping timeout: 244 seconds]
02:46
ryanlecompte has quit [Remote host closed the connection]
02:50
alvaro_o has joined #ruby-lang
02:51
runeb has joined #ruby-lang
02:52
<
zzak >
ill try it with r37435
02:56
<
zzak >
nokogiri built fine for me
02:57
kurko_ has quit [Ping timeout: 260 seconds]
02:59
kurko_ has joined #ruby-lang
03:00
<
zzak >
Finished in 0.3557 seconds
03:00
<
zzak >
208 examples, 0 failures
03:00
<
zzak >
ruby 2.0.0dev (2012-11-03 trunk 37435) [x86_64-linux]
03:00
imperator has joined #ruby-lang
03:00
<
zzak >
steveklabnik: ^ draper specs
03:00
<
zzak >
could be a travis bug
03:00
brunocoelho has joined #ruby-lang
03:01
<
imperator >
good evening
03:02
<
imperator >
how's it going zzak?
03:02
brunocoelho has quit [Remote host closed the connection]
03:03
runeb has quit [Ping timeout: 252 seconds]
03:03
nertzy has joined #ruby-lang
03:03
<
zzak >
good, catching up on my queue, you?
03:04
sabfer has joined #ruby-lang
03:05
<
imperator >
just played a bunch of World of Tanks, chillin
03:07
CaptainJet has quit []
03:09
alvaro_o has quit [Quit: Ex-Chat]
03:12
<
zzak >
imperator: did you get to rubyconf?
03:13
<
imperator >
nope, too expensive
03:13
<
imperator >
plus i had some other stuff going on
03:14
<
zzak >
if youre lookin for something to do, i know luis and hiro and those guys could use help getting those last few windows patches in before the code freeze next month
03:14
roadt has quit [Ping timeout: 260 seconds]
03:15
kurko_ has quit [Ping timeout: 252 seconds]
03:15
nignaztic has joined #ruby-lang
03:15
sailias has quit [Read error: Connection reset by peer]
03:16
buscapepe has joined #ruby-lang
03:16
buscapepe has quit [Remote host closed the connection]
03:16
kurko_ has joined #ruby-lang
03:16
<
imperator >
yeah, that's not gonna happen
03:17
buscapepe has joined #ruby-lang
03:17
bluepojo has quit [Ping timeout: 252 seconds]
03:17
sailias has joined #ruby-lang
03:18
ryanf has joined #ruby-lang
03:18
ananna has joined #ruby-lang
03:19
anannie has quit [Ping timeout: 260 seconds]
03:22
<
zzak >
worth a shot
03:22
sailias has quit [Ping timeout: 256 seconds]
03:25
kurko_ has quit [Ping timeout: 260 seconds]
03:25
brianpWins has joined #ruby-lang
03:26
kurko_ has joined #ruby-lang
03:26
datanoise has joined #ruby-lang
03:28
chimkan has quit [Quit: chimkan]
03:29
runeb has joined #ruby-lang
03:29
ryanf has quit [Quit: broken pipes |||]
03:33
ryanf has joined #ruby-lang
03:34
kurko_ has quit [Ping timeout: 252 seconds]
03:35
aetcore has joined #ruby-lang
03:35
mistym has joined #ruby-lang
03:35
mistym has quit [Changing host]
03:35
mistym has joined #ruby-lang
03:35
kurko_ has joined #ruby-lang
03:36
brianpWins has quit [Quit: brianpWins]
03:37
snorkdude has joined #ruby-lang
03:40
runeb has quit [Ping timeout: 240 seconds]
03:42
thone_ has quit [Ping timeout: 246 seconds]
03:44
thone has joined #ruby-lang
03:47
kurko_ has quit [Ping timeout: 260 seconds]
03:48
kurko_ has joined #ruby-lang
03:48
tdy_ has joined #ruby-lang
03:52
tdy has quit [Ping timeout: 256 seconds]
03:52
kurko_ has quit [Ping timeout: 252 seconds]
03:53
kurko_ has joined #ruby-lang
03:58
kurko_ has quit [Ping timeout: 260 seconds]
03:59
kurko_ has joined #ruby-lang
04:04
kurko_ has quit [Ping timeout: 260 seconds]
04:04
tdy_ has quit [Quit: WeeChat 0.3.9]
04:04
kurko_ has joined #ruby-lang
04:05
tdy has joined #ruby-lang
04:05
<
steveklabnik >
wooo
04:05
<
steveklabnik >
not explicitly
04:06
runeb has joined #ruby-lang
04:12
roadt has joined #ruby-lang
04:13
datanoise has quit [Ping timeout: 248 seconds]
04:15
sush24 has joined #ruby-lang
04:17
snorkdude has quit [Remote host closed the connection]
04:18
runeb has quit [Ping timeout: 255 seconds]
04:18
brownies has joined #ruby-lang
04:18
sush24 has quit [Client Quit]
04:18
<
brownies >
i am trying to grok how a gem can "just work" by exposing various methods throughout my app, without requiring any includes/configs/etc
04:19
<
brownies >
in particular, i have a case where i found one method in a gem's file that gets exposed everywhere, but other methods in that same file aren't... and i'm not sure how/why
04:19
<
steveklabnik >
you're using rails
04:19
<
steveklabnik >
rails apps do a Bundler.require
04:19
<
brownies >
so :paginate is exposed, but i can't seem to call :link_to_previous_page in the same "magic" way
04:19
<
steveklabnik >
which automatically requires every gem in your bundle
04:19
<
steveklabnik >
so when bundler does a 'require 'kaminari'
04:19
<
steveklabnik >
gets required
04:19
sush24 has joined #ruby-lang
04:19
<
steveklabnik >
which does that
04:20
<
brownies >
right! and then look at the file (which is what i linked above)
04:20
<
brownies >
for some reason, :paginate is available, but the other methods below it aren't!
04:21
<
steveklabnik >
:paginate?
04:21
<
steveklabnik >
it's a method
04:21
<
steveklabnik >
you'd call it with 'paginate'
04:21
<
steveklabnik >
no :
04:21
<
brownies >
yes, i was just using the : to help differentiate method names for our conversation =P
04:22
thinkdevcode has joined #ruby-lang
04:22
<
steveklabnik >
well, that makes no sense
04:22
<
steveklabnik >
it only exposing paginate
04:22
<
steveklabnik >
that is
04:22
<
brownies >
i was using :paginate but i feel it's too heavyweight (in terms of DB operations) so i wanted to swap it out for just those two links
04:23
<
brownies >
steveklabnik: i'm fiddling around in the console to see if i can understand wtf is going on...
04:23
savage- has joined #ruby-lang
04:23
<
steveklabnik >
i gotta run
04:23
<
steveklabnik >
sorry :(
04:23
<
brownies >
steveklabnik: ah, ok, np. thanks for the explanation so far :)
04:27
brianpWins has joined #ruby-lang
04:29
kurko_ has quit [Ping timeout: 252 seconds]
04:30
kurko_ has joined #ruby-lang
04:30
Averna has joined #ruby-lang
04:30
gsav has quit [Ping timeout: 260 seconds]
04:33
sush24 has quit [Quit: This computer has gone to sleep]
04:34
nullthreat_ has joined #ruby-lang
04:34
kurko_ has quit [Ping timeout: 260 seconds]
04:34
nullthreat_ has quit [Client Quit]
04:35
* brownies
headdesk
04:35
<
brownies >
hours later, it turns out that this was because i had an old version of the gem installed.
04:35
sush24 has joined #ruby-lang
04:36
kurko_ has joined #ruby-lang
04:37
thinkdevcode has quit [Remote host closed the connection]
04:39
datanoise has joined #ruby-lang
04:41
drumond19 has joined #ruby-lang
04:44
runeb has joined #ruby-lang
04:45
imperator has quit [Ping timeout: 246 seconds]
04:46
charliesome has joined #ruby-lang
04:51
kurko_ has quit [Ping timeout: 252 seconds]
04:52
kurko_ has joined #ruby-lang
04:53
Uranio has quit [Ping timeout: 264 seconds]
04:55
runeb has quit [Ping timeout: 252 seconds]
04:57
areil has joined #ruby-lang
04:58
nignaztic has quit [Ping timeout: 260 seconds]
04:59
kurko_ has quit [Ping timeout: 260 seconds]
05:00
xalei has joined #ruby-lang
05:00
kurko_ has joined #ruby-lang
05:05
justinseiter has quit [Remote host closed the connection]
05:07
kurko_ has quit [Ping timeout: 252 seconds]
05:09
kurko_ has joined #ruby-lang
05:11
ananna has quit [Remote host closed the connection]
05:13
kurko_ has quit [Ping timeout: 260 seconds]
05:15
kurko_ has joined #ruby-lang
05:20
kurko_ has quit [Ping timeout: 252 seconds]
05:20
kurko_ has joined #ruby-lang
05:22
runeb has joined #ruby-lang
05:22
chimkan has joined #ruby-lang
05:23
<
tubbo >
so i figured out how to get ruby-shout to accept standard input as a means of streaming audio to an icecast server
05:23
<
tubbo >
that is, STDIN
05:24
<
tubbo >
here's my question, aside from piping...how exactly is STDIN handled on a *NIX system?
05:24
<
tubbo >
I've never used it outside of piping like `where <blah>` or `cat <file>` to a program
05:24
<
tubbo >
is it possible to write to STDIN from one class, and have another class automatically accept that input and stream it to an Icecast server, the way I currently have it set up?
05:27
<
heftig >
no. you could use $stdin instead of STDIN, and reassign it to the output of a pipe you create via IO.pipe
05:28
<
heftig >
(the output being the read_io)
05:29
kurko_ has quit [Ping timeout: 255 seconds]
05:29
<
heftig >
this is if you want to keep it in a single process
05:30
<
heftig >
you could write another ruby program that outputs audio to STDOUT, and then pipe it together with your shout program on the shell
05:30
westons has joined #ruby-lang
05:30
kurko_ has joined #ruby-lang
05:32
krohrbaugh has joined #ruby-lang
05:33
agile has quit [Quit: Ex-Chat]
05:34
runeb has quit [Ping timeout: 260 seconds]
05:42
kurko_ has quit [Ping timeout: 252 seconds]
05:43
kurko_ has joined #ruby-lang
05:48
kurko_ has quit [Ping timeout: 260 seconds]
05:49
qpingu has left #ruby-lang [#ruby-lang]
05:49
kurko_ has joined #ruby-lang
05:50
guns has joined #ruby-lang
05:51
savage- has quit [Quit: savage-]
05:55
kurko_ has quit [Ping timeout: 252 seconds]
05:56
rhizmoe has joined #ruby-lang
05:57
kurko_ has joined #ruby-lang
06:01
runeb has joined #ruby-lang
06:01
kurko_ has quit [Ping timeout: 240 seconds]
06:01
datanoise has quit [Ping timeout: 248 seconds]
06:03
kurko_ has joined #ruby-lang
06:04
Jaxel has joined #ruby-lang
06:05
<
Jaxel >
I'm trying to use the One-Click Ruby Application gem. However it is throwing me a bad file descriptor error.
06:05
<
Jaxel >
On this line: ocrafile.write([OP_DECOMPRESS_LZMA, compressed_data.size, compressed_data].pack("VVA*"))
06:07
<
Jaxel >
Does anyone have an inkling why this might be? Or any further information I should supply?
06:07
kurko_ has quit [Ping timeout: 260 seconds]
06:08
mistym has quit [Remote host closed the connection]
06:09
kurko_ has joined #ruby-lang
06:11
Averna has quit [Quit: Leaving.]
06:11
buscapepe has quit [Ping timeout: 240 seconds]
06:13
runeb has quit [Ping timeout: 252 seconds]
06:14
robbyoconnor has joined #ruby-lang
06:14
westons_ has joined #ruby-lang
06:15
westons_ has quit [Client Quit]
06:17
westons has quit [Ping timeout: 256 seconds]
06:17
jhn has left #ruby-lang [#ruby-lang]
06:20
kurko_ has quit [Ping timeout: 252 seconds]
06:20
westons has joined #ruby-lang
06:20
jhn has joined #ruby-lang
06:21
jhn has left #ruby-lang [#ruby-lang]
06:21
kurko_ has joined #ruby-lang
06:21
jhnmn has joined #ruby-lang
06:22
dhruvasagar has quit [Ping timeout: 265 seconds]
06:23
jxie has quit [Quit: leaving]
06:24
dhruvasagar has joined #ruby-lang
06:24
huug has joined #ruby-lang
06:24
huug has quit [Client Quit]
06:24
jhnmn has left #ruby-lang [#ruby-lang]
06:27
westons has quit [Quit: westons]
06:27
dc5ala has joined #ruby-lang
06:27
reallyitsme has joined #ruby-lang
06:30
reallyitsme has quit [Client Quit]
06:35
kurko_ has quit [Ping timeout: 260 seconds]
06:37
kurko_ has joined #ruby-lang
06:37
dhruvasagar has quit [Ping timeout: 245 seconds]
06:39
datanoise has joined #ruby-lang
06:39
dhruvasagar has joined #ruby-lang
06:40
runeb has joined #ruby-lang
06:45
westons has joined #ruby-lang
06:47
krohrbaugh1 has joined #ruby-lang
06:49
krohrbaugh has quit [Ping timeout: 265 seconds]
06:51
array has joined #ruby-lang
06:52
huug has joined #ruby-lang
06:52
kurko_ has quit [Ping timeout: 252 seconds]
06:52
huug has quit [Client Quit]
06:53
kurko_ has joined #ruby-lang
06:54
runeb has quit [Ping timeout: 260 seconds]
06:54
wyhaines has quit [Remote host closed the connection]
06:57
sush24 has quit [Quit: This computer has gone to sleep]
06:57
kurko_ has quit [Ping timeout: 260 seconds]
06:58
sush24 has joined #ruby-lang
06:59
datanoise has quit [Ping timeout: 265 seconds]
06:59
kurko_ has joined #ruby-lang
07:04
kurko_ has quit [Ping timeout: 252 seconds]
07:05
kurko_ has joined #ruby-lang
07:09
kurko_ has quit [Ping timeout: 260 seconds]
07:11
kurko_ has joined #ruby-lang
07:12
sush24 has quit [Quit: This computer has gone to sleep]
07:17
dhruvasagar has quit [Ping timeout: 252 seconds]
07:19
dhruvasagar has joined #ruby-lang
07:19
runeb has joined #ruby-lang
07:20
kurko_ has quit [Ping timeout: 252 seconds]
07:20
sabfer has quit [Quit: sabfer]
07:20
kurko_ has joined #ruby-lang
07:28
kurko_ has quit [Ping timeout: 260 seconds]
07:30
kurko_ has joined #ruby-lang
07:33
sush24 has joined #ruby-lang
07:33
runeb has quit [Ping timeout: 246 seconds]
07:34
kurko_ has quit [Ping timeout: 252 seconds]
07:35
kurko_ has joined #ruby-lang
07:38
westons has quit [Quit: westons]
07:39
kurko_ has quit [Ping timeout: 260 seconds]
07:40
kurko_ has joined #ruby-lang
07:45
kurko_ has quit [Ping timeout: 252 seconds]
07:46
kurko_ has joined #ruby-lang
07:47
qwerxy has joined #ruby-lang
07:47
xalei has quit [Remote host closed the connection]
07:51
kurko_ has quit [Ping timeout: 260 seconds]
07:52
kurko_ has joined #ruby-lang
07:56
chimkan has quit [Ping timeout: 252 seconds]
07:57
kurko_ has quit [Ping timeout: 264 seconds]
07:58
kurko_ has joined #ruby-lang
07:59
runeb has joined #ruby-lang
08:05
kurko_ has quit [Ping timeout: 252 seconds]
08:06
kurko_ has joined #ruby-lang
08:10
jarib has quit [Excess Flood]
08:11
kitallis has joined #ruby-lang
08:11
kurko_ has quit [Ping timeout: 252 seconds]
08:12
kurko_ has joined #ruby-lang
08:12
runeb has quit [Ping timeout: 240 seconds]
08:12
jarib has joined #ruby-lang
08:13
ioga_wrk has joined #ruby-lang
08:19
kurko_ has quit [Ping timeout: 260 seconds]
08:20
sush24 has quit [Quit: This computer has gone to sleep]
08:20
kurko_ has joined #ruby-lang
08:21
nertzy has quit [Quit: This computer has gone to sleep]
08:24
kurko_ has quit [Ping timeout: 252 seconds]
08:26
kurko_ has joined #ruby-lang
08:30
kurko_ has quit [Ping timeout: 260 seconds]
08:32
kurko_ has joined #ruby-lang
08:36
nXqd has joined #ruby-lang
08:36
kurko_ has quit [Ping timeout: 252 seconds]
08:37
kurko_ has joined #ruby-lang
08:38
runeb has joined #ruby-lang
08:40
Dreamer3 has quit [Quit: Computer has gone to sleep.]
08:42
kurko_ has quit [Ping timeout: 252 seconds]
08:43
kurko_ has joined #ruby-lang
08:43
Axsuul has quit [Ping timeout: 244 seconds]
08:44
wallerdev has quit [Quit: wallerdev]
08:45
ryanf has quit [Ping timeout: 268 seconds]
08:49
cantonic has joined #ruby-lang
08:50
kurko_ has quit [Ping timeout: 260 seconds]
08:51
kurko_ has joined #ruby-lang
08:52
runeb has quit [Ping timeout: 268 seconds]
08:53
justinmcp has quit [Remote host closed the connection]
08:54
justinmcp has joined #ruby-lang
08:55
batdorf has joined #ruby-lang
08:55
datanoise has joined #ruby-lang
08:57
cantonic has quit [Quit: cantonic]
08:58
justinmcp has quit [Ping timeout: 244 seconds]
08:59
kurko_ has quit [Ping timeout: 252 seconds]
09:00
datanoise has quit [Ping timeout: 252 seconds]
09:01
kurko_ has joined #ruby-lang
09:01
adambeynon has joined #ruby-lang
09:08
kurko_ has quit [Ping timeout: 260 seconds]
09:08
kurko_ has joined #ruby-lang
09:12
chendo_ has quit [Ping timeout: 240 seconds]
09:13
kurko_ has quit [Ping timeout: 252 seconds]
09:13
chendo_ has joined #ruby-lang
09:13
irclog0 has joined #ruby-lang
09:14
kurko_ has joined #ruby-lang
09:16
solars has joined #ruby-lang
09:16
irleif has joined #ruby-lang
09:18
runeb has joined #ruby-lang
09:23
cschwart1 has quit [Ping timeout: 276 seconds]
09:25
kurko_ has quit [Ping timeout: 260 seconds]
09:27
kurko_ has joined #ruby-lang
09:27
qwerxy has quit [Quit: offski]
09:28
Guest15771 has joined #ruby-lang
09:29
nXqd has quit [Quit: leaving]
09:30
qwerxy has joined #ruby-lang
09:32
runeb has quit [Ping timeout: 276 seconds]
09:34
kurko_ has quit [Ping timeout: 252 seconds]
09:34
kurko_ has joined #ruby-lang
09:39
kurko_ has quit [Ping timeout: 260 seconds]
09:40
kurko_ has joined #ruby-lang
09:46
kurko_ has quit [Ping timeout: 252 seconds]
09:46
nyuszika7h has quit [Remote host closed the connection]
09:47
Axsuul has joined #ruby-lang
09:47
kurko_ has joined #ruby-lang
09:50
nyuszika7h has joined #ruby-lang
09:52
kurko_ has quit [Ping timeout: 260 seconds]
09:54
kurko_ has joined #ruby-lang
09:58
runeb has joined #ruby-lang
10:00
dhruvasagar has quit [Ping timeout: 265 seconds]
10:00
kurko_ has quit [Ping timeout: 251 seconds]
10:01
gregmoreno has joined #ruby-lang
10:01
gregmore_ has quit [Read error: Connection reset by peer]
10:01
kurko_ has joined #ruby-lang
10:02
nyuszika7h has quit [Quit: brb]
10:03
irleif has quit [Quit: Computer has gone to sleep.]
10:03
nyuszika7h has joined #ruby-lang
10:03
havenn has quit [Remote host closed the connection]
10:03
havenn has joined #ruby-lang
10:04
nyuszika7h has quit [Excess Flood]
10:04
ioga_wrk has quit [Ping timeout: 264 seconds]
10:06
kurko_ has quit [Ping timeout: 260 seconds]
10:06
nyuszika7h has joined #ruby-lang
10:07
kurko_ has joined #ruby-lang
10:08
havenn has quit [Ping timeout: 260 seconds]
10:09
ioga_wrk has joined #ruby-lang
10:11
guns has quit [Ping timeout: 252 seconds]
10:12
runeb has quit [Ping timeout: 265 seconds]
10:16
workmad3 has joined #ruby-lang
10:16
kurko_ has quit [Ping timeout: 260 seconds]
10:17
kurko_ has joined #ruby-lang
10:20
amaya_ has joined #ruby-lang
10:21
blacktulip has joined #ruby-lang
10:21
kurko_ has quit [Ping timeout: 252 seconds]
10:22
kurko_ has joined #ruby-lang
10:23
workmad3 has quit [Ping timeout: 240 seconds]
10:27
kurko_ has quit [Ping timeout: 260 seconds]
10:28
kurko_ has joined #ruby-lang
10:32
kurko_ has quit [Ping timeout: 260 seconds]
10:33
areil has quit [Remote host closed the connection]
10:33
kurko_ has joined #ruby-lang
10:35
ioga_wrk has quit [Ping timeout: 240 seconds]
10:38
kurko_ has quit [Ping timeout: 252 seconds]
10:38
runeb has joined #ruby-lang
10:39
dhruvasagar has joined #ruby-lang
10:39
kurko_ has joined #ruby-lang
10:40
anannie has joined #ruby-lang
10:41
<
anannie >
I have a rather strange question
10:41
<
anannie >
when an object is passed as the argument of a function
10:42
<
anannie >
and we don't return it, has the underlying object changed by the manipulations happening in the function?
10:42
<
anannie >
i.e. when we pass an object do the changes happen to a copy of the object or the object itself
10:44
<
apeiros >
you can mutate an object which is passed
10:44
<
apeiros >
but it's very bad style
10:44
<
apeiros >
the only object you should mutate in a method is the receiver
10:44
<
apeiros >
you generally do not mutate arguments
10:45
<
yxhuvud >
some types of objects are stored in the reference itself, so when you pass the reference you in practice copy those objects
10:45
<
apeiros >
if you want to process an argument in a destructive style, copy it first
10:45
<
yxhuvud >
integers are a common example
10:45
<
apeiros >
implementation detail, I doubt that that was what anannie was asking for…
10:46
<
anannie >
In my code I'm directly acting on the passed objects
10:46
<
anannie >
so that means I shall get back a changed version of the object
10:47
<
anannie >
That's quite cool because it is another form of doing a return without actually doing a return
10:47
<
anannie >
why is this bad style?
10:47
<
anannie >
because it can cause confusion?
10:48
jxie has joined #ruby-lang
10:52
runeb has quit [Ping timeout: 265 seconds]
10:53
kurko_ has quit [Ping timeout: 260 seconds]
10:54
banisterfiend has joined #ruby-lang
10:54
kurko_ has joined #ruby-lang
10:57
corecode has left #ruby-lang [":wq"]
10:58
kurko_ has quit [Ping timeout: 252 seconds]
11:00
kurko_ has joined #ruby-lang
11:01
anannie has quit [Remote host closed the connection]
11:04
setmeaway has quit [Quit: Leaving]
11:05
kurko_ has quit [Ping timeout: 260 seconds]
11:06
kurko_ has joined #ruby-lang
11:07
stardiviner has joined #ruby-lang
11:09
banisterfiend has quit [Remote host closed the connection]
11:11
katfro has joined #ruby-lang
11:13
kurko_ has quit [Ping timeout: 260 seconds]
11:14
havenn has joined #ruby-lang
11:14
katfro has left #ruby-lang [#ruby-lang]
11:14
kurko_ has joined #ruby-lang
11:17
irleif has joined #ruby-lang
11:18
runeb has joined #ruby-lang
11:19
havenn has quit [Ping timeout: 260 seconds]
11:20
kurko_ has quit [Quit: Computer has gone to sleep.]
11:25
sullenel has joined #ruby-lang
11:27
amaya_ has quit [Ping timeout: 264 seconds]
11:29
sepp2k has joined #ruby-lang
11:31
runeb has quit [Ping timeout: 264 seconds]
11:33
rindolf has joined #ruby-lang
11:39
sysbeast has joined #ruby-lang
11:42
anannie has joined #ruby-lang
11:45
ioga_wrk has joined #ruby-lang
11:45
sullenel has quit [Quit: Leaving.]
11:49
sullenel has joined #ruby-lang
11:50
sullenel has quit [Client Quit]
11:52
ioga_wrk has quit [Ping timeout: 240 seconds]
11:53
amaya_ has joined #ruby-lang
11:57
runeb has joined #ruby-lang
11:58
amaya_ has quit [Read error: Connection reset by peer]
11:58
amaya_ has joined #ruby-lang
12:01
blacktulip has quit [Ping timeout: 268 seconds]
12:01
ioga_wrk has joined #ruby-lang
12:02
anannie has quit [Remote host closed the connection]
12:03
toretore has joined #ruby-lang
12:04
blacktulip has joined #ruby-lang
12:05
anannie has joined #ruby-lang
12:10
runeb has quit [Ping timeout: 246 seconds]
12:11
runeb has joined #ruby-lang
12:15
<
Kero >
anannie: doing multiple reruns in Ruby is easy, just return an array; you can use it as a, b, c = method_that_returns_an_array
12:16
<
Kero >
and confusion not only
*will* happen, it adds up as a program grows. confusion + confusion = incomprehensible
12:17
anannie has quit [Remote host closed the connection]
12:18
anannie has joined #ruby-lang
12:22
anannie has quit [Ping timeout: 252 seconds]
12:25
anannie has joined #ruby-lang
12:31
dous_ has joined #ruby-lang
12:31
dous_ has quit [Changing host]
12:31
dous_ has joined #ruby-lang
12:34
dous has quit [Ping timeout: 260 seconds]
12:35
anannie has quit [Ping timeout: 252 seconds]
12:43
ioga_wrk has quit [Ping timeout: 245 seconds]
12:49
x0F has quit [Disconnected by services]
12:49
x0F_ has joined #ruby-lang
12:50
x0F_ is now known as x0F
12:52
rindolf has quit [Read error: Connection reset by peer]
12:53
rindolf has joined #ruby-lang
12:53
rindolf has quit [Read error: Connection reset by peer]
12:57
ioga_wrk has joined #ruby-lang
13:00
Madis has joined #ruby-lang
13:03
justinram has joined #ruby-lang
13:04
runeb has quit [Remote host closed the connection]
13:06
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
13:07
outoftime has quit [Quit: Leaving]
13:11
Axsuul has quit [Ping timeout: 265 seconds]
13:22
irleif has quit [Quit: Computer has gone to sleep.]
13:24
jxie has quit [Quit: leaving]
13:24
datanoise has joined #ruby-lang
13:25
mhag has joined #ruby-lang
13:27
irleif has joined #ruby-lang
13:29
datanoise has quit [Ping timeout: 240 seconds]
13:32
jxie has joined #ruby-lang
13:34
datanoise has joined #ruby-lang
13:39
datanoise has quit [Ping timeout: 252 seconds]
13:42
jxie has quit [Ping timeout: 260 seconds]
13:43
Banistergalaxy has joined #ruby-lang
13:44
jxie has joined #ruby-lang
13:47
irleif has quit [Quit: Computer has gone to sleep.]
13:52
irleif has joined #ruby-lang
13:59
kitallis has joined #ruby-lang
14:02
imperator has joined #ruby-lang
14:02
Banistergalaxy has quit [Ping timeout: 256 seconds]
14:08
tbuehlmann has joined #ruby-lang
14:10
Banistergalaxy has joined #ruby-lang
14:10
cored has quit [Ping timeout: 255 seconds]
14:12
cored has joined #ruby-lang
14:12
cored has quit [Changing host]
14:12
cored has joined #ruby-lang
14:12
irleif has quit [Quit: Computer has gone to sleep.]
14:15
samuelharden has joined #ruby-lang
14:16
dhruvasagar has quit [Ping timeout: 240 seconds]
14:19
AndChat| has joined #ruby-lang
14:22
Banistergalaxy has quit [Ping timeout: 255 seconds]
14:25
jxie has quit [Read error: Connection reset by peer]
14:26
jxie has joined #ruby-lang
14:50
jxie has quit [Quit: leaving]
14:53
uuair has joined #ruby-lang
14:54
jxie has joined #ruby-lang
15:06
svyatov has joined #ruby-lang
15:07
laszlokorte has joined #ruby-lang
15:13
imperator has quit [Ping timeout: 265 seconds]
15:15
dous has joined #ruby-lang
15:15
dous has quit [Changing host]
15:15
dous has joined #ruby-lang
15:17
nertzy has joined #ruby-lang
15:18
dous_ has quit [Ping timeout: 256 seconds]
15:18
jarib has quit [Excess Flood]
15:18
jarib has joined #ruby-lang
15:22
sush24 has joined #ruby-lang
15:23
dhruvasagar has joined #ruby-lang
15:24
lele has quit [Quit: Coyote finally caught me]
15:25
canton7 has quit [Remote host closed the connection]
15:26
canton7 has joined #ruby-lang
15:27
jarib has quit [Excess Flood]
15:29
jarib has joined #ruby-lang
15:29
qwerxy has quit [Quit: offski]
15:32
mistym has joined #ruby-lang
15:32
mistym has quit [Changing host]
15:32
mistym has joined #ruby-lang
15:35
datanoise has joined #ruby-lang
15:35
dhruvasagar has quit [Ping timeout: 240 seconds]
15:35
postmodern has quit [Quit: Leaving]
15:36
nertzy has quit [Quit: This computer has gone to sleep]
15:40
datanoise has quit [Ping timeout: 252 seconds]
15:45
amaya_ has quit [Quit: ChatZilla 0.9.88.2 [Firefox 16.0.2/20121024073032]]
15:46
samuelharden has quit [Ping timeout: 256 seconds]
15:48
chimkan has joined #ruby-lang
15:50
justinra_ has joined #ruby-lang
15:51
rue has quit [Ping timeout: 265 seconds]
15:52
Dreamer3 has joined #ruby-lang
15:52
justinram has quit [Ping timeout: 255 seconds]
15:53
rue has joined #ruby-lang
15:54
gsav has joined #ruby-lang
15:56
sush24_ has joined #ruby-lang
15:58
GarethAdams has quit [Quit: Leaving...]
15:58
sush24 has quit [Ping timeout: 256 seconds]
16:01
davidbalber|away is now known as davidbalbert
16:02
ttilley has joined #ruby-lang
16:04
chimkan has quit [Ping timeout: 256 seconds]
16:05
wyhaines has joined #ruby-lang
16:06
havenn has joined #ruby-lang
16:10
chimkan has joined #ruby-lang
16:15
chimkan has quit [Quit: chimkan]
16:16
dhruvasagar has joined #ruby-lang
16:22
cschwartz has joined #ruby-lang
16:22
earthquake has quit [Quit: earthquake]
16:23
lcdhoffman has joined #ruby-lang
16:27
chimkan has joined #ruby-lang
16:28
earthquake has joined #ruby-lang
16:32
chimkan has quit [Client Quit]
16:34
sush24_ has quit [Quit: Leaving]
16:37
adam12 has quit [Read error: Operation timed out]
16:39
erichmenge has joined #ruby-lang
16:39
dhruvasagar has quit [Ping timeout: 268 seconds]
16:39
justinra_ has quit [Remote host closed the connection]
16:40
anachronistic has joined #ruby-lang
16:40
svyatov has quit [Quit: svyatov]
16:40
havenn has quit [Remote host closed the connection]
16:40
swarley has joined #ruby-lang
16:40
havenn has joined #ruby-lang
16:44
havenn_ has joined #ruby-lang
16:44
poga_ has joined #ruby-lang
16:45
poga_ has quit [Remote host closed the connection]
16:45
poga has joined #ruby-lang
16:45
havenn has quit [Ping timeout: 255 seconds]
16:47
adam12 has joined #ruby-lang
16:48
brianpWins has quit [Quit: brianpWins]
16:52
wallerdev has joined #ruby-lang
17:01
anachronistic has quit [Read error: Connection reset by peer]
17:01
anachronistic has joined #ruby-lang
17:09
jxie has quit [Ping timeout: 255 seconds]
17:09
jxie has joined #ruby-lang
17:15
verbad has joined #ruby-lang
17:18
VGoff is now known as VGoff_afk
17:20
gokul has joined #ruby-lang
17:20
chimkan has joined #ruby-lang
17:23
methods has joined #ruby-lang
17:29
GarethAdams has joined #ruby-lang
17:29
Dom_ has joined #ruby-lang
17:29
svyatov has joined #ruby-lang
17:29
earthquake has quit [Quit: earthquake]
17:31
Dom_ has left #ruby-lang [#ruby-lang]
17:32
uuair has quit [Quit: uuair]
17:32
cschwartz has quit [Ping timeout: 276 seconds]
17:32
anachronistic has quit [Quit: anachronistic]
17:34
imperator has joined #ruby-lang
17:34
poga has quit [Remote host closed the connection]
17:34
brianpWins has joined #ruby-lang
17:35
samuelharden has joined #ruby-lang
17:38
sush24 has joined #ruby-lang
17:38
savage- has joined #ruby-lang
17:46
savage- has quit [Quit: savage-]
17:47
qwerxy has joined #ruby-lang
17:49
sepp2k1 has joined #ruby-lang
17:51
sepp2k has quit [Ping timeout: 256 seconds]
17:53
wallerdev has quit [Quit: wallerdev]
17:57
imperator2 has joined #ruby-lang
17:58
ViperMaul|_ has joined #ruby-lang
18:00
sush24_ has joined #ruby-lang
18:00
earthquake has joined #ruby-lang
18:01
jMCg_ has joined #ruby-lang
18:01
_dumfrie- has joined #ruby-lang
18:02
bougyman_ has joined #ruby-lang
18:02
<
methods >
is there no way to call next on an outer loop?
18:04
bougyman_ has quit [Changing host]
18:04
bougyman_ has joined #ruby-lang
18:04
Weems2 has joined #ruby-lang
18:04
znz_v0 has joined #ruby-lang
18:04
<
bougyman_ >
methods: there is.
18:06
GarethAdams has quit [*.net *.split]
18:06
sush24 has quit [*.net *.split]
18:06
Rizzle has quit [*.net *.split]
18:06
_dumfries has quit [*.net *.split]
18:06
Weems has quit [*.net *.split]
18:06
bougyman has quit [*.net *.split]
18:06
jammi has quit [*.net *.split]
18:06
znz_v has quit [*.net *.split]
18:06
jMCg has quit [*.net *.split]
18:06
bougyman_ is now known as bougyman
18:06
mistym has quit [Remote host closed the connection]
18:13
jammi has joined #ruby-lang
18:15
<
imperator2 >
<Ted Knight Voice> WELL? WE'RE WAITING! </Ted Knight Voice>
18:16
samuelharden has quit [Ping timeout: 256 seconds]
18:16
<
methods >
bougyman: how ?
18:16
chimkan has quit [Quit: chimkan]
18:17
<
bougyman >
methods: utilizing throw:catch. there's a few other workarounds.
18:17
samuelharden has joined #ruby-lang
18:21
banisterfiend has joined #ruby-lang
18:23
imperator2 has quit [Quit: Leaving]
18:24
gokul has quit [Ping timeout: 256 seconds]
18:25
Weems2 is now known as Weems
18:25
Weems has quit [Changing host]
18:25
Weems has joined #ruby-lang
18:26
roadt has quit [Ping timeout: 265 seconds]
18:26
mistym has joined #ruby-lang
18:26
mistym has quit [Changing host]
18:26
mistym has joined #ruby-lang
18:26
ryanf has joined #ruby-lang
18:28
workmad3 has joined #ruby-lang
18:33
imperator has left #ruby-lang ["Leaving"]
18:35
Carnage\ has joined #ruby-lang
18:36
wallerdev has joined #ruby-lang
18:37
cschwartz has joined #ruby-lang
18:38
samuelharden has quit [Ping timeout: 255 seconds]
18:40
cschwartz has quit [Read error: Operation timed out]
18:41
samuelharden has joined #ruby-lang
18:41
swarley has quit [Ping timeout: 252 seconds]
18:43
rindolf has joined #ruby-lang
18:43
<
rindolf >
Hello Rubyists.
18:45
thinkdevcode has joined #ruby-lang
18:46
samuelharden has quit [Ping timeout: 268 seconds]
18:46
swarley has joined #ruby-lang
18:47
wyhaines has quit [Remote host closed the connection]
18:48
vesan_ has joined #ruby-lang
18:49
vesan has quit [Read error: No route to host]
18:58
methods has quit [Quit: Leaving.]
18:58
kurko_ has joined #ruby-lang
18:59
nertzy has joined #ruby-lang
19:01
davidbalbert is now known as davidbalber|away
19:05
kurko_ has quit [Ping timeout: 252 seconds]
19:06
nertzy has quit [Quit: Leaving]
19:06
kurko_ has joined #ruby-lang
19:07
GarethAdams has joined #ruby-lang
19:08
nertzy has joined #ruby-lang
19:09
nertzy has quit [Client Quit]
19:13
nertzy has joined #ruby-lang
19:14
lele has joined #ruby-lang
19:15
qwerxy has quit [Quit: offski]
19:16
<
rindolf >
rue: HAI.
19:16
<
rindolf >
rue: what's up?
19:16
kurko_ has quit [Ping timeout: 268 seconds]
19:16
kurko_ has joined #ruby-lang
19:17
qwerxy has joined #ruby-lang
19:19
KnowTheLedge has quit [Read error: Connection reset by peer]
19:20
KnowTheLedge has joined #ruby-lang
19:25
lteo has quit [Ping timeout: 252 seconds]
19:25
swarley has quit [Read error: Connection reset by peer]
19:25
chimkan has joined #ruby-lang
19:25
workmad3 has quit [Ping timeout: 256 seconds]
19:26
swarley has joined #ruby-lang
19:27
thinkdevcode has quit [Remote host closed the connection]
19:29
havenn_ has quit [Remote host closed the connection]
19:30
justinram has joined #ruby-lang
19:31
dc5ala has quit [Quit: Ex-Chat]
19:37
brianpWins has quit [Ping timeout: 260 seconds]
19:41
davidbalber|away is now known as davidbalbert
19:43
anachronistic has joined #ruby-lang
19:45
kurko_ has quit [Ping timeout: 252 seconds]
19:47
kurko_ has joined #ruby-lang
19:47
chimkan has quit [Quit: chimkan]
19:51
brianpWins has joined #ruby-lang
19:51
kurko_ has quit [Ping timeout: 240 seconds]
19:52
kurko_ has joined #ruby-lang
19:55
cored has quit [Ping timeout: 248 seconds]
19:57
cored has joined #ruby-lang
19:57
cored has quit [Changing host]
19:57
cored has joined #ruby-lang
19:57
kurko_ has quit [Ping timeout: 260 seconds]
19:59
kurko_ has joined #ruby-lang
20:01
sush24_ has quit [Quit: This computer has gone to sleep]
20:03
kurko_ has quit [Ping timeout: 251 seconds]
20:04
brianpWins has quit [Quit: brianpWins]
20:04
kurko_ has joined #ruby-lang
20:06
nertzy has quit [Quit: Leaving]
20:09
justinra_ has joined #ruby-lang
20:09
justinram has quit [Read error: Connection reset by peer]
20:09
lcdhoffman has quit [Quit: lcdhoffman]
20:11
ryanf has quit [Ping timeout: 268 seconds]
20:12
havenn has joined #ruby-lang
20:13
Dreamer3 has quit [Quit: Computer has gone to sleep.]
20:14
nertzy has joined #ruby-lang
20:16
tbuehlmann has quit [Remote host closed the connection]
20:16
ryanf has joined #ruby-lang
20:16
methods has joined #ruby-lang
20:16
qwerxy has quit [Quit: offski]
20:18
cultureulterior_ has joined #ruby-lang
20:19
jMCg_ is now known as jMCg
20:19
westons has joined #ruby-lang
20:20
cyri__ has joined #ruby-lang
20:21
kurko_ has quit [Ping timeout: 260 seconds]
20:22
cultureulterior_ has quit [Client Quit]
20:22
kurko_ has joined #ruby-lang
20:23
cyri_ has quit [Ping timeout: 260 seconds]
20:23
cyri__ is now known as cyri_
20:27
kurko_ has quit [Ping timeout: 252 seconds]
20:27
kurko_ has joined #ruby-lang
20:36
kurko_ has quit [Ping timeout: 255 seconds]
20:36
verbad has joined #ruby-lang
20:38
kurko_ has joined #ruby-lang
20:39
tonni has quit [Remote host closed the connection]
20:43
chimkan has joined #ruby-lang
20:43
nofxx has quit [Ping timeout: 245 seconds]
20:44
kurko_ has quit [Ping timeout: 252 seconds]
20:45
justinra_ has quit [Remote host closed the connection]
20:45
blacktulip has quit [Remote host closed the connection]
20:45
kurko_ has joined #ruby-lang
20:46
justinram has joined #ruby-lang
20:47
Guest15771 has quit [Quit: Guest15771]
20:48
brianpWins has joined #ruby-lang
20:48
mantono has joined #ruby-lang
20:48
Axsuul has joined #ruby-lang
20:49
VegetableSpoon has joined #ruby-lang
20:51
phaedrix has quit [Read error: Connection reset by peer]
20:54
faces has quit [Quit: Leaving]
20:55
nofxx has joined #ruby-lang
20:55
nofxx has quit [Changing host]
20:55
nofxx has joined #ruby-lang
20:55
blacktulip has joined #ruby-lang
20:56
zarubin has quit [Read error: Connection reset by peer]
20:56
earthquake has quit [Quit: earthquake]
20:57
zarubin has joined #ruby-lang
20:57
kurko_ has quit [Ping timeout: 264 seconds]
20:58
kurko_ has joined #ruby-lang
20:58
gsav has quit [Quit: leaving]
20:59
westons has quit [Quit: westons]
20:59
cinch has joined #ruby-lang
21:04
sn0wb1rd has quit [Quit: sn0wb1rd]
21:07
sn0wb1rd has joined #ruby-lang
21:09
kurko_ has quit [Ping timeout: 252 seconds]
21:10
kurko_ has joined #ruby-lang
21:13
methods has quit [Quit: Leaving.]
21:16
cultureulterior_ has joined #ruby-lang
21:17
havenn has quit [Remote host closed the connection]
21:18
cultureulterior_ has quit [Client Quit]
21:18
nate76 has joined #ruby-lang
21:18
havenn has joined #ruby-lang
21:18
sn0wb1rd_ has joined #ruby-lang
21:20
havenn has quit [Read error: Operation timed out]
21:21
sn0wb1rd has quit [Ping timeout: 252 seconds]
21:21
sn0wb1rd_ is now known as sn0wb1rd
21:24
sn0wb1rd has quit [Quit: sn0wb1rd]
21:24
heftig is now known as nethearsonanzani
21:24
nethearsonanzani is now known as heftig
21:24
jarib has quit [Excess Flood]
21:25
jarib_ has joined #ruby-lang
21:25
sn0wb1rd has joined #ruby-lang
21:25
havenn has joined #ruby-lang
21:25
jarib has joined #ruby-lang
21:25
jarib has quit [Excess Flood]
21:26
jarib has joined #ruby-lang
21:26
nate76 is now known as nclaburn
21:30
tonni has joined #ruby-lang
21:35
ryanf has quit [Ping timeout: 252 seconds]
21:36
banisterfiend has quit [Ping timeout: 246 seconds]
21:37
methods has joined #ruby-lang
21:41
nclaburn has quit [Quit: leaving]
21:41
rindolf has quit [Quit: Leaving]
21:46
kurko_ has quit [Quit: Computer has gone to sleep.]
21:47
lcdhoffman has joined #ruby-lang
21:48
qwerxy has joined #ruby-lang
21:50
workmad3 has joined #ruby-lang
21:52
lcdhoffman has quit [Quit: lcdhoffman]
21:53
sysbeast has quit [Quit: Verlassend]
21:53
datanoise has joined #ruby-lang
21:55
workmad3 has quit [Ping timeout: 252 seconds]
21:56
brianritchie has joined #ruby-lang
21:57
datanoise has quit [Read error: Operation timed out]
21:59
westons has joined #ruby-lang
22:01
brianritchie has quit [Client Quit]
22:01
brianritchie has joined #ruby-lang
22:05
chimkan has quit [Quit: chimkan]
22:12
qpingu has joined #ruby-lang
22:12
qpingu has quit [Client Quit]
22:18
kurko_ has joined #ruby-lang
22:20
chimkan has joined #ruby-lang
22:20
irleif has joined #ruby-lang
22:21
qpingu has joined #ruby-lang
22:21
qpingu has left #ruby-lang [#ruby-lang]
22:26
cultureulterior_ has joined #ruby-lang
22:26
cultureulterior_ has quit [Client Quit]
22:26
lcdhoffman has joined #ruby-lang
22:27
ryanf has joined #ruby-lang
22:28
Fiel has joined #ruby-lang
22:30
Leif has joined #ruby-lang
22:32
Fiel has quit [Ping timeout: 240 seconds]
22:32
irleif has quit [Quit: Computer has gone to sleep.]
22:32
kurko_ has quit [Ping timeout: 268 seconds]
22:33
justinram has quit [Remote host closed the connection]
22:34
chimkan has quit [Ping timeout: 240 seconds]
22:34
kurko_ has joined #ruby-lang
22:38
anachronistic has quit [Quit: anachronistic]
22:38
kurko_ has quit [Ping timeout: 252 seconds]
22:39
mwjcomputing has joined #ruby-lang
22:39
kurko_ has joined #ruby-lang
22:43
havenn has quit [Remote host closed the connection]
22:43
havenn has joined #ruby-lang
22:47
justinmcp has joined #ruby-lang
22:48
havenn has quit [Ping timeout: 260 seconds]
22:48
kurko_ has quit [Ping timeout: 260 seconds]
22:48
blacktulip has quit [Remote host closed the connection]
22:49
savage- has joined #ruby-lang
22:50
kurko_ has joined #ruby-lang
22:51
brianpWins_ has joined #ruby-lang
22:52
brianpWins has quit [Ping timeout: 255 seconds]
22:52
brianpWins_ is now known as brianpWins
22:53
havenn has joined #ruby-lang
22:55
westons has quit [Ping timeout: 245 seconds]
22:59
kurko_ has quit [Quit: Computer has gone to sleep.]
23:00
westons has joined #ruby-lang
23:03
kurko_ has joined #ruby-lang
23:04
nertzy has quit [Quit: This computer has gone to sleep]
23:10
kurko_ has quit [Ping timeout: 252 seconds]
23:10
justinmcp has quit [Remote host closed the connection]
23:11
kurko_ has joined #ruby-lang
23:13
chimkan has joined #ruby-lang
23:15
Mon_Ouie has quit [Read error: Connection reset by peer]
23:15
tenderlove has joined #ruby-lang
23:16
Mon_Ouie has joined #ruby-lang
23:18
thinkdevcode has joined #ruby-lang
23:19
drumond19 has quit [Remote host closed the connection]
23:20
drumond19 has joined #ruby-lang
23:20
Banistergalaxy has joined #ruby-lang
23:21
AndChat- has joined #ruby-lang
23:23
chimkan has quit [Quit: chimkan]
23:23
brianritchie has quit [Quit: brianritchie]
23:23
AndChat| has quit [Ping timeout: 255 seconds]
23:24
drumond19 has quit [Ping timeout: 244 seconds]
23:24
Banistergalaxy has quit [Ping timeout: 248 seconds]
23:24
kurko_ has quit [Quit: Computer has gone to sleep.]
23:27
Banistergalaxy has joined #ruby-lang
23:28
AndChat| has joined #ruby-lang
23:29
spuk has joined #ruby-lang
23:31
AndChat- has quit [Ping timeout: 248 seconds]
23:31
chimkan has joined #ruby-lang
23:31
Banistergalaxy has quit [Ping timeout: 248 seconds]
23:32
westons_ has joined #ruby-lang
23:34
westons has quit [Ping timeout: 245 seconds]
23:35
Dreamer3 has joined #ruby-lang
23:36
poga has joined #ruby-lang
23:36
westons_ has quit [Ping timeout: 265 seconds]
23:39
havenn has quit [Remote host closed the connection]
23:40
Leif has quit [Remote host closed the connection]
23:40
drumond19 has joined #ruby-lang
23:50
justinmcp has joined #ruby-lang
23:51
kurko_ has joined #ruby-lang
23:52
mistym has quit [Remote host closed the connection]
23:53
tenderlove has quit [Remote host closed the connection]
23:54
datanoise has joined #ruby-lang
23:54
drumond19 has quit [Remote host closed the connection]
23:55
brianpWins has quit [Quit: brianpWins]
23:55
drumond19 has joined #ruby-lang
23:57
weeb1e has quit [Read error: Connection reset by peer]
23:57
weeb1e_ has joined #ruby-lang
23:58
earthquake has joined #ruby-lang
23:59
datanoise has quit [Ping timeout: 240 seconds]
23:59
solars has quit [Ping timeout: 252 seconds]