00:00
<
zenspider >
!connection kiltzman
00:00
<
troydm >
zenspider: it's standalone module
00:00
<
zenspider >
and you call the methods directly? (ie, module methods)
00:01
<
troydm >
zenspider: I have a class in Module, I want to create it's instance
00:01
<
troydm >
instead of writing MyModule::MyClass.new
00:01
<
troydm >
I want just MyClass.new
00:01
<
troydm >
but inside of rspec describre
00:01
<
baweaver >
subject { MyModule::MyClass.new }
00:02
<
baweaver >
expect(subject.name).to eq('something')
00:02
jobewan has joined #ruby
00:02
<
zenspider >
OK. that's clear. then (I THINK) you can `include Module` in your rspec describe. That might be a bit cludgy because rspec does some serious voodoo and it might not be a normal namespace. you can also include it OUTSIDE the describe to make it globally available.
00:02
<
troydm >
oic, but if have some tests involving multiple instances of that class
00:02
<
zenspider >
but yes, you should be using either subject or let and not worry about it as much
00:02
jenrzzz has quit [Ping timeout: 255 seconds]
00:03
<
baweaver >
then use let for class1, 2, 3, etc.
00:03
jenrzzz has joined #ruby
00:03
jenrzzz has quit [Changing host]
00:03
jenrzzz has joined #ruby
00:04
jottr has quit [Ping timeout: 265 seconds]
00:04
<
zenspider >
I prefer let over subject because then you use semantic names instead of generic pronouns
00:05
<
baweaver >
true enough
00:06
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:08
raul782 has joined #ruby
00:11
l_tonz has joined #ruby
00:13
raul782 has quit [Ping timeout: 248 seconds]
00:13
<
Radar >
subject takes an argument too: subject(:survey) { ... }
00:14
<
Radar >
Works the same as let(:survey)
00:14
GremL1N has joined #ruby
00:14
davic has quit [Ping timeout: 252 seconds]
00:15
raul782 has joined #ruby
00:15
<
Radar >
So looks like it uses the same code under the hood.
00:15
<
zenspider >
afaik, subject is just let(name||:subject)
00:16
<
Radar >
zenspider: correct
00:16
Vapez has quit [Remote host closed the connection]
00:16
immune has joined #ruby
00:16
jobewan has quit [Ping timeout: 268 seconds]
00:16
Psybur has quit [Ping timeout: 264 seconds]
00:17
artmann_ has joined #ruby
00:18
xelkarin has quit [Quit: WeeChat 1.9.1]
00:18
l_tonz has quit [Ping timeout: 268 seconds]
00:18
davic has joined #ruby
00:20
immune has quit [Ping timeout: 240 seconds]
00:20
raul782 has quit [Ping timeout: 263 seconds]
00:20
shinnya has quit [Ping timeout: 248 seconds]
00:21
k0mpa has quit [Remote host closed the connection]
00:21
bronson has joined #ruby
00:22
immune has joined #ruby
00:22
jrafanie_ has quit [Read error: Connection reset by peer]
00:25
jrafanie has joined #ruby
00:31
jrp93 has joined #ruby
00:32
cremes has quit [Quit: cremes]
00:32
pastorin_ has quit [Remote host closed the connection]
00:34
leitz has quit [Quit: Nappy time]
00:38
nso95 has quit [Quit: nso95]
00:40
leah2 has quit [Ping timeout: 265 seconds]
00:41
alfiemax has joined #ruby
00:41
l_tonz has joined #ruby
00:45
alfiemax has quit [Ping timeout: 240 seconds]
00:45
l_tonz has quit [Ping timeout: 256 seconds]
00:48
bronson has quit [Remote host closed the connection]
00:50
<
weaksauce >
any decent gui toolkits for ruby that are easy to do basic 2d stuff for small projects like visualization of things
00:53
jxv has quit [Quit: zzz…]
00:55
zautomata4 has joined #ruby
00:55
bakus has joined #ruby
00:56
zautomata3 has quit [Ping timeout: 264 seconds]
00:57
bronson has joined #ruby
00:59
r3kz has joined #ruby
00:59
zautomata has joined #ruby
01:01
zautomata4 has quit [Ping timeout: 240 seconds]
01:03
raul782 has joined #ruby
01:04
ta_ has quit [Remote host closed the connection]
01:04
ta_ has joined #ruby
01:04
ta_ has quit [Remote host closed the connection]
01:05
ta_ has joined #ruby
01:05
raul782 has quit [Remote host closed the connection]
01:05
ta_ has quit [Remote host closed the connection]
01:06
ta_ has joined #ruby
01:06
raul782 has joined #ruby
01:06
chocoelho has joined #ruby
01:06
ta_ has quit [Remote host closed the connection]
01:07
chocoelho has quit [Client Quit]
01:07
raul782 has quit [Client Quit]
01:07
cremes has joined #ruby
01:07
ams__ has quit [Quit: Connection closed for inactivity]
01:09
ta_ has joined #ruby
01:09
ta_ has quit [Remote host closed the connection]
01:09
l_tonz has joined #ruby
01:11
eckhardt has joined #ruby
01:12
marr has quit [Ping timeout: 264 seconds]
01:14
bmurt has joined #ruby
01:16
postmodern has joined #ruby
01:17
l_tonz has quit [Ping timeout: 248 seconds]
01:17
aestheti1 has quit [Ping timeout: 268 seconds]
01:18
jenrzzz has quit [Ping timeout: 240 seconds]
01:21
k0mpa has joined #ruby
01:22
clemens3 has quit [Ping timeout: 255 seconds]
01:23
workmad3 has joined #ruby
01:26
mikeiniowa has quit [Remote host closed the connection]
01:26
mikeiniowa has joined #ruby
01:28
zautomata1 has joined #ruby
01:29
workmad3 has quit [Ping timeout: 240 seconds]
01:29
zwliew has joined #ruby
01:29
bronson has quit [Remote host closed the connection]
01:30
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:30
zautomata has quit [Ping timeout: 248 seconds]
01:30
bronson has joined #ruby
01:31
yokel has quit [Remote host closed the connection]
01:31
swgillespie is now known as swgillespie[GT]
01:32
cdg has joined #ruby
01:32
yokel has joined #ruby
01:32
disso has joined #ruby
01:33
dviola has quit [Quit: WeeChat 2.0.1]
01:35
SeepingN has quit [Remote host closed the connection]
01:35
SeepingN has joined #ruby
01:36
zautomata2 has joined #ruby
01:36
cdg has quit [Ping timeout: 264 seconds]
01:38
zautomata1 has quit [Ping timeout: 240 seconds]
01:38
uZiel has quit [Ping timeout: 272 seconds]
01:39
bakus has quit [Remote host closed the connection]
01:41
guardianx has joined #ruby
01:42
ta_ has joined #ruby
01:44
bronson has quit [Remote host closed the connection]
01:54
Troy2 has joined #ruby
01:56
drewmcmillan has joined #ruby
01:56
l_tonz has joined #ruby
01:58
k0mpa has quit [Remote host closed the connection]
01:59
k0mpa has joined #ruby
02:00
jonjitsu has joined #ruby
02:00
nadir has quit [Quit: Connection closed for inactivity]
02:01
SeepingN has quit [Ping timeout: 248 seconds]
02:02
l_tonz has quit [Ping timeout: 260 seconds]
02:06
l_tonz has joined #ruby
02:08
minimalism has quit [Quit: minimalism]
02:09
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:14
l_tonz has quit [Ping timeout: 248 seconds]
02:17
ta_ has quit [Ping timeout: 248 seconds]
02:17
zautomata3 has joined #ruby
02:18
MrBusiness3 has quit [Read error: Connection reset by peer]
02:18
zautomata2 has quit [Ping timeout: 240 seconds]
02:19
troys is now known as troys_
02:19
MrBusiness3 has joined #ruby
02:19
n0m4d1c has joined #ruby
02:19
jameser has joined #ruby
02:20
guardianx has quit []
02:21
zautomata4 has joined #ruby
02:22
woodruffw has quit [Ping timeout: 252 seconds]
02:22
Chew has quit [Ping timeout: 252 seconds]
02:23
woodruffw has joined #ruby
02:23
woodruffw has joined #ruby
02:23
zautomata3 has quit [Ping timeout: 240 seconds]
02:24
disso has left #ruby [#ruby]
02:27
ta_ has joined #ruby
02:27
k0mpa has quit [Remote host closed the connection]
02:30
yeticry has quit [Ping timeout: 265 seconds]
02:32
yeticry has joined #ruby
02:36
Troy2 has quit [Ping timeout: 265 seconds]
02:37
chrisseaton has quit [Ping timeout: 272 seconds]
02:37
nekomune has quit [Ping timeout: 272 seconds]
02:38
contradictioned has quit [Quit: No Ping reply in 180 seconds.]
02:38
chrisseaton has joined #ruby
02:39
contradictioned has joined #ruby
02:41
vikaton has joined #ruby
02:41
jenrzzz has joined #ruby
02:41
jenrzzz has quit [Changing host]
02:41
jenrzzz has joined #ruby
02:45
goatish has joined #ruby
02:46
nekomune has joined #ruby
02:47
cdg has joined #ruby
02:48
elim_garak has left #ruby ["I'm just a Tailor"]
02:51
cdg has quit [Ping timeout: 264 seconds]
02:55
gizmore|2 has joined #ruby
02:56
cdg has joined #ruby
02:59
gizmore has quit [Ping timeout: 260 seconds]
03:00
Troy2 has joined #ruby
03:04
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:04
marxarelli is now known as marxarelli|afk
03:09
zautomata4 has quit [Ping timeout: 256 seconds]
03:10
zautomata has joined #ruby
03:11
conta has joined #ruby
03:15
zautomata1 has joined #ruby
03:15
conta has quit [Ping timeout: 248 seconds]
03:17
zautomata has quit [Ping timeout: 265 seconds]
03:18
l_tonz has joined #ruby
03:22
ta_ has quit [Ping timeout: 260 seconds]
03:23
quobo has quit [Quit: Connection closed for inactivity]
03:24
workmad3 has joined #ruby
03:28
l_tonz has quit [Ping timeout: 265 seconds]
03:28
mikecmpbll has quit [Quit: inabit. zz.]
03:29
alfiemax has joined #ruby
03:29
workmad3 has quit [Ping timeout: 248 seconds]
03:30
ta_ has joined #ruby
03:30
l_tonz has joined #ruby
03:34
Troy2 has quit [Ping timeout: 265 seconds]
03:34
LastWhisper____ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
03:35
drewmcmillan has joined #ruby
03:35
cpruitt has joined #ruby
03:35
cpruitt has quit [Client Quit]
03:36
alfiemax has quit [Ping timeout: 260 seconds]
03:38
RazorX has quit [Ping timeout: 240 seconds]
03:38
zwliew has quit [Quit: Connection closed for inactivity]
03:40
pelegreno has quit [Remote host closed the connection]
03:40
Troy2 has joined #ruby
03:41
uZiel has joined #ruby
03:41
pelegreno has joined #ruby
03:43
l_tonz has quit [Remote host closed the connection]
03:45
bronson has joined #ruby
03:47
ur5us has quit [Remote host closed the connection]
03:49
troys_ is now known as troys
03:49
pelegreno has quit [Remote host closed the connection]
03:49
conta has joined #ruby
03:49
pelegreno has joined #ruby
03:50
bronson has quit [Ping timeout: 265 seconds]
03:52
Yzguy has joined #ruby
03:53
AJA4350 has quit [Quit: AJA4350]
03:53
conta has quit [Ping timeout: 240 seconds]
03:57
s2013 has joined #ruby
03:57
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:01
pelegreno has quit [Remote host closed the connection]
04:01
pelegreno has joined #ruby
04:03
ta_ has quit [Ping timeout: 265 seconds]
04:03
n0m4d1c has quit [Ping timeout: 240 seconds]
04:04
cremes has quit [Quit: cremes]
04:05
ta_ has joined #ruby
04:06
pelegreno has quit [Remote host closed the connection]
04:09
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
04:11
l_tonz has joined #ruby
04:14
Troy2 has quit [Ping timeout: 276 seconds]
04:14
govg has joined #ruby
04:19
jobewan has joined #ruby
04:21
jobewan has quit [Client Quit]
04:22
Chew has joined #ruby
04:23
jenrzzz has quit [Ping timeout: 265 seconds]
04:24
conta has joined #ruby
04:25
Troy2 has joined #ruby
04:28
conta has quit [Ping timeout: 265 seconds]
04:34
troys is now known as troys_
04:41
mjolnird has joined #ruby
04:42
ta_ has quit [Ping timeout: 248 seconds]
04:44
alfiemax has joined #ruby
04:45
bronson has joined #ruby
04:45
brent__ has quit [Quit: Connection closed for inactivity]
04:48
ahrs has quit [Remote host closed the connection]
04:49
alfiemax has quit [Ping timeout: 264 seconds]
04:50
ahrs has joined #ruby
04:50
bronson has quit [Ping timeout: 240 seconds]
04:52
gix- has joined #ruby
04:52
gix has quit [Disconnected by services]
04:53
ta_ has joined #ruby
04:58
Troy2 has quit [Ping timeout: 248 seconds]
05:06
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:06
Troy2 has joined #ruby
05:11
nowhere_man has quit [Ping timeout: 268 seconds]
05:12
nowhere_man has joined #ruby
05:17
goatish has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:17
iamarun has joined #ruby
05:21
cschneid_ has quit [Remote host closed the connection]
05:22
Renich_ has quit [Quit: leaving]
05:24
jonjitsu has quit [Ping timeout: 264 seconds]
05:29
nowhere_man has quit [Read error: Connection reset by peer]
05:29
nowhere_man has joined #ruby
05:30
zautomata2 has joined #ruby
05:30
zautomata1 has quit [Ping timeout: 265 seconds]
05:32
conta has joined #ruby
05:33
cschneid_ has joined #ruby
05:34
ta_ has quit [Ping timeout: 265 seconds]
05:36
conta has quit [Ping timeout: 240 seconds]
05:37
NightMonkey has joined #ruby
05:38
cschneid_ has quit [Ping timeout: 268 seconds]
05:38
uZiel has quit [Remote host closed the connection]
05:39
Troy2 has quit [Ping timeout: 248 seconds]
05:42
serieux has joined #ruby
05:44
Troy2 has joined #ruby
05:46
ta_ has joined #ruby
05:46
iamarun has quit [Ping timeout: 252 seconds]
05:47
ur5us has joined #ruby
05:48
troys_ is now known as troys
05:49
orbyt_ has joined #ruby
05:52
konsolebox has quit [Ping timeout: 265 seconds]
05:52
ur5us has quit [Ping timeout: 248 seconds]
05:53
konsolebox has joined #ruby
05:54
uZiel has joined #ruby
05:55
orbyt_ has quit [Ping timeout: 264 seconds]
05:57
kapil___ has joined #ruby
06:01
Yzguy has quit [Quit: Cya]
06:04
iamarun has joined #ruby
06:05
jtdoncas has joined #ruby
06:05
conta has joined #ruby
06:06
anisha has joined #ruby
06:07
KeyJoo has joined #ruby
06:10
conta has quit [Ping timeout: 264 seconds]
06:14
nadir has joined #ruby
06:15
alfiemax has joined #ruby
06:16
aupadhye has joined #ruby
06:17
Troy2 has quit [Ping timeout: 248 seconds]
06:18
ta_ has quit [Ping timeout: 265 seconds]
06:20
alfiemax_ has joined #ruby
06:20
alfiemax has quit [Ping timeout: 260 seconds]
06:23
rrutkowski has joined #ruby
06:23
ta_ has joined #ruby
06:25
Troy2 has joined #ruby
06:25
dinfuehr has quit [Ping timeout: 265 seconds]
06:27
oleo has quit [Quit: Leaving]
06:27
dinfuehr has joined #ruby
06:27
naprimer3 has quit [Ping timeout: 264 seconds]
06:27
uZiel has quit [Ping timeout: 272 seconds]
06:28
naprimer2 has joined #ruby
06:28
rrutkowski has quit [Ping timeout: 256 seconds]
06:30
rrutkowski has joined #ruby
06:31
troys is now known as troys_
06:32
rrutkowski has quit [Client Quit]
06:33
rrutkowski has joined #ruby
06:33
uZiel has joined #ruby
06:34
whippythellama has quit [Quit: WeeChat 1.4]
06:36
olspookishmagus has joined #ruby
06:39
aufi has joined #ruby
06:40
conta has joined #ruby
06:41
l_tonz has quit [Remote host closed the connection]
06:41
dionysus69 has joined #ruby
06:42
rrutkowski has quit [Ping timeout: 240 seconds]
06:44
conta has quit [Ping timeout: 248 seconds]
06:46
bronson has joined #ruby
06:51
bronson has quit [Ping timeout: 248 seconds]
06:51
yeticry has quit [Ping timeout: 276 seconds]
06:52
yeticry has joined #ruby
06:54
troys_ is now known as troys
06:55
nerium has joined #ruby
06:57
LocaMocha has joined #ruby
06:57
ta_ has quit [Ping timeout: 268 seconds]
06:57
alfiemax_ has quit [Remote host closed the connection]
06:58
Troy2 has quit [Ping timeout: 256 seconds]
06:59
ta_ has joined #ruby
06:59
LocaMocha is now known as Sauvin
07:01
alex`` has joined #ruby
07:02
apeiros has quit [Remote host closed the connection]
07:03
apeiros has joined #ruby
07:04
jenrzzz has joined #ruby
07:04
jenrzzz has quit [Changing host]
07:04
jenrzzz has joined #ruby
07:06
jtdoncas has quit [Ping timeout: 265 seconds]
07:07
phate408 has joined #ruby
07:07
apeiros has quit [Ping timeout: 240 seconds]
07:08
Troy2 has joined #ruby
07:11
DarthGandalf has joined #ruby
07:13
l_tonz has joined #ruby
07:14
alfiemax has joined #ruby
07:15
mongag has quit [Quit: BitchX-1.2.1 -- just do it.]
07:17
conta has joined #ruby
07:18
yeticry has quit [Ping timeout: 240 seconds]
07:19
DmitryBochkarev has joined #ruby
07:20
s2013 has joined #ruby
07:21
conta has quit [Ping timeout: 256 seconds]
07:22
nerium has quit [Ping timeout: 240 seconds]
07:22
KeyJoo has quit [Ping timeout: 265 seconds]
07:25
conta has joined #ruby
07:25
yeticry has joined #ruby
07:25
l_tonz has quit [Ping timeout: 276 seconds]
07:26
workmad3 has joined #ruby
07:29
clemens3 has joined #ruby
07:31
workmad3 has quit [Ping timeout: 260 seconds]
07:37
troys has quit [Quit: Bye]
07:37
Chuguniy has joined #ruby
07:37
phaul has joined #ruby
07:38
phate408 has quit [Ping timeout: 255 seconds]
07:42
Troy2 has quit [Ping timeout: 268 seconds]
07:42
l_tonz has joined #ruby
07:44
ta_ has quit [Ping timeout: 240 seconds]
07:45
uZiel has quit [Remote host closed the connection]
07:46
uZiel has joined #ruby
07:46
Troy2 has joined #ruby
07:46
l_tonz has quit [Ping timeout: 240 seconds]
07:48
<
guardian >
hello, I'm trying to debug a test in some project (not my project). I launch the test using bundle exec m ./path/to/test.rb
07:48
jrp93 has quit [Ping timeout: 255 seconds]
07:48
<
guardian >
and inside test.rb I added require 'pry' ; binding.pry
07:48
<
guardian >
but the debugger doesn't kick in :(
07:48
<
guardian >
anyone ever succeeded in using pry + m ?
07:48
postmodern_ has joined #ruby
07:48
postmodern has quit [Read error: Connection reset by peer]
07:49
mushy has joined #ruby
07:49
heinrich5991 has quit [Quit: quit.]
07:49
Flonk_ has quit [Ping timeout: 256 seconds]
07:51
ur5us has joined #ruby
07:52
cdg has quit [Remote host closed the connection]
07:55
Dimik has quit [Ping timeout: 265 seconds]
07:55
s2013 has quit [Read error: Connection reset by peer]
07:56
Chuguniy has quit [Ping timeout: 265 seconds]
07:57
Chuguniy has joined #ruby
07:57
cdg has joined #ruby
07:59
Flonk has joined #ruby
08:01
heinrich5991 has joined #ruby
08:02
cdg has quit [Ping timeout: 252 seconds]
08:06
apeiros has joined #ruby
08:10
jrp93 has joined #ruby
08:13
jnollette has quit [Remote host closed the connection]
08:13
guardianx has joined #ruby
08:13
andikr has joined #ruby
08:14
DmitryBochkarev has quit [Quit: Leaving]
08:15
jnollette has joined #ruby
08:16
CHIPPY has joined #ruby
08:16
guardianx has quit [Client Quit]
08:16
Burgestrand has joined #ruby
08:18
prometheus_falli has joined #ruby
08:18
InfinityFye has joined #ruby
08:20
cdg has joined #ruby
08:20
Troy2 has quit [Ping timeout: 256 seconds]
08:21
alfiemax has quit [Remote host closed the connection]
08:22
TomyWork has joined #ruby
08:24
ta_ has joined #ruby
08:24
claudiuinberlin has joined #ruby
08:24
mark_66 has joined #ruby
08:24
cdg has quit [Ping timeout: 265 seconds]
08:25
TinkerTyper has quit [Read error: Connection reset by peer]
08:25
DmitryBochkarev has joined #ruby
08:27
dionysus69 has quit [Ping timeout: 260 seconds]
08:27
TinkerTyper has joined #ruby
08:30
dionysus69 has joined #ruby
08:30
Troy2 has joined #ruby
08:34
rabajaj has joined #ruby
08:35
Papierkorb has joined #ruby
08:38
leah2 has joined #ruby
08:39
jottr has joined #ruby
08:40
Nikopol1 has joined #ruby
08:40
sepp2k has joined #ruby
08:41
ana_ has joined #ruby
08:42
Nikopol1 has left #ruby [#ruby]
08:42
alfiemax has joined #ruby
08:43
amatas has joined #ruby
08:47
bronson has joined #ruby
08:48
alfiemax has quit [Remote host closed the connection]
08:50
jenrzzz has quit [Ping timeout: 265 seconds]
08:52
bronson has quit [Ping timeout: 248 seconds]
08:55
jenrzzz has joined #ruby
08:58
Chuguniy has quit [Ping timeout: 252 seconds]
08:58
Chuguniy has joined #ruby
08:58
jottr has quit [Ping timeout: 256 seconds]
08:59
jenrzzz has quit [Ping timeout: 240 seconds]
09:02
jrp93 has quit [Quit: Leaving]
09:05
alex`` has quit [Ping timeout: 265 seconds]
09:06
Troy2 has quit [Ping timeout: 256 seconds]
09:08
conta has quit [Quit: conta]
09:09
conta has joined #ruby
09:10
maum has quit [Remote host closed the connection]
09:10
Mortomes|Work has joined #ruby
09:11
jenrzzz has joined #ruby
09:12
Troy2 has joined #ruby
09:15
jenrzzz has quit [Ping timeout: 255 seconds]
09:21
elphe has joined #ruby
09:22
creat has quit [Ping timeout: 255 seconds]
09:25
creat has joined #ruby
09:28
elphe has quit [Quit: Lost terminal]
09:28
elphe has joined #ruby
09:29
chichou has joined #ruby
09:30
postmodern_ has quit [Quit: Leaving]
09:31
postmodern has joined #ruby
09:32
marr has joined #ruby
09:33
CHIPPY has left #ruby [#ruby]
09:36
uZiel has quit [Remote host closed the connection]
09:36
uZiel has joined #ruby
09:36
jaruga has joined #ruby
09:37
jenrzzz has joined #ruby
09:37
quobo has joined #ruby
09:38
agent_white has joined #ruby
09:41
mikecmpbll has joined #ruby
09:41
jenrzzz has quit [Ping timeout: 248 seconds]
09:45
Troy2 has quit [Ping timeout: 260 seconds]
09:46
minimalism has joined #ruby
09:46
guille-moe has joined #ruby
09:48
jenrzzz has joined #ruby
09:48
jenrzzz has joined #ruby
09:48
jenrzzz has quit [Changing host]
09:55
Troy2 has joined #ruby
09:57
Beams has joined #ruby
09:59
milardovich has joined #ruby
10:03
mikecmpbll has quit [Ping timeout: 252 seconds]
10:04
pkx2 has joined #ruby
10:05
mikecmpbll has joined #ruby
10:05
im0nde has joined #ruby
10:10
Cavallari has joined #ruby
10:12
jrp93 has joined #ruby
10:13
pkx2 has quit [Remote host closed the connection]
10:13
phaul has quit [Ping timeout: 248 seconds]
10:13
cdg has joined #ruby
10:13
pkx2 has joined #ruby
10:16
Gnukpd has joined #ruby
10:16
Gnukpd has quit [Client Quit]
10:16
Gnukpd_ has joined #ruby
10:16
milardovich has quit [Remote host closed the connection]
10:17
Gnukpd_ has quit [Client Quit]
10:17
Axy has quit [Read error: Connection reset by peer]
10:18
cdg has quit [Ping timeout: 252 seconds]
10:18
Axy has joined #ruby
10:19
pkx2 has quit [Remote host closed the connection]
10:19
milardovich has joined #ruby
10:19
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:22
jenrzzz has quit [Ping timeout: 256 seconds]
10:29
Troy2 has quit [Ping timeout: 264 seconds]
10:30
jenrzzz has joined #ruby
10:30
jenrzzz has quit [Changing host]
10:30
jenrzzz has joined #ruby
10:31
kapil___ has quit [Quit: Connection closed for inactivity]
10:33
Troy2 has joined #ruby
10:36
Gnukpd has joined #ruby
10:41
jrp93 has quit [Quit: Leaving]
10:43
zautomata3 has joined #ruby
10:43
zautomata2 has quit [Ping timeout: 248 seconds]
10:46
vichib has joined #ruby
10:46
ur5us has quit [Remote host closed the connection]
10:47
ur5us has joined #ruby
10:47
goatish has joined #ruby
10:48
bronson has joined #ruby
10:48
ldnunes has joined #ruby
10:51
ur5us has quit [Ping timeout: 240 seconds]
10:51
iamarun has quit [Ping timeout: 276 seconds]
10:53
bronson has quit [Ping timeout: 252 seconds]
10:54
conta has quit [Read error: Connection reset by peer]
10:54
conta has joined #ruby
10:54
iamarun has joined #ruby
10:55
vichib has quit [Ping timeout: 264 seconds]
10:57
Riddell has quit [Ping timeout: 268 seconds]
10:57
workmad3 has joined #ruby
10:58
vichib has joined #ruby
11:01
printesoi has joined #ruby
11:01
Riddell has joined #ruby
11:01
tvw has joined #ruby
11:02
jnyw has quit [Quit: WeeChat 2.0.1]
11:06
Troy2 has quit [Ping timeout: 240 seconds]
11:06
beccamorgan has quit [Read error: Connection reset by peer]
11:08
argoneus has quit [Quit: No Ping reply in 180 seconds.]
11:08
reu has quit [Ping timeout: 246 seconds]
11:09
argoneus has joined #ruby
11:09
mikecmpbll has quit [Ping timeout: 246 seconds]
11:10
reu has joined #ruby
11:10
mikecmpbll has joined #ruby
11:15
Troy2 has joined #ruby
11:15
postmodern has quit [Quit: Leaving]
11:18
keden has joined #ruby
11:22
miskatonic has joined #ruby
11:27
thinkpad has quit [Quit: lawl]
11:28
prometheus_falli has quit [Ping timeout: 272 seconds]
11:31
vichib has quit [Remote host closed the connection]
11:34
anisha has quit [Quit: This computer has gone to sleep]
11:35
iamarun has quit [Remote host closed the connection]
11:36
miskatonic has quit [Remote host closed the connection]
11:41
thinkpad has joined #ruby
11:43
nadir has quit [Quit: Connection closed for inactivity]
11:43
phaul has joined #ruby
11:45
l_tonz has joined #ruby
11:49
l_tonz has quit [Ping timeout: 248 seconds]
11:53
cdg has joined #ruby
11:56
plexigras has quit [Ping timeout: 276 seconds]
11:56
nahra has quit [Remote host closed the connection]
11:56
AJA4350 has joined #ruby
11:57
cdg has quit [Ping timeout: 240 seconds]
11:58
plexigras has joined #ruby
11:59
zautomata3 has quit [Quit: WeeChat 1.7]
12:04
vichib has joined #ruby
12:05
elphe has quit [Ping timeout: 248 seconds]
12:07
im0nde has quit [Quit: im0nde]
12:11
milardovich has quit []
12:12
elphe has joined #ruby
12:12
randomstrangerb has quit [Ping timeout: 248 seconds]
12:12
konsolebox has quit [Ping timeout: 240 seconds]
12:13
konsolebox has joined #ruby
12:13
randomstrangerb has joined #ruby
12:14
ua has joined #ruby
12:14
Gnukpd has quit [Quit: Leaving]
12:15
jameser has joined #ruby
12:20
Troy2 has quit [Ping timeout: 264 seconds]
12:22
biberu has joined #ruby
12:23
TLAXKIT has joined #ruby
12:25
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:27
cdg has joined #ruby
12:27
pilne has quit [Quit: Quitting!]
12:28
Papierkorb has left #ruby ["Konversation terminated!"]
12:29
k0mpa has joined #ruby
12:31
Burgestrand has quit [Quit: Closing time!]
12:31
cdg has quit [Ping timeout: 246 seconds]
12:32
DTZUZU has quit [Ping timeout: 248 seconds]
12:33
konsolebox has quit [Ping timeout: 260 seconds]
12:34
konsolebox has joined #ruby
12:38
jenrzzz has quit [Ping timeout: 248 seconds]
12:38
uZiel has quit [Ping timeout: 272 seconds]
12:41
chichou has quit [Quit: WeeChat 2.0.1]
12:42
jenrzzz has joined #ruby
12:43
l_tonz has joined #ruby
12:45
mikecmpbll has quit [Read error: Connection reset by peer]
12:45
DTZUZO has joined #ruby
12:46
alfiemax has joined #ruby
12:46
alfiemax has quit [Client Quit]
12:46
hays_ is now known as hays
12:47
jenrzzz has quit [Ping timeout: 264 seconds]
12:47
Troy2 has joined #ruby
12:48
alfiemax has joined #ruby
12:48
vichib has quit [Ping timeout: 255 seconds]
12:49
bronson has joined #ruby
12:50
l_tonz has quit [Ping timeout: 248 seconds]
12:52
randomstrangerb has quit [Ping timeout: 248 seconds]
12:52
Psybur has joined #ruby
12:53
Riddell has quit [Changing host]
12:53
Riddell has joined #ruby
12:53
randomstrangerb has joined #ruby
12:54
bronson has quit [Ping timeout: 252 seconds]
12:54
sepp2k has quit [Remote host closed the connection]
12:57
sepp2k has joined #ruby
12:58
Burgestrand has joined #ruby
12:59
DTZUZU has joined #ruby
13:02
mikecmpbll has joined #ruby
13:04
drewmcmillan has joined #ruby
13:09
plexigras has quit [Quit: WeeChat 1.9.1]
13:10
plexigras has joined #ruby
13:10
plexigras has quit [Client Quit]
13:13
synthroid has joined #ruby
13:15
Chuguniy has quit [Ping timeout: 246 seconds]
13:16
Chuguniy has joined #ruby
13:18
phaul has quit [Ping timeout: 240 seconds]
13:18
FastJack has quit [Quit: leaving]
13:19
l_tonz has joined #ruby
13:19
FastJack has joined #ruby
13:20
mikecmpbll has quit [Quit: inabit. zz.]
13:23
l_tonz has quit [Ping timeout: 248 seconds]
13:25
mikecmpbll has joined #ruby
13:27
alfiemax has quit [Remote host closed the connection]
13:27
bmurt has joined #ruby
13:28
alfiemax has joined #ruby
13:28
alex`` has joined #ruby
13:29
jeffreylevesque has quit [Ping timeout: 260 seconds]
13:30
l_tonz has joined #ruby
13:31
keden has quit [Ping timeout: 260 seconds]
13:32
cremes has joined #ruby
13:32
alfiemax has quit [Ping timeout: 265 seconds]
13:34
l_tonz has quit [Ping timeout: 255 seconds]
13:36
keden has joined #ruby
13:36
FriedBob has joined #ruby
13:36
miskatonic has joined #ruby
13:36
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:39
goatish has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:39
randomstrangerb has quit [Ping timeout: 248 seconds]
13:40
randomstrangerb has joined #ruby
13:40
vichib has joined #ruby
13:40
vichib has quit [Remote host closed the connection]
13:40
vichib has joined #ruby
13:41
goatish has joined #ruby
13:45
PaulCape_ has quit [Quit: .]
13:45
aupadhye has quit [Ping timeout: 255 seconds]
13:48
jottr has joined #ruby
13:49
r3kz has quit [Quit: Connection closed for inactivity]
13:49
armyriad has quit [Ping timeout: 264 seconds]
13:53
vichib has quit [Quit: Leaving]
13:53
vichib has joined #ruby
13:55
_aeris_ has quit [Ping timeout: 272 seconds]
13:55
megamos has joined #ruby
13:57
keden has left #ruby [#ruby]
13:58
_aeris_ has joined #ruby
13:58
PaulCapestany has joined #ruby
14:00
miskatonic has quit [Remote host closed the connection]
14:01
Chuguniy has quit [Ping timeout: 240 seconds]
14:01
Cavallari has quit [Quit: Cavallari]
14:01
Chuguniy has joined #ruby
14:03
cdg has joined #ruby
14:04
keden has joined #ruby
14:05
Sina has quit [Quit: Connection closed for inactivity]
14:06
chocoelho has joined #ruby
14:06
Mortomes|Work has quit [Ping timeout: 260 seconds]
14:08
cdg has quit [Ping timeout: 252 seconds]
14:09
Burgestrand has quit [Quit: Closing time!]
14:09
apeiros__ has joined #ruby
14:13
apeiros has quit [Ping timeout: 248 seconds]
14:14
cdg has joined #ruby
14:15
bukalapama has joined #ruby
14:15
cdg has quit [Remote host closed the connection]
14:15
cdg has joined #ruby
14:15
shinnya has joined #ruby
14:17
chocoelho has quit [Quit: chocoelho]
14:18
printesoi has quit [Ping timeout: 260 seconds]
14:19
keden has left #ruby [#ruby]
14:25
AJA4350 has quit [Quit: AJA4350]
14:25
l_tonz has joined #ruby
14:25
alex`` has quit [Ping timeout: 246 seconds]
14:27
dviola has joined #ruby
14:27
Troy2 has quit [Ping timeout: 248 seconds]
14:27
conta has quit [Quit: conta]
14:28
bukalapama has quit [Quit: Konversation terminated!]
14:29
conta has joined #ruby
14:29
l_tonz has quit [Ping timeout: 248 seconds]
14:30
Troy2 has joined #ruby
14:31
l_tonz has joined #ruby
14:31
yeticry has quit [Quit: leaving]
14:32
yeticry has joined #ruby
14:32
conta has quit [Client Quit]
14:33
tomphp has joined #ruby
14:33
conta has joined #ruby
14:34
safetypin has joined #ruby
14:35
jeffreylevesque has joined #ruby
14:36
l_tonz has quit [Ping timeout: 256 seconds]
14:36
Azure has quit [Ping timeout: 248 seconds]
14:36
AJA4350 has joined #ruby
14:38
agent_white has quit [Quit: leaving]
14:39
tomphp has quit [Ping timeout: 255 seconds]
14:39
oleo has joined #ruby
14:42
nadir has joined #ruby
14:43
KeyJoo has joined #ruby
14:49
dionysus69 has quit [Ping timeout: 268 seconds]
14:51
bronson has joined #ruby
14:52
jrafanie has joined #ruby
14:54
rippa has joined #ruby
14:55
bronson has quit [Ping timeout: 276 seconds]
14:56
phaul has joined #ruby
14:58
shinnya has quit [Ping timeout: 248 seconds]
15:03
l_tonz has joined #ruby
15:07
Troy2 has quit [Ping timeout: 248 seconds]
15:07
l_tonz has quit [Ping timeout: 268 seconds]
15:08
Troy2 has joined #ruby
15:08
jonjitsu has joined #ruby
15:09
DTZUZO has quit [Ping timeout: 264 seconds]
15:11
DTZUZO has joined #ruby
15:11
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:12
drewmcmillan has joined #ruby
15:12
milardovich has joined #ruby
15:14
ta_ has quit [Remote host closed the connection]
15:14
l_tonz has joined #ruby
15:20
pastorinni has joined #ruby
15:20
pastorinni has quit [Remote host closed the connection]
15:21
pastorinni has joined #ruby
15:22
l_tonz has quit [Ping timeout: 240 seconds]
15:28
jenrzzz has joined #ruby
15:32
mikecmpbll has quit [Ping timeout: 248 seconds]
15:35
mikecmpbll has joined #ruby
15:36
DTZUZO has quit [Ping timeout: 256 seconds]
15:36
griffindy has joined #ruby
15:36
DTZUZO has joined #ruby
15:41
mikecmpbll has quit [Read error: Connection reset by peer]
15:41
mikecmpb_ has joined #ruby
15:41
Troy2 has quit [Ping timeout: 264 seconds]
15:43
l_tonz has joined #ruby
15:43
LastWhisper____ has joined #ruby
15:43
phate408 has joined #ruby
15:44
Barrt has joined #ruby
15:45
elphe has quit [Ping timeout: 248 seconds]
15:46
Troy2 has joined #ruby
15:47
l_tonz has quit [Ping timeout: 246 seconds]
15:48
iamarun has joined #ruby
15:50
alex`` has joined #ruby
15:50
synthroid has quit [Remote host closed the connection]
15:51
houhoulis has joined #ruby
15:54
InfinityFye has left #ruby ["Leaving"]
15:54
quobo has quit [Quit: Connection closed for inactivity]
15:57
randomstrangerb has quit [Ping timeout: 240 seconds]
15:57
ana_ has quit [Quit: Leaving]
15:58
Barrt has quit [Ping timeout: 268 seconds]
15:58
randomstrangerb has joined #ruby
16:02
phate408 has quit [Ping timeout: 246 seconds]
16:02
milardovich has quit [Remote host closed the connection]
16:02
jon_ has joined #ruby
16:03
milardovich has joined #ruby
16:04
jonjitsu has quit [Ping timeout: 265 seconds]
16:04
mark_66 has quit [Remote host closed the connection]
16:05
cschneid_ has joined #ruby
16:06
sanscoeur has quit [Remote host closed the connection]
16:07
milardovich has quit [Ping timeout: 248 seconds]
16:08
alfiemax has joined #ruby
16:08
mikecmpb_ has quit [Read error: Connection reset by peer]
16:08
conta has quit [Ping timeout: 240 seconds]
16:09
mikecmpbll has joined #ruby
16:11
Phlogistique has quit [Ping timeout: 248 seconds]
16:11
alex`` has quit [Ping timeout: 246 seconds]
16:13
mikecmpbll has quit [Read error: Connection reset by peer]
16:14
mikecmpbll has joined #ruby
16:14
cdg has quit [Remote host closed the connection]
16:14
iamarun has quit [Remote host closed the connection]
16:15
Riddell has quit [Ping timeout: 265 seconds]
16:15
uZiel has joined #ruby
16:15
Riddell has joined #ruby
16:18
l_tonz has joined #ruby
16:20
Riddell has quit [Ping timeout: 248 seconds]
16:20
Troy2 has quit [Ping timeout: 268 seconds]
16:20
synthroid has joined #ruby
16:20
Riddell has joined #ruby
16:23
Troy2 has joined #ruby
16:24
milardovich has joined #ruby
16:24
DmitryBochkarev has quit [Quit: This computer has gone to sleep]
16:24
Mrgoose has joined #ruby
16:24
ams__ has joined #ruby
16:25
Phlogistique has joined #ruby
16:27
l_tonz has quit [Ping timeout: 268 seconds]
16:28
dinfuehr has quit [Ping timeout: 256 seconds]
16:28
milardovich has quit [Ping timeout: 255 seconds]
16:29
cremes has quit [Quit: cremes]
16:29
vhvv has joined #ruby
16:30
statelesscode has joined #ruby
16:31
dinfuehr has joined #ruby
16:31
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:33
DmitryBochkarev has joined #ruby
16:33
mikhael_k33hl has joined #ruby
16:33
GremL1N has quit [Ping timeout: 240 seconds]
16:34
<
mikhael_k33hl >
If I have a nested module within a single file, how do I include an inside module or do I have to include the outermost module?
16:35
dinfuehr has quit [Ping timeout: 255 seconds]
16:36
jon_ has quit [Ping timeout: 248 seconds]
16:37
dinfuehr has joined #ruby
16:37
<
havenwood >
mikhael_k33hl: Have an example you can gist of what you mean?
16:37
cdg has joined #ruby
16:37
yokel has quit [Ping timeout: 248 seconds]
16:38
cdg has quit [Remote host closed the connection]
16:40
yokel has joined #ruby
16:40
vikaton has quit [Quit: Connection closed for inactivity]
16:41
mikecmpbll has quit [Read error: Connection reset by peer]
16:41
aufi has quit [Quit: Leaving]
16:41
mikecmpb_ has joined #ruby
16:47
d^sh_ has joined #ruby
16:49
d^sh- has joined #ruby
16:49
d^sh has quit [Ping timeout: 265 seconds]
16:51
jon_ has joined #ruby
16:51
[Butch] has joined #ruby
16:51
bronson has joined #ruby
16:52
DTZUZO has quit [Ping timeout: 248 seconds]
16:52
jnollette has quit [Ping timeout: 272 seconds]
16:52
d^sh_ has quit [Ping timeout: 260 seconds]
16:53
<
tcopeland >
you mean like: include RiseMirrorApp::FileOps
16:53
DTZUZO has joined #ruby
16:53
mikecmpb_ has quit [Read error: Connection reset by peer]
16:53
<
havenwood >
mikhael_k33hl: By "inner module" do you mean FileOps and Config?
16:53
<
havenwood >
mikhael_k33hl: Are you trying to include something into this code? Or include this code somewhere else?
16:54
mikecmpbll has joined #ruby
16:54
cdg has joined #ruby
16:55
Prira has quit [Ping timeout: 246 seconds]
16:56
KeyJoo has quit [Ping timeout: 265 seconds]
16:56
bronson has quit [Ping timeout: 265 seconds]
16:57
Troy2 has quit [Ping timeout: 256 seconds]
16:58
mikecmpbll has quit [Read error: Connection reset by peer]
16:59
jnollette has joined #ruby
16:59
mikecmpbll has joined #ruby
17:03
Prira has joined #ruby
17:04
andikr has quit [Remote host closed the connection]
17:04
l_tonz has joined #ruby
17:05
Chuguniy has quit [Ping timeout: 240 seconds]
17:05
SuperLag has quit [Quit: Hooray for updates.]
17:05
megamos has quit [Ping timeout: 265 seconds]
17:05
<
mikhael_k33hl >
havenwood: I'm trying to include this code somewhere else. And yep, I mean the FileOps and Config
17:06
<
havenwood >
mikhael_k33hl: then it's as tcopeland suggested
17:07
<
mikhael_k33hl >
havenwood: oh yeah, sorry, wasn't able to read what he said
17:07
<
mikhael_k33hl >
tcopeland: havenwood thanks
17:07
Troy2 has joined #ruby
17:08
TLAXKIT has quit [Quit: ¡Adiós!]
17:08
helpa has quit [Remote host closed the connection]
17:08
nowhere_man has quit [Read error: Connection reset by peer]
17:08
helpa has joined #ruby
17:08
nowhere_man has joined #ruby
17:10
l_tonz has quit [Ping timeout: 264 seconds]
17:11
goatish has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:13
<
apeiros__ >
mikhael_k33hl: did that solve your question? I wonder whether you might have meant include as in "load the code". that would be `require "path/to/file"`
17:13
apeiros__ is now known as apeiros
17:15
<
mikhael_k33hl >
apeiros: Oh I think it did. Just wanted to you know, use the module methods inside the class
17:16
vhvv has quit [Quit: vhvv]
17:18
LastWhisper____ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
17:19
hahuang65 has quit [Ping timeout: 248 seconds]
17:21
John___ has joined #ruby
17:22
alfiemax has quit [Remote host closed the connection]
17:23
milardovich has joined #ruby
17:23
alfiemax has joined #ruby
17:23
coffeejunk has joined #ruby
17:27
alfiemax has quit [Ping timeout: 240 seconds]
17:31
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:35
armyriad has joined #ruby
17:35
phaul has quit [Ping timeout: 248 seconds]
17:35
Riddell has quit [Ping timeout: 240 seconds]
17:36
jeffreylevesque_ has joined #ruby
17:37
jeffreylevesque has quit [Ping timeout: 240 seconds]
17:38
AgentVenom has joined #ruby
17:38
goatish has joined #ruby
17:38
jenrzzz has quit [Ping timeout: 255 seconds]
17:40
Riddell has joined #ruby
17:41
mikecmpbll has quit [Ping timeout: 248 seconds]
17:42
jenrzzz has joined #ruby
17:43
nadir has quit [Quit: Connection closed for inactivity]
17:44
eckhardt has joined #ruby
17:44
alfiemax has joined #ruby
17:50
l_tonz has joined #ruby
17:51
sanscoeur has joined #ruby
17:52
sanscoeur has quit [Read error: Connection reset by peer]
17:52
sanscoeur has joined #ruby
17:53
drewmcmillan has joined #ruby
17:53
KeyJoo has joined #ruby
17:54
apeiros has quit [Remote host closed the connection]
17:57
LastWhisper____ has joined #ruby
17:58
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:59
DTZUZU has quit [Ping timeout: 240 seconds]
17:59
larcara has joined #ruby
18:00
l_tonz has quit [Ping timeout: 268 seconds]
18:00
jxv has joined #ruby
18:01
Cavallari has joined #ruby
18:03
dionysus69 has joined #ruby
18:03
jmpf has joined #ruby
18:04
Beams has quit [Quit: .]
18:04
hahuang65 has joined #ruby
18:06
vhvv has joined #ruby
18:07
Quintasan has joined #ruby
18:08
guacamole has joined #ruby
18:09
l_tonz has joined #ruby
18:11
AndroUser2 has joined #ruby
18:13
Troy2 has quit [Ping timeout: 252 seconds]
18:13
SeepingN has joined #ruby
18:14
drewmcmillan has joined #ruby
18:15
<
vhvv >
Quintasan: I’ve used Excel to “clean” CSVs before. It may be more liberal in what it accepts and parses than Ruby’s CSV. Import it and then save as CSV. Just an idea…
18:15
marxarelli|afk is now known as marxarelli
18:16
l_tonz has quit [Ping timeout: 265 seconds]
18:16
Troy2 has joined #ruby
18:18
orbyt_ has joined #ruby
18:18
headius_ has joined #ruby
18:18
tomphp has joined #ruby
18:19
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:19
AndroUser2 has quit [Ping timeout: 246 seconds]
18:19
alfiemax has quit [Remote host closed the connection]
18:20
alfiemax has joined #ruby
18:20
alfiemax has quit [Read error: Connection reset by peer]
18:21
alfiemax has joined #ruby
18:21
headius_ has quit [Client Quit]
18:22
<
darix >
Quintasan: if you have sql access why not write a spit outs one md file per post right away?
18:22
<
Quintasan >
darix: Not sure if I want to use up time learning how to write a query like that.
18:23
<
darix >
Quintasan: just a quick script around the mysql2 or pg gem :)
18:23
<
darix >
nothing fancy
18:24
TomyWork has quit [Ping timeout: 240 seconds]
18:24
headius_ has joined #ruby
18:27
DTZUZU has joined #ruby
18:27
DmitryBochkarev has quit [Quit: This computer has gone to sleep]
18:27
<
Quintasan >
darix: Welp, at this point I'm really curious why this doesn't work. Or even how Ruby CSV class can create a CSV it can't parse back.
18:29
uZiel has quit [Ping timeout: 272 seconds]
18:30
headius_ is now known as headius
18:30
John___ has quit [Ping timeout: 256 seconds]
18:32
mikhael_k33hl has quit [Ping timeout: 260 seconds]
18:32
Dimik has joined #ruby
18:32
npgm has joined #ruby
18:34
ta_ has joined #ruby
18:36
apeiros has joined #ruby
18:36
nowhere_man has quit [Ping timeout: 240 seconds]
18:38
nowhere_man has joined #ruby
18:38
kies has quit [Ping timeout: 256 seconds]
18:40
John___ has joined #ruby
18:41
phaul has joined #ruby
18:41
l_tonz has joined #ruby
18:41
ech0_42 has quit [Remote host closed the connection]
18:44
ledestin has joined #ruby
18:46
DLSteve_ has joined #ruby
18:47
l_tonz has quit [Ping timeout: 248 seconds]
18:48
alex-tfdc has joined #ruby
18:48
sepp2k has quit [Quit: Leaving.]
18:49
TomyLobo has joined #ruby
18:49
Troy2 has quit [Ping timeout: 260 seconds]
18:49
<
darix >
select into outfile seems like some sql statement and not so much ruby no?
18:49
quobo has joined #ruby
18:50
LastWhisper____ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
18:50
UncleCid__ has quit [Read error: Connection reset by peer]
18:50
guacamole has joined #ruby
18:50
alex`` has joined #ruby
18:50
UncleCid__ has joined #ruby
18:51
<
jmpf >
i've uncommented the 'option nodynamic' in ext/Setup && configured w/--with-static-linked-ext ; librubystatic.a is built; but then the linking complains about shared objs - are there up to date instructions on linking ruby statically?
18:51
gizmore|2 is now known as gizmore
18:51
<
jmpf >
started sniffing around and I see a bunch of export-dynamic in ext/ Makefiles
18:52
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:52
Troy2 has joined #ruby
18:52
bronson has joined #ruby
18:53
guacamole has quit [Client Quit]
18:54
ahrs has quit [Read error: Connection reset by peer]
18:54
DTZUZO has quit [Ping timeout: 240 seconds]
18:55
guacamole has joined #ruby
18:55
ahrs has joined #ruby
18:55
sameerynho has joined #ruby
18:58
DTZUZO has joined #ruby
18:59
brodul has quit [Quit: My hovercraft is full of eels!!]
19:00
alfiemax_ has joined #ruby
19:00
bronson has quit [Ping timeout: 255 seconds]
19:01
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:01
alfiemax has quit [Ping timeout: 240 seconds]
19:01
jrafanie_ has joined #ruby
19:02
eckhardt has joined #ruby
19:02
eckhardt has quit [Client Quit]
19:03
marxarelli has joined #ruby
19:03
l_tonz has joined #ruby
19:03
jrafanie has quit [Ping timeout: 248 seconds]
19:05
guille-moe has quit [Ping timeout: 252 seconds]
19:06
<
garyserj >
Is there any free online service that'd support sinatra?
19:06
<
garyserj >
i guess i could use rails and heroku but it isn't as heavy duty as to require rails.
19:07
<
garyserj >
ah it seems heroku supports sinatra, i'll look into that
19:07
l_tonz has quit [Ping timeout: 248 seconds]
19:08
<
darix >
garyserj: your keyword is "rack" most ruby hosting things will support rack apps
19:08
<
darix >
(rack is also used in rails e.g.)
19:08
sonOfRa has quit [Remote host closed the connection]
19:09
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:09
cdg has quit [Remote host closed the connection]
19:09
cdg has joined #ruby
19:09
drewmcmillan has joined #ruby
19:11
sonOfRa has joined #ruby
19:11
Hexian has joined #ruby
19:14
<
Hexian >
when using msys ruby on windows, does ruby use the pthread implementation or the win32 thread one?
19:14
cdg has quit [Ping timeout: 265 seconds]
19:15
gizmore|2 has joined #ruby
19:16
gizmore has quit [Ping timeout: 260 seconds]
19:17
larcara has quit [Remote host closed the connection]
19:18
guille-moe has joined #ruby
19:19
brodul has joined #ruby
19:19
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:19
l_tonz has joined #ruby
19:20
alfiemax has joined #ruby
19:20
sonOfRa has quit [Remote host closed the connection]
19:21
KeyJoo has quit [Ping timeout: 256 seconds]
19:22
LastWhisper____ has joined #ruby
19:23
alfiemax_ has quit [Ping timeout: 265 seconds]
19:24
DroidBurgundy has joined #ruby
19:24
LastWhisper____ has quit [Read error: Connection reset by peer]
19:24
sonOfRa has joined #ruby
19:25
jaruga has quit [Quit: jaruga]
19:26
Troy2 has quit [Ping timeout: 256 seconds]
19:26
amclain has joined #ruby
19:27
Sauvin has quit [Ping timeout: 240 seconds]
19:27
l_tonz has quit [Ping timeout: 240 seconds]
19:30
pastorinni has quit [Ping timeout: 255 seconds]
19:31
kinduff has joined #ruby
19:32
kinduff has quit [Client Quit]
19:32
Troy2 has joined #ruby
19:33
VladGh_ has quit [Remote host closed the connection]
19:33
DroidBurgundy has quit []
19:33
akahn has joined #ruby
19:33
VladGh has joined #ruby
19:34
l_tonz has joined #ruby
19:35
alfiemax_ has joined #ruby
19:36
alfiemax has quit [Read error: Connection reset by peer]
19:38
ramfjord has joined #ruby
19:40
l_tonz has quit [Ping timeout: 268 seconds]
19:40
DTZUZO has quit [Ping timeout: 256 seconds]
19:41
tomphp has joined #ruby
19:41
k0mpa has left #ruby [#ruby]
19:42
DTZUZO has joined #ruby
19:43
jon_ has quit [Remote host closed the connection]
19:45
eckhardt has joined #ruby
19:46
kies has joined #ruby
19:46
DTZUZU has quit [Ping timeout: 248 seconds]
19:47
k0mpa has joined #ruby
19:47
SeepingN has quit [Quit: The system is going down for reboot NOW!]
19:48
larcara has joined #ruby
19:49
larcara has quit [Remote host closed the connection]
19:49
larcara has joined #ruby
19:49
jamiejackson has joined #ruby
19:50
VladGh has quit [Remote host closed the connection]
19:50
VladGh has joined #ruby
19:50
claudiuinberlin has joined #ruby
19:51
jxv has quit [Quit: zzz…]
19:51
jottr has quit [Ping timeout: 276 seconds]
19:51
DTZUZO has quit [Ping timeout: 252 seconds]
19:52
VladGh has quit [Remote host closed the connection]
19:52
DTZUZO has joined #ruby
19:56
pwnd_nsfw has joined #ruby
19:57
govg has quit [Ping timeout: 264 seconds]
19:57
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:57
govg has joined #ruby
19:58
moei has quit [Quit: Leaving...]
19:59
ur5us has joined #ruby
19:59
alex`` has quit [Read error: No route to host]
20:00
DTZUZO has quit [Ping timeout: 248 seconds]
20:00
megamosaren has joined #ruby
20:00
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:01
guille-moe has quit [Ping timeout: 260 seconds]
20:01
DTZUZO has joined #ruby
20:04
bonhag has joined #ruby
20:05
ur5us has quit [Remote host closed the connection]
20:05
l_tonz has joined #ruby
20:06
guacamole has joined #ruby
20:07
Troy2 has quit [Ping timeout: 240 seconds]
20:07
guacamole has quit [Client Quit]
20:07
DTZUZO has quit [Remote host closed the connection]
20:08
eckhardt has joined #ruby
20:08
DTZUZO has joined #ruby
20:09
jenrzzz has quit [Ping timeout: 268 seconds]
20:10
l_tonz has quit [Ping timeout: 240 seconds]
20:10
nahra has joined #ruby
20:11
vhvv has quit [Quit: vhvv]
20:12
chocoelho has joined #ruby
20:12
nadir has joined #ruby
20:14
DTZUZU has joined #ruby
20:14
Troy2 has joined #ruby
20:15
alfiemax has joined #ruby
20:15
ldnunes has quit [Quit: Leaving]
20:16
ur5us has joined #ruby
20:16
l_tonz has joined #ruby
20:17
alfiemax_ has quit [Ping timeout: 240 seconds]
20:17
jenrzzz has joined #ruby
20:19
DTZUZU has quit [Ping timeout: 255 seconds]
20:20
Psybur has quit [Ping timeout: 240 seconds]
20:20
k0mpa has quit [Remote host closed the connection]
20:21
p0p0pr37 has joined #ruby
20:21
l_tonz has quit [Ping timeout: 265 seconds]
20:22
Cavallari has quit [Quit: Cavallari]
20:25
DTZUZO has quit [Ping timeout: 276 seconds]
20:26
DTZUZO has joined #ruby
20:26
jxv has joined #ruby
20:28
mistergibson has joined #ruby
20:28
rabajaj has quit [Remote host closed the connection]
20:28
sameerynho has quit [Ping timeout: 240 seconds]
20:28
VladGh has joined #ruby
20:32
tfitts has joined #ruby
20:32
DTZUZO has quit [Read error: Connection reset by peer]
20:33
oetjenj has joined #ruby
20:33
DTZUZO has joined #ruby
20:34
milardovich has quit []
20:34
larcara has quit [Remote host closed the connection]
20:35
alex-tfdc has quit [Quit: alex-tfdc]
20:39
jottr has joined #ruby
20:39
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
20:40
minimalism has quit [Quit: minimalism]
20:40
chocoelho has quit [Quit: chocoelho]
20:41
DTZUZO has quit [Ping timeout: 248 seconds]
20:42
elphe has joined #ruby
20:42
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:43
jenrzzz has quit [Ping timeout: 264 seconds]
20:44
DTZUZO has joined #ruby
20:44
drewmcmillan has joined #ruby
20:45
jxv has quit [Quit: zzz…]
20:45
nit3rid3 has joined #ruby
20:46
elphe has quit [Ping timeout: 252 seconds]
20:46
DTZUZU has joined #ruby
20:47
Troy2 has quit [Ping timeout: 240 seconds]
20:48
chrisgopher has joined #ruby
20:49
jottr_ has joined #ruby
20:49
orbyt_ has joined #ruby
20:51
jottr has quit [Ping timeout: 248 seconds]
20:52
SeepingN has joined #ruby
20:52
DTZUZU has quit [Ping timeout: 240 seconds]
20:53
pilne has joined #ruby
20:53
pastorinni has joined #ruby
20:53
guacamole has joined #ruby
20:53
jottr_ is now known as jottr
20:54
larcara has joined #ruby
20:54
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:56
jmpf has quit [Ping timeout: 248 seconds]
20:57
Troy2 has joined #ruby
20:57
bronson has joined #ruby
20:59
larcara has quit []
20:59
chrisgopher has left #ruby [#ruby]
21:00
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:01
jxv has joined #ruby
21:02
bronson has quit [Ping timeout: 265 seconds]
21:03
jamesaxl has joined #ruby
21:04
aiguuu has joined #ruby
21:05
aiguuu has quit [Client Quit]
21:06
aiguuu has joined #ruby
21:06
aiguuu has quit [Client Quit]
21:06
drewmcmillan has joined #ruby
21:06
aiguuu has joined #ruby
21:09
vhvv has joined #ruby
21:09
ams__ has quit [Quit: Connection closed for inactivity]
21:12
megamosaren has quit [Ping timeout: 256 seconds]
21:12
cdg has joined #ruby
21:12
milardovich has joined #ruby
21:13
jenrzzz has joined #ruby
21:13
jenrzzz has quit [Changing host]
21:13
jenrzzz has joined #ruby
21:14
cdg has quit [Read error: Connection reset by peer]
21:14
cdg has joined #ruby
21:14
DTZUZO has quit [Ping timeout: 256 seconds]
21:15
DTZUZO has joined #ruby
21:16
sameerynho has joined #ruby
21:16
troys has joined #ruby
21:17
miskatonic has joined #ruby
21:17
nowhereman_ has joined #ruby
21:18
darkhanb has joined #ruby
21:18
aiguuu has quit [Quit: WeeChat 2.0.1]
21:19
DTZUZU has joined #ruby
21:21
nowhere_man has quit [Ping timeout: 268 seconds]
21:21
jtdoncas has joined #ruby
21:24
sameerynho has quit [Ping timeout: 260 seconds]
21:26
marr has quit [Ping timeout: 248 seconds]
21:26
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:28
dionysus69 has quit [Ping timeout: 246 seconds]
21:29
xelkarin has joined #ruby
21:30
orbyt_ has joined #ruby
21:30
Troy2 has quit [Ping timeout: 248 seconds]
21:31
alfiemax has quit [Remote host closed the connection]
21:31
sameerynho has joined #ruby
21:33
vhvv has quit [Quit: vhvv]
21:35
jeffreylevesque_ has quit [Ping timeout: 255 seconds]
21:35
DTZUZU has quit [Quit: WeeChat 1.9]
21:36
DTZUZO has quit [Ping timeout: 276 seconds]
21:37
alfiemax has joined #ruby
21:38
xelkarin has quit [Quit: WeeChat 1.9.1]
21:39
Troy2 has joined #ruby
21:39
mikecmpbll has joined #ruby
21:40
jenrzzz has quit [Ping timeout: 268 seconds]
21:41
eckhardt has joined #ruby
21:42
c0ncealed has quit [Remote host closed the connection]
21:43
c0ncealed has joined #ruby
21:46
tomaw has quit [Read error: Connection reset by peer]
21:46
tomaw has joined #ruby
21:49
DTZUZO has joined #ruby
21:50
John___ has quit [Read error: Connection reset by peer]
21:51
r3kz has joined #ruby
21:54
nowhereman_ has quit [Ping timeout: 256 seconds]
21:54
jottr_ has joined #ruby
21:55
k0mpa has joined #ruby
21:55
cdg_ has joined #ruby
21:55
synthroid has quit []
21:56
jottr has quit [Ping timeout: 264 seconds]
21:57
comet23 has joined #ruby
21:58
cdg has quit [Ping timeout: 268 seconds]
21:59
xelkarin has joined #ruby
22:01
nowhereman_ has joined #ruby
22:01
John___ has joined #ruby
22:03
PaulCapestany has quit [Read error: Connection reset by peer]
22:03
alfiemax_ has joined #ruby
22:03
alfiemax has quit [Ping timeout: 264 seconds]
22:04
PaulCapestany has joined #ruby
22:05
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:06
jenrzzz has joined #ruby
22:06
troys is now known as troys_
22:08
marxarelli is now known as marxarelli|afk
22:09
quobo has quit [Quit: Connection closed for inactivity]
22:09
eckhardt has joined #ruby
22:09
milardovich has quit [Remote host closed the connection]
22:09
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:10
milardovich has joined #ruby
22:11
quobo has joined #ruby
22:12
banisterfiend has joined #ruby
22:12
bmurt has joined #ruby
22:13
jnyw has joined #ruby
22:14
FriedBob has quit [Quit: Friends help you move. Real friends help you move bodies.]
22:17
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:17
nit3rid3 has quit [Quit: Leaving]
22:18
l_tonz has joined #ruby
22:22
bonhag has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:23
akahn has quit [Quit: Connection closed for inactivity]
22:23
Azure has joined #ruby
22:24
jxv has quit [Quit: zzz…]
22:25
kinduff has joined #ruby
22:27
riceandb1ans has joined #ruby
22:27
l_tonz has quit [Ping timeout: 240 seconds]
22:28
pfg_ has joined #ruby
22:28
troys_ is now known as troys
22:28
spectra has quit [Ping timeout: 272 seconds]
22:28
pfg has quit [Ping timeout: 272 seconds]
22:28
pfg_ is now known as pfg
22:29
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:30
jottr_ has quit [Ping timeout: 268 seconds]
22:30
riceandbeans has quit [Ping timeout: 272 seconds]
22:32
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
22:32
jottr_ has joined #ruby
22:33
Troy2 has quit [Ping timeout: 260 seconds]
22:33
jxv has joined #ruby
22:34
jxv has quit [Client Quit]
22:39
vhvv has joined #ruby
22:40
amatas has quit [Quit: amatas]
22:41
houhoulis has quit []
22:41
comet23 has quit [Quit: leaving]
22:42
elphe has joined #ruby
22:42
hahuang65 has quit [Ping timeout: 246 seconds]
22:43
spectra has joined #ruby
22:45
marr has joined #ruby
22:46
guacamole has joined #ruby
22:46
guacamole has quit [Client Quit]
22:47
elphe has quit [Ping timeout: 264 seconds]
22:48
TomyLobo has quit [Ping timeout: 252 seconds]
22:50
jblackwell has quit [Quit: Lost terminal]
22:57
vhvv has quit [Quit: vhvv]
22:58
jeffreylevesque has joined #ruby
22:58
bronson has joined #ruby
22:58
alfiemax_ has quit [Remote host closed the connection]
23:00
ahrs has quit [Remote host closed the connection]
23:00
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:00
chocoelho has joined #ruby
23:01
amclain has quit [Quit: Leaving]
23:01
elphe has joined #ruby
23:01
alfiemax has joined #ruby
23:02
chocoelho has quit [Client Quit]
23:02
tomphp has joined #ruby
23:03
jxv has joined #ruby
23:03
bronson has quit [Ping timeout: 268 seconds]
23:03
goatish has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:04
ahrs has joined #ruby
23:05
DLSteve_ has quit [Quit: All rise, the honorable DLSteve has left the channel.]
23:05
drewmcmillan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:06
jxv has quit [Client Quit]
23:06
alfiemax has quit [Ping timeout: 268 seconds]
23:07
jxv has joined #ruby
23:07
orbyt_ has joined #ruby
23:08
phaul has quit [Ping timeout: 248 seconds]
23:09
loincloth has quit []
23:09
JimmyNeutron has joined #ruby
23:12
safetypin has quit [Quit: ZZZzzz…]
23:12
xelkarin has quit [Quit: WeeChat 1.9.1]
23:14
ingy has joined #ruby
23:15
ingy has left #ruby ["WeeChat 0.4.2"]
23:17
milardovich has quit [Remote host closed the connection]
23:17
jamiejackson has quit [Ping timeout: 248 seconds]
23:25
milardovich has joined #ruby
23:25
sameerynho has quit [Ping timeout: 260 seconds]
23:27
l_tonz has joined #ruby
23:28
DTZUZO has quit [Ping timeout: 268 seconds]
23:28
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:31
DTZUZO has joined #ruby
23:31
justicefries has joined #ruby
23:32
l_tonz has quit [Ping timeout: 264 seconds]
23:38
jamesaxl has quit [Quit: WeeChat 1.9.1]
23:38
xelkarin has joined #ruby
23:39
drewmcmillan has joined #ruby
23:40
Nicmavr has joined #ruby
23:40
Nicmavr is now known as Guest71626
23:40
jameser has joined #ruby
23:40
marxarelli|afk is now known as marxarelli
23:41
GremL1N2 has joined #ruby
23:42
drewmcmillan has quit [Client Quit]
23:43
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:43
eckhardt has joined #ruby
23:44
moei has joined #ruby
23:45
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:48
NicolasH1 has quit [Ping timeout: 260 seconds]
23:48
NicolasH1 has joined #ruby
23:51
DTZUZU has joined #ruby
23:51
k0mpa has quit [Ping timeout: 272 seconds]
23:52
JimmyNeutron has quit [Read error: Connection reset by peer]
23:53
jxv has quit [Quit: zzz…]
23:59
selim has quit [Ping timeout: 268 seconds]
23:59
troys is now known as troys_