gproto23 has quit [Remote host closed the connection]
gproto23 has joined #ruby
gproto23 has quit [Remote host closed the connection]
eddof13 has joined #ruby
Fusl has quit [Ping timeout: 252 seconds]
gigamo has quit [Ping timeout: 255 seconds]
eddof13 has quit [Client Quit]
grokify has joined #ruby
gigamo has joined #ruby
grokify has quit [Remote host closed the connection]
grokify has joined #ruby
grokify has quit [Remote host closed the connection]
grokify has joined #ruby
FetidToot has quit [Ping timeout: 256 seconds]
Fusl has joined #ruby
grokify has quit [Ping timeout: 256 seconds]
markong has quit [Ping timeout: 256 seconds]
FetidToot has joined #ruby
FullMetalStacker has quit [Remote host closed the connection]
joto has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
some14u has joined #ruby
grokify has joined #ruby
grokify has quit [Ping timeout: 260 seconds]
perrierjouet has quit [Quit: WeeChat 3.7.1]
perrierjouet has joined #ruby
crax23 has joined #ruby
cartdrige has quit [Ping timeout: 240 seconds]
Rounin has quit [Ping timeout: 252 seconds]
crax23 has quit [Client Quit]
crankharder has joined #ruby
eddof13 has joined #ruby
cartdrige has joined #ruby
some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
infernix has quit [Ping timeout: 268 seconds]
crankharder has quit [Ping timeout: 256 seconds]
cek has quit [Quit: Connection closed for inactivity]
eddof13 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
cartdrige has quit [Remote host closed the connection]
pounce has joined #ruby
infernix has joined #ruby
cartdrige has joined #ruby
<pounce>
hello! im a ruby noob. I'm trying to figure out how to open a console (irb) in my project directory and have the gem available. The project uses rake, and `bundle exec rake compile` succeeded, however I'm not able to require the gem in `bundle console`
aeris has quit [Remote host closed the connection]
FetidToot has quit [Ping timeout: 256 seconds]
aeris has joined #ruby
FetidToot has joined #ruby
grokify has joined #ruby
gproto23 has quit [Remote host closed the connection]
gproto23 has joined #ruby
<adam12>
pounce: Maybe you can manually add lib.
<adam12>
bundle exec irb -Ilib
cartdrige has joined #ruby
gonix has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gonix has quit [Ping timeout: 240 seconds]
grokify has quit [Remote host closed the connection]
FetidToot has quit [Ping timeout: 268 seconds]
Jonopoly has joined #ruby
grokify has joined #ruby
gonix has joined #ruby
peirik__ has joined #ruby
grokify has quit [Remote host closed the connection]
grokify has joined #ruby
gonix has quit [Ping timeout: 240 seconds]
grokify has quit [Remote host closed the connection]
eddof13 has joined #ruby
alexherbo2 has quit [Remote host closed the connection]
lutrinus has quit [Ping timeout: 260 seconds]
cartdrige has quit [Ping timeout: 260 seconds]
peirik__ has quit [Ping timeout: 256 seconds]
grokify has joined #ruby
cartdrige has joined #ruby
keb has quit [Quit: Leaving]
grokify has quit [Ping timeout: 256 seconds]
grokify has joined #ruby
grokify has quit [Remote host closed the connection]
alexherbo2 has joined #ruby
peirik__ has joined #ruby
c10l has quit [Quit: See ya! o/]
grokify has joined #ruby
c10l has joined #ruby
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ruby
FetidToot has joined #ruby
grokify has quit [Ping timeout: 240 seconds]
peirik__ has quit [Ping timeout: 268 seconds]
stirl has joined #ruby
markong has joined #ruby
Jonopoly has quit [Quit: WeeChat 3.0]
some14u has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
some14u has quit [Client Quit]
dionysus69 has joined #ruby
grokify has joined #ruby
grokify has quit [Remote host closed the connection]
stirl has quit [Remote host closed the connection]
grokify has joined #ruby
grokify has quit [Ping timeout: 240 seconds]
markong has quit [Ping timeout: 256 seconds]
gonix has joined #ruby
markong has joined #ruby
gproto23 has quit [Ping timeout: 260 seconds]
dionysus69 has quit [Ping timeout: 268 seconds]
gonix has quit [Ping timeout: 256 seconds]
grokify has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ruby
grokify has quit [Remote host closed the connection]
kaivai has joined #ruby
grokify has joined #ruby
grokify has quit [Remote host closed the connection]
gproto23 has joined #ruby
cartdrige has quit [Ping timeout: 268 seconds]
<pounce>
adam12: this doesn't seem to work, but it seems similar to one of the test scripts which executes ruby with `-Ilib:test`
John_Ivan has joined #ruby
markong has quit [Ping timeout: 260 seconds]
alexherbo2 has quit [Remote host closed the connection]
onyx has joined #ruby
alexherbo2 has joined #ruby
grokify has joined #ruby
grokify has quit [Remote host closed the connection]
FetidToot0 has joined #ruby
FetidToot has quit [Ping timeout: 240 seconds]
FetidToot0 is now known as FetidToot
eddof13 has joined #ruby
some14u has joined #ruby
<pounce>
ok, also `bundle exec rake build` seems to create a valid `.gem` file in the pkg directory, but idk how to use it
<adam12>
pounce: You can just install the gem, but there should be a way to run without that.
<adam12>
pounce: Maybe you can share a stacktrace or error.
<pounce>
adam12: yeah, installing the gem from rubygems works, i just was wondering if there was a way to run something like `bundle console` in the project directory and have it work
<adam12>
pounce: In theory, if it's compiled, and you have the LOAD_PATH right, yes.
cryptkeeper has joined #ruby
<pounce>
adam12: does LOAD_PATH just have to include the directory containing the `.gem` or is it the `.so`?
<adam12>
pounce: the .rb and .so files.
<pounce>
hm, ok
<pounce>
i think im getting closer. I think I can run the tests though, so I'm going to try fixing those first