livoreno has quit [Quit: Connection closed for inactivity]
konsolebox has quit [Ping timeout: 265 seconds]
duderonomy has joined #ruby
konsolebox has joined #ruby
crespire1 is now known as crespire
<o0x1eef>
havenwood: How about a blog post on 'Data' ? :)
Linux_Kerio has joined #ruby
grenierm has joined #ruby
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 246 seconds]
rvalue- is now known as rvalue
<havenwood>
o0x1eef: At the dev meeting today Matz turned down a `class Arrow = Data.define(:aim, :tip)` syntax. Subsequently, Nobu merged my PR to show reopening the class when defining a constant with Data. I think that's the best way until we have `do` blocks that work with constants or a fancy syntax.
Inline_ has quit [Read error: Connection reset by peer]
Caius has left #ruby [ben]
Caius has joined #ruby
<nakilon>
I wonder if there is a way to document the rsped shared_contexts; like I made a bunch of helper methods and lets, and when I'll make some rdoc/yard thing, I would love to have those included
konsolebox has quit [Ping timeout: 240 seconds]
<nakilon>
*rspec
Vonter has quit [Ping timeout: 244 seconds]
mange has joined #ruby
konsolebox has joined #ruby
lightstalker2 has joined #ruby
lightstalker has quit [Read error: Connection reset by peer]
lightstalker2 is now known as lightstalker
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
___nick___ has joined #ruby
jasfloss has quit [Ping timeout: 248 seconds]
jasfloss has joined #ruby
Vonter has joined #ruby
grenierm has quit [Ping timeout: 240 seconds]
Vonter has quit [Read error: Connection reset by peer]
Vonter has joined #ruby
hwpplayer1 has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MsInput has quit [Quit: WeeChat 4.5.1]
hwpplayer1 has quit [Ping timeout: 244 seconds]
mange has quit [Quit: Zzz...]
antranigv has joined #ruby
<antranigv>
hey all, how are you? I'm trying to solve a weird problem. I have a Ruby application (Huginn) that I want to run. I want bundler to *use* the system Rubygems, but I want to "install" the new gems into vendor/gems. The reason for it being I have a gem (grpc) which is patched in FreeBSD, so the "raw" gem would not work. How can I configure Bundle to do that?
dionysus69 has joined #ruby
hwpplayer1 has joined #ruby
dionysus69 has quit [Quit: dionysus69]
dionysus70 has joined #ruby
dionysus70 is now known as dionysus69
<adam12>
antranigv: This is not normally possible.
<adam12>
antranigv: That said, what is the output of `gem env` and `bundle env`. Can you share them in a Github gist?
<antranigv>
adam12 I ended up doing `bundle config set path vendor/gems` and then installing the grpc gem from our packages and hoped for the best. somehow it worked :)
<adam12>
antranigv: That's probably the better approach.
<antranigv>
but now I'm stuck actually debugging the application :D I'm getting Unknow error. Response code is 404 in one of the views, no idea why.
<antranigv>
rather, the string "Unknow error. Response code is 404"