Mia has quit [Read error: Connection reset by peer]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
kapil____ has joined #ruby
arescorpio has joined #ruby
noobineer has quit [Ping timeout: 255 seconds]
braincrash has quit [Quit: bye bye]
planigan has quit [Ping timeout: 268 seconds]
braincrash has joined #ruby
planigan has joined #ruby
tdy has quit [Ping timeout: 255 seconds]
bambanx has joined #ruby
sesame has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 255 seconds]
jcarl43 has quit [Quit: WeeChat 2.4]
UnknownSoldier has joined #ruby
DTZUZO has joined #ruby
terabytes has quit [Quit: Connection closed for inactivity]
mangold has quit [Quit: This computer has gone to sleep]
arescorpio has quit [Quit: Leaving.]
imadper has quit [Remote host closed the connection]
imadper has joined #ruby
lghtstkr has quit [Ping timeout: 250 seconds]
lightstalker has joined #ruby
sesame has left #ruby [#ruby]
kapil____ has quit [Quit: Connection closed for inactivity]
rem_ has quit [Quit: rem_]
sauvin has joined #ruby
schleppel has joined #ruby
mangold has joined #ruby
crankharder has quit [Ping timeout: 268 seconds]
SeepingN_ has quit [Ping timeout: 250 seconds]
crankharder has joined #ruby
bambanx has quit [Read error: Connection reset by peer]
reber has joined #ruby
DmitryBochkarev has joined #ruby
UnknownSoldier has quit [Remote host closed the connection]
UnknownSoldier has joined #ruby
uncle1V4N has joined #ruby
<uncle1V4N>
hiii
aert has quit [Ping timeout: 268 seconds]
Swyper has quit [Remote host closed the connection]
DTZUZO has quit [Ping timeout: 246 seconds]
aert has joined #ruby
maryo has quit [Quit: Leaving]
uncle1V4N has quit [Ping timeout: 258 seconds]
dellavg_ has joined #ruby
uncle1V4N has joined #ruby
uncle1V4N has quit [Max SendQ exceeded]
uncle1V4N has joined #ruby
levifig has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
rheddry has joined #ruby
ndrst has joined #ruby
uncle1V4N has quit [Read error: Connection reset by peer]
ndrst is now known as Guest3556
ramfjord has quit [Ping timeout: 244 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
houhoulis has quit [Remote host closed the connection]
dsmythe has quit [Remote host closed the connection]
dsmythe has joined #ruby
cedum has joined #ruby
imadper has quit [Remote host closed the connection]
imadper has joined #ruby
jcarl43 has joined #ruby
jcarl43 has quit [Client Quit]
cedum has quit [Ping timeout: 240 seconds]
sphenxes has joined #ruby
hightower2 has joined #ruby
UnknownSoldier has quit [Remote host closed the connection]
TomyLobo has joined #ruby
vondruch has quit [Ping timeout: 245 seconds]
aert has quit [Read error: Connection reset by peer]
jefffrails35 has joined #ruby
pwnd_nsfw` has quit [Read error: Connection reset by peer]
pwnd_nsfw` has joined #ruby
aert has joined #ruby
kapil____ has joined #ruby
mangold has quit [Quit: This computer has gone to sleep]
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 246 seconds]
DTZUZO has joined #ruby
rheddry has quit [Quit: Farewell]
mangold has joined #ruby
sameerynho has joined #ruby
mangold has quit [Client Quit]
RiPuk has quit [Ping timeout: 255 seconds]
RiPuk has joined #ruby
Azure has joined #ruby
reber has quit [Remote host closed the connection]
crankharder has quit [Ping timeout: 246 seconds]
crankharder has joined #ruby
kyrylo has joined #ruby
levifig has joined #ruby
<IGnorAND>
I am using a namespace in my class, and am using Rails.application.credentials. but it seems to prefix it with my custom namespace.
<IGnorAND>
Is there a way to tell it not to use my namespace?
<IGnorAND>
I get uninitialized constant Mynamespace::Rails
<leftylink>
while I would have thought you can say `::Rails`, I would also have equally thought it was not necessary. apparently there is something I don't understand in this matter.
<leftylink>
I wonder what it is I have failed to understand
ur5us has joined #ruby
DmitryBochkarev has quit [Quit: Leaving]
ur5us has quit [Client Quit]
ferr has joined #ruby
<leftylink>
&>> module Foo end; module Bar puts ::Foo == Foo end
CommanderViral has quit [Quit: ZNC 1.7.1+deb1+bionic1 - https://znc.in]
nowhere_man has joined #ruby
CommanderViral has joined #ruby
CommanderViral has quit [Client Quit]
CommanderViral has joined #ruby
ramfjord has joined #ruby
nowhere_man has quit [Ping timeout: 244 seconds]
uncle1V4N has quit [Quit: -a- Connection Timed Out]
nakuku has quit [Ping timeout: 246 seconds]
uncle1V4N has joined #ruby
uncle1V4N has quit [Max SendQ exceeded]
suukim has quit [Quit: Konversation terminated!]
facest has joined #ruby
brendan- has quit [Read error: Connection reset by peer]
d^sh has quit [Ping timeout: 255 seconds]
faces has quit [Ping timeout: 246 seconds]
Xiti has quit [Ping timeout: 255 seconds]
d^sh has joined #ruby
tdy has joined #ruby
uncle1V4N has joined #ruby
uncle1V4N has quit [Max SendQ exceeded]
krawchyk has quit [Quit: krawchyk]
uncle1V4N has joined #ruby
Xiti has joined #ruby
krawchyk has joined #ruby
mangold has quit [Quit: This computer has gone to sleep]
lucasb has quit [Quit: Connection closed for inactivity]
clemens3_ has joined #ruby
cow[moo] has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4351 is now known as AJA4350
DmitryBochkarev has quit [Ping timeout: 244 seconds]
houhoulis has joined #ruby
<keden>
Hi folks, does anyone know if it's possible to get a code file loaded in memory but deleted otherwise?
<keden>
I have a pry session running which was initiated with a `binding.pry` in a file I have accidentally deleted.
<Zarthus>
have you tried git to recover it? :P
<keden>
If I can use the class from that file then it must exist in memory somewhere.
<keden>
I wasn't version tracking it.
<Zarthus>
what editor are you using?
<Zarthus>
(i'm asking alternative questions because recovering it from memory is gonna be a PITA, I'd wager)
<keden>
vim, which I've closed already.
<Zarthus>
yeah, that's gonna bite
hightower2 has quit [Ping timeout: 245 seconds]
conta has quit [Quit: conta]
claudiuinberlin has joined #ruby
dsmythe has quit [Remote host closed the connection]
kapil____ has quit [Quit: Connection closed for inactivity]
dsmythe has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kyrylo has joined #ruby
<phaul>
in pry can you do $ method name like Class#method_name ? at least that would get back something
<phaul>
_if_ it works
<phaul>
$ being show-source
<phaul>
but it might read it from disc..
GodFather has joined #ruby
<keden>
I was looking into show-source actually, but it reads from the file yes.
<fowlduck>
so, I'm working on a gem that needs to be compatible with multiple versions of rails and multiple versions of ruby. I could build everything out to enable that myself, but is there a project to make that combination easier?
<fowlduck>
I've seen appraisal, but was hoping there was something else
GodFather has quit [Read error: No route to host]
GodFather has joined #ruby
<keden>
fowlduck: I've only used appraisal for that
r29v has quit [Quit: r29v]
krawchyk has quit [Quit: krawchyk]
<fowlduck>
keden: hmm yeah I guess I'll give that a go and use something to switch ruby versions automatically
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has joined #ruby
wald0 has joined #ruby
duderonomy has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
claudiuinberlin has quit [Read error: Connection reset by peer]
hiroaki has joined #ruby
agent_white has quit [Ping timeout: 255 seconds]
s3nd1v0g1us has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramfjord_ has joined #ruby
cd has quit [Quit: cd]
ramfjord has quit [Ping timeout: 244 seconds]
duderonomy has joined #ruby
wallace_mu has quit [Remote host closed the connection]
wallace_mu has joined #ruby
gb_away has quit [Ping timeout: 245 seconds]
wallace_mu has quit [Ping timeout: 250 seconds]
gb_away has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
pupsikov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pupsikov has joined #ruby
Dbugger has joined #ruby
krawchyk has joined #ruby
Joufflu has joined #ruby
dviola has quit [Ping timeout: 245 seconds]
wallace_mu has joined #ruby
Azure has joined #ruby
mat_bug_ has joined #ruby
ramfjord_ has quit [Ping timeout: 250 seconds]
mat_bug has quit [Ping timeout: 245 seconds]
pupsikov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramfjord has joined #ruby
<IGnorAND>
anyone know how to get the values of bin/rails credentials:view in a poro? Rails.application.credentials.foo will access the value of foo in rails