<Rouge>
havenwood, i want to get the player1 variable out of the what_race method
<Rouge>
player1 instance*
Ropeney has joined #ruby
Afro has quit [Quit: Page closed]
ahrs has quit [Remote host closed the connection]
aintno_sunshine has quit [Ping timeout: 240 seconds]
ahrs has joined #ruby
orbyt_ has joined #ruby
milardovich has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
<al2o3-cr>
Rouge: change line 29 to `play_name = gets.chomp` and line 43 to `player1 = what_race`
agent_white has quit [Quit: brb]
<al2o3-cr>
Rouge: change line 29 to `player_name = gets.chomp` and line 43 to `player1 = what_race`
bkxd_ has joined #ruby
<Rouge>
al2o3-cr, got it but thanbkyou
<Rouge>
i wasnt doing anything with function return
<Rouge>
needed
<Rouge>
player1 = what_race
<Rouge>
puts player1.inspect
<al2o3-cr>
ok :)
<Rouge>
as you said
<Rouge>
:)
throwawayact has joined #ruby
bkxd has quit [Ping timeout: 268 seconds]
<throwawayact>
would someone please give me a hand with some weird migration issue? (rails / activerecord)
<throwawayact>
I keep on getting, DuplicateMigrationNameError:Multiple migrations have the name 'MyMigration'
SeepingN has quit [Quit: The system is going down for reboot NOW!]
<throwawayact>
have renamed the MyMigration to MyMigration2 class declaration and file
agent_white has joined #ruby
<throwawayact>
then I get a very nice DuplicateMigrationNameError:Multiple migrations have the name 'MyMigration2'
jxv has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
troys is now known as troys_
ramfjord has quit [Ping timeout: 276 seconds]
truenito has joined #ruby
astronavt has joined #ruby
mfb2 has quit [Remote host closed the connection]
bkxd has joined #ruby
mfb2 has joined #ruby
John__ has quit [Read error: Connection reset by peer]
bkxd_ has quit [Ping timeout: 240 seconds]
guardianx has joined #ruby
marr has quit [Ping timeout: 268 seconds]
drowze has joined #ruby
harfangk has joined #ruby
drowze has quit [Client Quit]
drowze has joined #ruby
kculpis has joined #ruby
Olipro has quit [Ping timeout: 260 seconds]
troys_ is now known as troys
<throwawayact>
ok so turns out that having both db/schema.rb and db/structure.sql was the culprit
<throwawayact>
deleted the db/structure.sql and ta-da! success..
<throwawayact>
cheers :)
houhoulis has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
Olipro has joined #ruby
Dimik has quit [Ping timeout: 268 seconds]
milardovich has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
mfb2 has quit [Remote host closed the connection]
mfb2 has joined #ruby
mynameisdebian has joined #ruby
<mynameisdebian>
How can I tell bundler what Git server I want it to push my project to?
dstrunk has joined #ruby
<mynameisdebian>
Or rather I should say, I am using bundler to create a project. It creates a git repo "somewhere" but I would like it to use my Gitlab repo
<mynameisdebian>
sorry I meant, where does it set up git to push to
<mynameisdebian>
It does something with git, which would be cool except I don't know what it did to set up this repo
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mynameisdebian>
Just following a guide on creating a gem that said to use bundler, and I'm not really clear on where this Git repo is located locally
<RickHull>
mynameisdebian: can you point out where it says bundler creates a git repo?
<RickHull>
note that git is a distributed system -- your local repo is somewhere on the filesystem
<RickHull>
`git push` means push the local changes to some other remote repo
<RickHull>
it's likely that bundler isn't touching `git push` or other remote repos
<RickHull>
what directory were you in when you did `bundler gem` or similar?
<mynameisdebian>
I was in a folder I keep scripts in. I typed "bundler gem --test=rspec ransack", then "cd ransack", and "ls .git", and I can clearly see a git folder
<mynameisdebian>
I have installed git before, is it just using those settings?
d10n-work has joined #ruby
tfitts has quit [Quit: Connection closed for inactivity]
charliesome has joined #ruby
<sneep>
mynameisdebian: git remote -v
<jokester>
i guess that will be a local-only repo (not connecting to any remote repos)
<mynameisdebian>
outputs nothing
<sneep>
Then what jokester said
<jokester>
reasonable
<mynameisdebian>
where does it store it "locally"?
rm8 has quit [Quit: i quit]
<jokester>
inside ".git"
<sneep>
The directory is the repository
<mynameisdebian>
oh
konsolebox has quit [Ping timeout: 248 seconds]
<jokester>
ah , from your previous chat I suppose you need to "git remote add" you gitlab repo
<RickHull>
hang on, let's find the local git repo first
<RickHull>
oh, we found it, nvm :)
<RickHull>
so yep, `git remote add`
bkxd_ has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
konsolebox has joined #ruby
Yzguy has joined #ruby
milardovich has quit [Read error: Connection reset by peer]
jgt has joined #ruby
<mynameisdebian>
Is a git repo just a folder? Meaning, if I created a private repo in the distant past and pushed to it, but I don't need those projects anymore, I can just delete the remote folders and not worry about some master git config on my system getting screwed up?
DTZUZO has quit [Read error: No route to host]
DTZUZO has joined #ruby
jgt has quit [Ping timeout: 248 seconds]
Olipro has quit [Ping timeout: 240 seconds]
<eam>
mynameisdebian: a clone of a git repo is a full copy
cschneid_ has joined #ruby
<eam>
any git repo can act as a master repo
tsglove has quit [Remote host closed the connection]
tsglove has joined #ruby
houhoulis has quit [Remote host closed the connection]
mynameisdebian has quit [Ping timeout: 276 seconds]
tsglove has quit [Max SendQ exceeded]
troys is now known as troys_
vircung has quit [Remote host closed the connection]
vircung has joined #ruby
jxv has joined #ruby
BrianOn99 has joined #ruby
ledestin has joined #ruby
workmad3_ has joined #ruby
urk187 has joined #ruby
gizmore|2 has joined #ruby
workmad3 has quit [Ping timeout: 268 seconds]
mim1k has joined #ruby
urk187 has quit [Remote host closed the connection]
Olipro has joined #ruby
urk187 has joined #ruby
gizmore has quit [Ping timeout: 268 seconds]
pilne has quit [Quit: Quitting!]
sepp2k has quit [Read error: Connection reset by peer]
urk187 has quit [Client Quit]
mim1k has quit [Ping timeout: 268 seconds]
Rouge has quit [Ping timeout: 248 seconds]
byte512 has quit [Ping timeout: 264 seconds]
byte512 has joined #ruby
Rouge has joined #ruby
bkxd_ has quit [Ping timeout: 248 seconds]
Rouge has quit [Ping timeout: 255 seconds]
urk187 has joined #ruby
kitsunenokenja has quit [Ping timeout: 250 seconds]
Yzguy has quit [Quit: Zzz...]
d^sh has quit [Ping timeout: 276 seconds]
cdg has joined #ruby
d^sh has joined #ruby
cadillac_ has quit [Quit: I quit]
konsolebox has quit [Ping timeout: 240 seconds]
urk187 has quit []
urk187 has joined #ruby
cdg has quit [Ping timeout: 276 seconds]
urk187 has quit [Client Quit]
urk187 has joined #ruby
cdg has joined #ruby
mfb2 has joined #ruby
cschneid_ has quit [Remote host closed the connection]
cschneid_ has joined #ruby
konsolebox has joined #ruby
<jtdoncas>
yeah a git repo is just a folder, essentially
<jtdoncas>
@mynameisdebian
bkxd has joined #ruby
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mfb2 has quit [Ping timeout: 276 seconds]
exhiled has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kus_ubuntui686 has quit [Read error: Connection reset by peer]
cschneid_ has quit [Ping timeout: 240 seconds]
jxv has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
truenito has quit [Remote host closed the connection]
truenito has joined #ruby
jxv has joined #ruby
minimalism has quit [Quit: minimalism]
dstrunk has joined #ruby
drowze has quit [Ping timeout: 240 seconds]
andygeorge has quit [Remote host closed the connection]
cschneid_ has joined #ruby
konsolebox has quit [Ping timeout: 276 seconds]
exhiled has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Olipro has quit [Ping timeout: 255 seconds]
konsolebox has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
Rouge has joined #ruby
Yzguy has joined #ruby
Olipro has joined #ruby
dviola has quit [Quit: WeeChat 1.9.1]
sksk has joined #ruby
<sksk>
Hello!
urk187 has quit [Remote host closed the connection]
AxelAlex has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
uZiel has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
Rouge has quit [Ping timeout: 248 seconds]
charliesome has joined #ruby
<sksk>
I'm trying to count how many times something is mentioned in a json file. Please help if you can
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
eckhardt has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
konsolebox has quit [Ping timeout: 248 seconds]
<havenwood>
sksk: say more
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
<havenwood>
sksk: what's a mention?
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
konsolebox has joined #ruby
<sksk>
I have a Json file that has a huge array of "Names". In my Ruby file, I'm trying to find how many times "Peter" is repeated in the Json for example.
Yzguy has quit [Quit: Cya]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
<sksk>
If it helps, to reverse the "Names" in my json, I was able to do this: " @name.reverse! "
urk187 has joined #ruby
bkxd_ has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has quit [Remote host closed the connection]
mtkd has quit [Ping timeout: 260 seconds]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
mim1k has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
mtkd has joined #ruby
conta has quit [Ping timeout: 258 seconds]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
RexMundi41 has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
armando has quit [Quit: ZNC 1.7.x-nightly-20171122-e1f821a7 - https://znc.in]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
rabajaj has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mim1k has quit [Ping timeout: 248 seconds]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
bkxd has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
RexMundi41 has quit [Read error: Connection reset by peer]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
hanmac has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
reber has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
Guest72929 has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
RexMundi41 has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
Guest72929 has quit [Excess Flood]
reber has quit [Quit: Leaving]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
reber has joined #ruby
LocaMocha has joined #ruby
bambanx has quit [Quit: Leaving]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
jxv has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
cschneid_ has joined #ruby
cdg has joined #ruby
urk187 has joined #ruby
urk187 has quit [Remote host closed the connection]
<baweaver>
!connection urk187
mjolnird has joined #ruby
troys has quit [Quit: Bye]
jgt has joined #ruby
cschneid_ has quit [Ping timeout: 250 seconds]
cdg has quit [Ping timeout: 276 seconds]
jgt has quit [Ping timeout: 240 seconds]
cdg has joined #ruby
bkxd_ has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 248 seconds]
AxelAlex has quit [Quit: AxelAlex]
vircung has quit [Remote host closed the connection]
vircung has joined #ruby
cschneid_ has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
RexMundi41 has quit [Read error: Connection reset by peer]
damnit__ has joined #ruby
<damnit__>
Hi
<RickHull>
interesting nick damnit__
<RickHull>
what's up?
<damnit__>
thanks
<damnit__>
whats the best social media analytics tools ?
<RickHull>
on what axis/dimension?
cschneid_ has quit [Ping timeout: 240 seconds]
<RickHull>
like, google analytics?
<damnit__>
no, something similar to hootsuite
<damnit__>
where i can control all social media in one place
RexMundi41 has joined #ruby
KeyJoo has joined #ruby
<damnit__>
but also has business intelligence
<RickHull>
sounds like a commercial product, honestly
<baweaver>
yep
<RickHull>
but I can imagine there is some analog to e.g. github
<damnit__>
but cheap.. maybe even beta version
<damnit__>
i was about to look there
<RickHull>
twithub?
<damnit__>
whats twithub
<damnit__>
let me look it up
<RickHull>
i just made it up, but it would be where you can control all social media in one place
<RickHull>
can we reduce the scope a bit? what does hootsuite do?
RexMundi41 has quit [Ping timeout: 276 seconds]
<damnit__>
i dont have a hootsuite account
<RickHull>
what are the top 3 examples of social media that you want to integrate?
<RickHull>
facebook, twitter, instagram?
<damnit__>
I called and its more expensive thsn i thought it would be.. let me think.. linkedin, twitter, instagram
<damnit__>
all of them if they would start ranking really high on google
<RickHull>
what sort of control do you wish to exercise? like make one post and it fans out to all channels?
<RickHull>
or just an admin panel that shows response to different posts on different channels?
ta_ has quit [Remote host closed the connection]
<damnit__>
yes and also track performance
ta_ has joined #ruby
<RickHull>
I can't think of anything immediately useful in the open source world. this seems like a primarily commercial concern and I would bet there are numerous commercial tools for this
<damnit__>
tools that a social media manager would use
<RickHull>
sensible enough, but I personally don't know what that entails
<baweaver>
that, and #ruby may not be the most knowledgeable source on such tools
<damnit__>
Gawd, RickHull I'm so f'n confused on what i should use
<damnit__>
Ruby seems to have come a long way
kculpis has quit [Ping timeout: 248 seconds]
<RickHull>
i would guess that your best bet is to examine the javascript ecosystem
<RickHull>
ruby is server side, and social media analytics tend to be client side
ta_ has quit [Ping timeout: 240 seconds]
<baweaver>
RickHull: Opal
RexMundi41 has joined #ruby
<damnit__>
should i invest SAAS and can i use shared hosting for software as a service
<RickHull>
i looked into it when it came out, and Opal seemed pretty cool
<RickHull>
I revisited it very briefly recently and ... what's the killer app, for example?
<damnit__>
the only one that would work would be $500 a month
<baweaver>
luca69: looking for something?
<luca69>
?
<baweaver>
the !list
<luca69>
!list
wolakkk has joined #ruby
<RickHull>
damnit__: I still am woefully underinformed on this problem space. But I would guess Hootsuite over Oracle. See if you can demo them and gauge the support level
luca69 has left #ruby [#ruby]
<RickHull>
my approach would be: learn and understand the tech, then make a ruthless decision
<damnit__>
the ENTERPRISE starts at low 3,000 and $$$$$$
wolakkk has quit [Client Quit]
<RickHull>
hire a tech then, PM me :)
vircung has quit [Quit: Nothing to do here]
<baweaver>
luca69: It doesn't do anything
_vircung_ is now known as vircung
nowhereman_ has quit [Ping timeout: 240 seconds]
enterprisey has joined #ruby
wolakkk has joined #ruby
armando has joined #ruby
mtkd has quit [Ping timeout: 268 seconds]
alex`` has joined #ruby
mtkd has joined #ruby
ctrlaltdev has joined #ruby
RickHull is now known as diana_fire
diana_fire is now known as RickHull
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
RexMundi41 has quit [Read error: Connection reset by peer]
wolakkk has joined #ruby
huyderman has quit [Ping timeout: 240 seconds]
RexMundi41 has joined #ruby
Burgestrand has joined #ruby
ana_ has joined #ruby
mson has quit [Quit: Connection closed for inactivity]
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
RexMundi41 has quit [Ping timeout: 252 seconds]
Dimik has joined #ruby
<craysiii>
I guess I could set them as class instance variables or environment variables but i feel like thats a hack more than a solution or a better way to write it.
<dminuoso>
craysiii: Do you understand the ruby object model?
RexMundi41 has joined #ruby
<craysiii>
i wouldn't be confident enough to say so, ill look it up
bkxd has joined #ruby
<dminuoso>
craysiii: Please try to reduce your problem into a minimalistic test case.
<dminuoso>
Just some silly class Foo, some module Bar.
bkxd_ has quit [Ping timeout: 240 seconds]
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oetjenj has joined #ruby
jnollette has quit [Quit: All your IRC are belong to ZNC]
wolakkk has joined #ruby
Dimik has quit [Ping timeout: 240 seconds]
RexMundi41 has left #ruby [#ruby]
wolakkk has quit [Client Quit]
oetjenj has quit [Ping timeout: 276 seconds]
ctrlaltdev has quit [Quit: leaving]
TomyWork has joined #ruby
aufi has joined #ruby
<craysiii>
im trying to come up with something but I must be missing something
<RickHull>
story of my life...
<craysiii>
like it works in my minimal test case lol
<RickHull>
keep building
<RickHull>
or else peeling
jgt has joined #ruby
ur5us has joined #ruby
jxv has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cschneid_ has joined #ruby
sonOfRa has quit [Killed (Sigyn (Spam is off topic on freenode.))]
biberu has joined #ruby
sonOfRa has joined #ruby
agent_white has quit [Ping timeout: 240 seconds]
jgt has quit [Ping timeout: 250 seconds]
DoubleMalt has joined #ruby
claudiuinberlin has joined #ruby
<craysiii>
https://gist.github.com/craysiii/d325f026b639bbcd3308b3309fe606fd i cant see how min test case is differing from my actual code, but essentially i'm unable to access a class' instance variables from inside a modules self.extended method when extending it during the class instance initialization. or at least thats what im attempting to do in both cases.
cschneid_ has quit [Ping timeout: 250 seconds]
<Bish>
dminuoso: don't you sleep?
aupadhye has joined #ruby
bkxd_ has joined #ruby
enterprisey has quit [Remote host closed the connection]
bkxd has quit [Ping timeout: 268 seconds]
marr has joined #ruby
damnit__ has left #ruby ["Konversation terminated!"]
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<craysiii>
welp figured it out lol.
oetjenj has joined #ruby
Bish has quit [Ping timeout: 248 seconds]
aupadhye_ has joined #ruby
aupadhye has quit [Ping timeout: 248 seconds]
aupadhye has joined #ruby
Silthias1 has left #ruby [#ruby]
aupadhye_ has quit [Ping timeout: 240 seconds]
<Cork>
anyone know if one can specify what port numbers thin should use when started with --servers (> 1) ?
dionysus70 has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
Silthias has joined #ruby
jnollette has joined #ruby
konsolebox has joined #ruby
Silthias has quit [Client Quit]
tomphp has joined #ruby
jnollette has quit [Client Quit]
aupadhye_ has joined #ruby
guille-moe has joined #ruby
aupadhye has quit [Ping timeout: 240 seconds]
InfinityFye has joined #ruby
Raboo has quit [Ping timeout: 260 seconds]
mfb2 has joined #ruby
deepredsky has joined #ruby
Raboo has joined #ruby
jaruga has joined #ruby
mfb2 has quit [Ping timeout: 248 seconds]
oetjenj has quit [Ping timeout: 264 seconds]
oetjenj has joined #ruby
bkxd has joined #ruby
Authenticator has quit [Ping timeout: 260 seconds]
bkxd_ has quit [Ping timeout: 276 seconds]
mim1k has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
quobo has quit [Quit: Connection closed for inactivity]
konsolebox has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
sysvalve has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
konsolebox has quit [Ping timeout: 240 seconds]
harfangk has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
mim1k has joined #ruby
bkxd_ has joined #ruby
konsolebox has quit [Ping timeout: 246 seconds]
bkxd has quit [Ping timeout: 276 seconds]
konsolebox has joined #ruby
jnyw has joined #ruby
twe4ked_ has joined #ruby
headius_ has joined #ruby
nirix_ has joined #ruby
aupadhye__ has joined #ruby
Jason_ has joined #ruby
twe4ked has quit [Ping timeout: 240 seconds]
klaas has quit [Ping timeout: 240 seconds]
Kilo`byte has quit [Ping timeout: 240 seconds]
headius has quit [Ping timeout: 240 seconds]
nirix has quit [Ping timeout: 240 seconds]
aupadhye_ has quit [Ping timeout: 240 seconds]
kies has quit [Ping timeout: 240 seconds]
Jason has quit [Ping timeout: 240 seconds]
dtcristo has quit [Ping timeout: 240 seconds]
sspreitz has quit [Ping timeout: 240 seconds]
kua[m] has quit [Ping timeout: 240 seconds]
sundhell_away has quit [Ping timeout: 240 seconds]
twe4ked_ is now known as twe4ked
Jason_ is now known as Guest98168
kies has joined #ruby
sundhell_away has joined #ruby
sspreitz has joined #ruby
Kilo`byte has joined #ruby
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
Seich has quit [Ping timeout: 240 seconds]
Beams has joined #ruby
leitz has joined #ruby
Gabemo has quit [Ping timeout: 260 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Seich has joined #ruby
kua[m] has joined #ruby
Gabemo has joined #ruby
dtcristo has joined #ruby
oetjenj has quit [Ping timeout: 258 seconds]
oetjenj has joined #ruby
chmurifree is now known as chmuri
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
lexruee has quit [Ping timeout: 276 seconds]
lexruee has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
quobo has joined #ruby
stan has quit [Ping timeout: 276 seconds]
jnollette has joined #ruby
<Guest1878>
names
stan has joined #ruby
konsolebox has quit [Ping timeout: 268 seconds]
raul782 has joined #ruby
jenrzzz has joined #ruby
konsolebox has joined #ruby
contradictioned has quit [Read error: Connection reset by peer]
vondruch_ has joined #ruby
contradictioned has joined #ruby
ruby[bot1 has joined #ruby
biberu\ has joined #ruby
stan has quit [Remote host closed the connection]
Yxhvd has joined #ruby
mbr__ has joined #ruby
m4rCsi_ has joined #ruby
Fraeon has quit [Ping timeout: 264 seconds]
uptime has quit [Ping timeout: 240 seconds]
stan has joined #ruby
tobiasvl has quit [Ping timeout: 276 seconds]
konsolebox has quit [Ping timeout: 240 seconds]
itmerc[m]1 has joined #ruby
tvl has joined #ruby
tvl is now known as tobiasvl
kua[m] has quit [*.net *.split]
biberu has quit [*.net *.split]
ur5us has quit [*.net *.split]
mjolnird has quit [*.net *.split]
hanmac has quit [*.net *.split]
vondruch has quit [*.net *.split]
ineb has quit [*.net *.split]
CustosLimen has quit [*.net *.split]
jhill has quit [*.net *.split]
Travis-42 has quit [*.net *.split]
Majost has quit [*.net *.split]
spectra has quit [*.net *.split]
Antiarc has quit [*.net *.split]
VladGh has quit [*.net *.split]
ruby[bot] has quit [*.net *.split]
Jicemo has quit [*.net *.split]
soahccc has quit [*.net *.split]
m4rCsi has quit [*.net *.split]
Yxhuvud has quit [*.net *.split]
mbr has quit [*.net *.split]
BackEndCoder has quit [*.net *.split]
majoh_ has quit [*.net *.split]
itmerc[m] has quit [*.net *.split]
jonjits[m] has quit [*.net *.split]
beccamorgan has quit [*.net *.split]
gsingh93 has quit [*.net *.split]
Zimsky has quit [*.net *.split]
rikai has quit [*.net *.split]
aurelien has quit [*.net *.split]
xsdg has quit [*.net *.split]
vondruch_ is now known as vondruch
Jicemo has joined #ruby
miskatonic has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jhill has joined #ruby
CustosLimen has joined #ruby
guille-moe has quit [Remote host closed the connection]
BackEndCoder has joined #ruby
bokayio has quit [Ping timeout: 265 seconds]
bkxd has joined #ruby
beccamorgan has joined #ruby
dinfuehr has quit [Ping timeout: 240 seconds]
Fraeon has joined #ruby
kua[m] has joined #ruby
bkxd_ has quit [Ping timeout: 248 seconds]
dinfuehr has joined #ruby
jonjits[m] has joined #ruby
bokayio has joined #ruby
konsolebox has joined #ruby
ur5us has joined #ruby
VladGh has joined #ruby
Antiarc has joined #ruby
Travis-42 has joined #ruby
xsdg has joined #ruby
Zimsky has joined #ruby
rikai has joined #ruby
ineb has joined #ruby
hanmac has joined #ruby
Majost has joined #ruby
soahccc has joined #ruby
gsingh93 has joined #ruby
majoh_ has joined #ruby
mjolnird has joined #ruby
spectra has joined #ruby
silvermine has quit [Ping timeout: 260 seconds]
Travis-42 has quit [Max SendQ exceeded]
Dark_Arc has quit [Ping timeout: 268 seconds]
Travis-42 has joined #ruby
stan has quit [Ping timeout: 268 seconds]
Bish has joined #ruby
bkxd has quit [Ping timeout: 260 seconds]
uptime has joined #ruby
moei has quit [Ping timeout: 240 seconds]
<Bish>
nyeh
postmodern has quit [Quit: Leaving]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bkxd has joined #ruby
Serpent7776 has joined #ruby
moei has joined #ruby
jnollette has quit [Remote host closed the connection]
ur5us has quit [Remote host closed the connection]
jnollette has joined #ruby
bkxd_ has joined #ruby
ur5us has joined #ruby
konsolebox has quit [Ping timeout: 268 seconds]
jgt has joined #ruby
tvw has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
konsolebox has joined #ruby
GodFather has quit [Ping timeout: 240 seconds]
ur5us has quit [Ping timeout: 260 seconds]
jgt has quit [Ping timeout: 240 seconds]
jnollette has quit [Remote host closed the connection]
biberu\ has quit []
biberu has joined #ruby
jnollette has joined #ruby
elphe has joined #ruby
tvw has quit []
ldnunes has joined #ruby
konsolebox has quit [Ping timeout: 248 seconds]
oetjenj has quit [Ping timeout: 264 seconds]
konsolebox has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
konsolebox has quit [Ping timeout: 260 seconds]
konsolebox has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
konsolebox has joined #ruby
mim1k has quit [Ping timeout: 248 seconds]
bkxd has joined #ruby
beccamorgan has quit [Ping timeout: 255 seconds]
mim1k has joined #ruby
lupine has quit [Ping timeout: 255 seconds]
KevinMGranger has quit [Ping timeout: 255 seconds]
dman[m] has quit [Ping timeout: 255 seconds]
cdg has joined #ruby
InfinityFye has quit [Ping timeout: 276 seconds]
BackEndCoder has quit [Ping timeout: 240 seconds]
deepredsky has quit [Ping timeout: 276 seconds]
bkxd_ has quit [Ping timeout: 240 seconds]
sspreitz has quit [Ping timeout: 255 seconds]
charliesome has joined #ruby
jenrzzz has joined #ruby
swills has quit [Quit: No Ping reply in 180 seconds.]
lupine has joined #ruby
mjolnird has quit [Ping timeout: 250 seconds]
sspreitz has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
swills has joined #ruby
swills has quit [Changing host]
swills has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
InfinityFye has joined #ruby
uptime has quit [Disconnected by services]
BackEndCoder has joined #ruby
bkxd has joined #ruby
uptime has joined #ruby
beccamorgan has joined #ruby
Tagami[m] has quit [Ping timeout: 240 seconds]
mikecmpbll has joined #ruby
itmerc[m]1 has quit [Ping timeout: 248 seconds]
zalipuha[m] has quit [Ping timeout: 248 seconds]
lasenna[m] has quit [Ping timeout: 248 seconds]
Matt[m]1 has quit [Ping timeout: 255 seconds]
watzon has quit [Ping timeout: 246 seconds]
torarne has quit [Ping timeout: 246 seconds]
Hanma[m] has quit [Ping timeout: 240 seconds]
haylon has quit [Ping timeout: 240 seconds]
erciccione_[m] has quit [Ping timeout: 240 seconds]
dtcristo has quit [Ping timeout: 255 seconds]
Giphy[m] has quit [Ping timeout: 252 seconds]
turt2live has quit [Ping timeout: 255 seconds]
M107262[m] has quit [Ping timeout: 248 seconds]
jonjits[m] has quit [Ping timeout: 246 seconds]
gokul_mr[m] has quit [Ping timeout: 246 seconds]
astronavt[m] has quit [Ping timeout: 240 seconds]
kua[m] has quit [Ping timeout: 264 seconds]
aviraldg has quit [Ping timeout: 264 seconds]
aagdbl[m] has quit [Ping timeout: 252 seconds]
yana[m] has quit [Ping timeout: 252 seconds]
velu_aon[m] has quit [Ping timeout: 252 seconds]
mjolnird has joined #ruby
bokayio has quit [Ping timeout: 240 seconds]
cdg has joined #ruby
naprimer has quit [Ping timeout: 276 seconds]
konsolebox has quit [Ping timeout: 240 seconds]
konsolebox has joined #ruby
bokayio has joined #ruby
bkxd_ has joined #ruby
cdg has quit [Ping timeout: 255 seconds]
elphe has quit [Ping timeout: 240 seconds]
GodFather has joined #ruby
apeiros_ has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
leitao has joined #ruby
cschneid_ has joined #ruby
elphe has joined #ruby
jgt has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
konsolebox has joined #ruby
cschneid_ has quit [Ping timeout: 255 seconds]
vtx has joined #ruby
naprimer has joined #ruby
jgt has quit [Ping timeout: 260 seconds]
<vtx>
guys does anyone here use ENV vars for configuring their ruby apps? what approach do you take for handling complex conifgurations? i have a bunch of host names and ports that i want to store in a host map. is it okay to pass this as a JSON blob to an ENV var and parse it at startup?
miskatonic has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
jnollette has quit [Remote host closed the connection]
<apeiros>
though I'm not sure I like the current approach to stuff config files into env
* apeiros
just reading 12factor.net atm and that's the one point I have the biggest reservations so far
<darix>
apeiros: ack
<apeiros>
*credentials* maybe. but full configs?
<darix>
vtx: you could pass the filename to the config file in you environment ;)))
<vtx>
apeiros: lol that’s what i’m reading too
<darix>
someone saw that docker and so can only properly pass env vars ... and we got to "lets shoehorn everything into the env" in no time
<darix>
ugh
jnollette has joined #ruby
<apeiros>
it becomes especially funny when you read the argument "that way you don't put config files into repo", but then your team uses direnv and does what? right! put a .env file into the repo!
lunarkitty7 has joined #ruby
<darix>
vtx: you could deploy config files with lets say configuration management
<darix>
apeiros: ahahaha ... exactly the same argument i had the other day ;D
<apeiros>
darix: heh, glad to see I'm not the only one :)
<apeiros>
darix: how did it turn out?
<darix>
also every 4 weeks i get "why packging rails apps + rubygems is stupid and we should just vendor everything"
sajinmp has joined #ruby
uZiel has quit [Ping timeout: 248 seconds]
<darix>
apeiros: in the last case ... we didnt want to patch out dotenv from the app ... but we dont actually use the real execution environment, but a .env.production file
<darix>
apeiros: which is also ironic ... they replaced the configuration files with ENV ... just to write the values for ENV into a file
<darix>
ugh
<apeiros>
yeah, and the irony goes *wooosh* past them :)
gregf_ has quit [Ping timeout: 260 seconds]
sajinmp has left #ruby [#ruby]
<vtx>
i think i’m gonna just pass in JSON blobs to my env :(
iamarun has quit [Remote host closed the connection]
alex`` has quit [Read error: No route to host]
Dark_Arc has joined #ruby
silvermine has joined #ruby
<darix>
vtx: ugh
<darix>
vtx: what is wrong with actually using a config file?
deepredsky has joined #ruby
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<vtx>
darix: because changing it would require a new commit/PR/build?
<darix>
vtx: that shouldnt go into your app code
<darix>
but in your configuration management
wolakkk has joined #ruby
Psybur has joined #ruby
wolakkk has quit [Client Quit]
jnyw has quit [Quit: WeeChat 1.9.1]
guardianx has joined #ruby
<vtx>
what configuration management?
shinnya has joined #ruby
<apeiros>
vtx: and the env change happens without any of that? I'm not sure I'd consider that a step in the right direction.
wolakkk has joined #ruby
<apeiros>
you can have commit free config file changes too - by not having it in the repo and changing on the server
<vtx>
apeiros: yep
<apeiros>
but not logging config changes seems like a bad idea to me.
<darix>
vtx: i personally prefer salt for it
<darix>
but what ever floats your boat
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
sepp2k has joined #ruby
n13z has quit [Remote host closed the connection]
ShekharReddy has quit [Quit: Connection closed for inactivity]
wolakkk has joined #ruby
n13z has joined #ruby
nadir has joined #ruby
jenrzzz has quit [Ping timeout: 248 seconds]
gheegh has joined #ruby
silvermine has quit [Ping timeout: 255 seconds]
vee__ has quit [Ping timeout: 268 seconds]
minimalism has joined #ruby
cdg has joined #ruby
apparition has joined #ruby
konsolebox has quit [Ping timeout: 255 seconds]
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
wolakkk has joined #ruby
konsolebox has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
Tagami[m] has joined #ruby
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
konsolebox has quit [Ping timeout: 250 seconds]
wolakkk has joined #ruby
konsolebox has joined #ruby
vee__ has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
bmurt has joined #ruby
bmurt has quit [Client Quit]
BTRE has quit [Quit: Leaving]
BTRE has joined #ruby
yosafbridge has quit [Quit: Leaving]
cdg has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
konsolebox has joined #ruby
mikecmpbll has joined #ruby
cdg has quit [Ping timeout: 264 seconds]
mtkd has quit [Ping timeout: 276 seconds]
alex`` has joined #ruby
nowhereman_ has quit [Ping timeout: 260 seconds]
nowhereman_ has joined #ruby
mtkd has joined #ruby
yosafbridge has joined #ruby
nahra has quit [Remote host closed the connection]
aviraldg has joined #ruby
lasenna[m] has joined #ruby
Hanma[m] has joined #ruby
watzon has joined #ruby
yana[m] has joined #ruby
M107262[m] has joined #ruby
astronavt[m] has joined #ruby
dtcristo has joined #ruby
torarne has joined #ruby
jonjits[m] has joined #ruby
erciccione_[m] has joined #ruby
dman[m] has joined #ruby
velu_aon[m] has joined #ruby
Giphy[m] has joined #ruby
KevinMGranger has joined #ruby
haylon has joined #ruby
turt2live has joined #ruby
jeffreylevesque has quit [Ping timeout: 258 seconds]
gokul_mr[m] has joined #ruby
kua[m] has joined #ruby
aagdbl[m] has joined #ruby
Matt[m]2 has joined #ruby
zalipuha[m] has joined #ruby
itmerc[m] has joined #ruby
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
<Burgestrand>
darix sweet
truenito has joined #ruby
truenito1 has joined #ruby
alex`` is now known as alexherbo2
alexherbo2 is now known as alex``
truenito has quit [Ping timeout: 240 seconds]
KeyJoo has quit [Ping timeout: 240 seconds]
go|dfish has quit [Ping timeout: 255 seconds]
nowhereman_ has quit [Ping timeout: 240 seconds]
Beams has quit [Remote host closed the connection]
Beams has joined #ruby
go|dfish has joined #ruby
wolakkk has joined #ruby
dstrunk has joined #ruby
mfb2 has joined #ruby
truenito1 has quit [Remote host closed the connection]
nowhereman_ has joined #ruby
dstrunk has quit [Client Quit]
howdoi has quit [Quit: Connection closed for inactivity]
mfb2 has quit [Ping timeout: 255 seconds]
konsolebox has quit [Ping timeout: 240 seconds]
nahra has joined #ruby
Oclair has joined #ruby
konsolebox has joined #ruby
Ltem has joined #ruby
silvermine has joined #ruby
vee__ has quit [Ping timeout: 240 seconds]
bmurt has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
Beams has quit [Quit: .]
nowhereman_ has quit [Ping timeout: 264 seconds]
guardianx has quit [Remote host closed the connection]
konsolebox has joined #ruby
jameser has joined #ruby
synthroid has joined #ruby
Beams has joined #ruby
guardianx has joined #ruby
rfoust has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jgt has joined #ruby
stoffus has joined #ruby
guardianx has quit [Client Quit]
nowhere_man has joined #ruby
jnollette has quit [Quit: All your IRC are belong to ZNC]
raul782 has quit []
cdg has joined #ruby
jgt has quit [Ping timeout: 260 seconds]
jnollette has joined #ruby
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jeffreylevesque_ has joined #ruby
Authenticator has joined #ruby
vee__ has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
konsolebox has quit [Ping timeout: 248 seconds]
jeffreylevesque_ has quit [Ping timeout: 240 seconds]
deepredsky has quit [Ping timeout: 240 seconds]
raynold has quit [Quit: Connection closed for inactivity]
Authenti1ator has joined #ruby
konsolebox has joined #ruby
Authenticator has quit [Ping timeout: 268 seconds]
mson has joined #ruby
vtx has quit [Quit: vtx]
Authenti1ator has quit [Ping timeout: 248 seconds]
GodFather has quit [Ping timeout: 240 seconds]
Authenticator has joined #ruby
jeffreylevesque_ has joined #ruby
deepredsky has joined #ruby
cdg has joined #ruby
gregf_ has joined #ruby
Oclair_ has joined #ruby
Oclair has quit [Ping timeout: 264 seconds]
guille-moe has joined #ruby
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
Oclair_ has quit [Quit: Bye Bye]
jottr has joined #ruby
apeiros has quit [Read error: Connection reset by peer]
<Onslauth>
also, i have processed other files correctly
<Onslauth>
this is the first one that isnt working
<havenwood>
>> ''.to_i
<havenwood>
#=> 0
<Bish>
>> ' 5 '.to_>
<ruby[bot1>
Bish: # => /tmp/execpad-0788e598c5d1/source-0788e598c5d1:3: syntax error, unexpected keyword_rescue ...check link for more (https://eval.in/910857)
<memo1>
Bish: last questions, sorry if is silly. Is i want to aumotatically detect the change of that file, i need to set a while true loop or is a better way to do it
<Bish>
im guessing it is the simplest way to do that
<Bish>
otherwise you will be talking to the kernel
<Bish>
there might be libraries though? maybe the /sys filesystem notices anyone about changes?
aintno_sunshine has joined #ruby
<Bish>
the "rerun" gem does something to detect filesystem changes
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
rhebz916 has joined #ruby
silvermine has joined #ruby
rhebz916_ has joined #ruby
cschneid_ has joined #ruby
rhebz916_ has quit [Client Quit]
skweek has joined #ruby
cschneid_ has quit [Ping timeout: 252 seconds]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rippa has joined #ruby
kculpis has joined #ruby
growp has joined #ruby
mcr1 has quit [Ping timeout: 240 seconds]
stoffus_ has joined #ruby
Burgestrand has quit [Quit: Closing time!]
wolakkk has joined #ruby
gheegh has joined #ruby
code_zombie has joined #ruby
stoffus has quit [Ping timeout: 250 seconds]
konsolebox has quit [Ping timeout: 248 seconds]
rando_rubyist has joined #ruby
<rando_rubyist>
hey guys, i'm hacking together a console file-selector and was wondering if there's any prior art out there that i can snag
<rando_rubyist>
doesn't need to be very robust, i'm just trying to make something a little friendlier than dropping in a full file path
stoffus_ has quit [Ping timeout: 258 seconds]
konsolebox has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drowze has joined #ruby
conta has quit [Remote host closed the connection]
allcentury has joined #ruby
<apeiros>
rando_rubyist: maybe the highline gem has something for that
wolakkk has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
c0ncealed has quit [Ping timeout: 268 seconds]
* apeiros
afk ~30m
quobo has quit [Quit: Connection closed for inactivity]
jgt has joined #ruby
apeiros has quit [Remote host closed the connection]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
wolakkk has joined #ruby
mtkd has quit [Ping timeout: 264 seconds]
mson has quit [Quit: Connection closed for inactivity]
ledestin has joined #ruby
c0ncealed has joined #ruby
<rando_rubyist>
Apocalypse: thanks for the suggestion but it doesn't quite seem to have anything pre-built
<rando_rubyist>
blah
growp has quit [Ping timeout: 246 seconds]
mtkd has joined #ruby
jgt has quit [Ping timeout: 255 seconds]
SteenJobs has quit [Quit: SteenJobs]
DoubleMalt has joined #ruby
quobo has joined #ruby
Barrt has quit [Ping timeout: 255 seconds]
synthroid has quit [Remote host closed the connection]
JaccoP has joined #ruby
Rouge has quit [Remote host closed the connection]
despai has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Rouge has joined #ruby
<rhebz916>
Hi guyz I'm new to ruby on rails I'm using devise gem but I encounter this issue No route matches [POST] "/sessions/user" , maybe can you help me to better understand what causes this issue thanks in advance :)
<dminuoso>
rhebz916: Gist your code you are using to provoke the error, as well as the output of your `rails routes`, go to #rubyonrails - reask the question and link the gist.
growp has joined #ruby
aufi has quit [Quit: Leaving]
elphe has quit [Ping timeout: 260 seconds]
skweek has quit [Ping timeout: 264 seconds]
growp has quit [Client Quit]
growp has joined #ruby
<rhebz916>
oh I'm at the wrong channel but thanks @dminuoso i'll try to link the gist
<gizmore|2>
why is ruby so slow compared to php?
gizmore|2 is now known as gizmore
GodFather has quit [Ping timeout: 240 seconds]
cschneid_ has joined #ruby
synthroid has joined #ruby
elphe has joined #ruby
<havenwood>
gizmore: It isn't. I've also asked you not to troll here.
<dminuoso>
gizmore: Because Ruby has a highly dynamic and comlex execution model.
ana_ has quit [Ping timeout: 240 seconds]
<gizmore>
yeah.... i love the ruby syntax, and know its the best
<dminuoso>
gizmore: It's incidentally one of the reasons why Facebook has kept using PHP (and eventually replaced it with Hack) because its relatively simple and fast to execute.
<gizmore>
but yeah, thx for confirming my assumptions
skweek has joined #ruby
<dminuoso>
gizmore: JRuby fares far better than normal Ruby though, especially with truffle.
<gizmore>
i went back to php for 2 reasons: 1) Type hinting. 2) performance
<gizmore>
but php syntax is lame, compared to the power of ruby
<havenwood>
gizmore: PHP is relatively quite slow at those alioth benchmarks as well. Do you really want to choose a dynamic language based on how fast unidiomatic code runs in artificial microbenchmarks?
<havenwood>
gizmore: That doesn't seem wise to me.
<havenwood>
gizmore: What are you trying to do that Ruby is to slow for?
<gizmore>
mmo gameserver
jackjackdripper has joined #ruby
<gizmore>
especially activerecord sucked, i bet
<havenwood>
gizmore: So you shouldn't be looking at alioth at all.
plexigras has quit [Ping timeout: 248 seconds]
<gizmore>
yeah :)
<havenwood>
gizmore: So look at techempower. PHP isn't competitive. Choose a nicer language.
<havenwood>
gizmore: Or if PHP is fast enough and you fancy it, use it!
<gizmore>
i was thinking of typescript or c++
<havenwood>
gizmore: Sure. Pick your poison. You haven't shown where Ruby is too slow, but I highly doubt it is.
<havenwood>
gizmore: It seems you just fancy PHP. So go for it!
<gizmore>
i did a game engine with active record, and it was horrible
<gizmore>
mostly because activerecord did not suite my needs
<havenwood>
gizmore: Just please don't troll here anymore whatever you pick. I suggested Sequel last time you brought this up.
<havenwood>
gizmore: Or just write in SQL. It's a language after all.
<gizmore>
it was not meant as trolling.... i just am disappointed by activerecord, and php as well (php syntax sucks)
<gizmore>
would love to re-implement my framework in another language.... c++ or typescript i guess
aintno_sunshine has quit [Ping timeout: 250 seconds]
<dminuoso>
Hello you.
<gizmore>
aloha
zautomata has quit [Quit: WeeChat 1.7]
friday has quit [Changing host]
friday has joined #ruby
InfinityFye has quit [Quit: Leaving]
stoffus has quit [Ping timeout: 248 seconds]
<porfavordama>
A simple question. How can I use a symbol semicolon with a variable ? For example https://ideone.com/RgtmqA
<porfavordama>
if I use it like so , it gives me the symbol :id but I want whatever is inside the id. Is there any other way to get it other than "#{id}".
yonahw has quit [Read error: Connection reset by peer]
<apeiros>
now you can access stuff in the object referenced by @my_data by name: @my_data[:name] # => "associated value"
mcr1 has quit [Read error: Connection reset by peer]
swat2 has quit [Ping timeout: 268 seconds]
<porfavordama>
apeiros, so isn't it like I shouldn't use symbols unless I want some kind of pattern for something to be reached ?
<apeiros>
and while you *can* dynamically read the objects referenced by a variable (i.e. you have the name of the variable in a variable), that should mainly be used for debugging
<porfavordama>
Like all people has names so it could be :name and also :gender and so on ?
memo1 has quit [Ping timeout: 260 seconds]
<apeiros>
you use symbols to identify things by name
sepp2k has quit [Ping timeout: 240 seconds]
<apeiros>
and you do that e.g. by using symbols as keys in hashes
<apeiros>
and yes, everything which the developer gave a name (method name, variable name, etc.), that name is internally represented as a symbol in ruby. that's the origin of this class.
<apeiros>
as for your paste (https://ideone.com/RgtmqA) - assuming `hash = {:id => 123}` and you want to retrieve 123 by the user typing `id`: hash[id.to_sym]
senaa has joined #ruby
<porfavordama>
So can we say that it would be something for general purpose , like so : https://ideone.com/RgtmqA ?
<apeiros>
but for this case, string keys would probably be better.
senaa has quit [Remote host closed the connection]
<dminuoso>
Ruby would be easier if there were no userland symbols. :(
senaa has joined #ruby
<porfavordama>
apieros, thanks for the advice and yes I will convert them into Strings. Appreciate your help and time! :)
<apeiros>
?tabnick porfavordama
<ruby[bot1>
porfavordama: pro-tip - use tab completion for nicks. avoids typos in nicks.
<dminuoso>
Things like HashWithIndifferentAccess are a good example why symbols should haev been avoided.
<apeiros>
dminuoso: couldn't be foreseen that people can't be arsed to tell two different types apart.
konsolebox has quit [Ping timeout: 240 seconds]
<porfavordama>
apeiros: Oh sorry
<apeiros>
I mean seriously, they manage with 1 and "1" too. why not with :"1" as well.
mfb2 has joined #ruby
<dminuoso>
apeiros: The difference in semantics of "1" and 1 is clear. The difference between "1" and :1 is not. It's not very obvious what symbols are good for (lets face it, we actually just use them to save some typing)
<apeiros>
dminuoso: but granted, with recent developments (gc'able symbols, string-"singletons"), we might just be on the way to fade out the difference between strings and symbols to a point where we can make it one and the same.
John__ has joined #ruby
<apeiros>
dminuoso: I'm sorry, but that's akin to saying "arrays and hashmaps are very similar, we could just use ordered hashmaps for everything".
<gizmore>
:Foo and "Foo" are very different, no? .. the first is a symbol, the seconds a string
[Butch] has joined #ruby
<dminuoso>
gizmore: Could you in one sentence describe what a symbol is and why it exists?
<gizmore>
a symbol is like a constant string, it is immutable (constant), and inside the ruby engine it is optimized differently than string
<gizmore>
i tried :)
<gizmore>
class Foo; syntax_error; end;
<gizmore>
class Foo; runtime_error; end;#?
<dminuoso>
gizmore: That's the thing: A symbol is actually just a number.
<gizmore>
like an enum?
<dminuoso>
It kind of like a domain name. Its a text representation for a number.
<dminuoso>
Yeah in a way.
Dimik has joined #ruby
<gizmore>
yeah... you could argue like that
konsolebox has joined #ruby
swat2 has joined #ruby
<dminuoso>
It actually is that way.
<gizmore>
but short strings are also like text representations for numbers
<gizmore>
like "aaa" ... hackery ahead!
<dminuoso>
A string is a list of numbers. That difference is really important.
<apeiros>
a number which is random and where you don't care about the numeric value, only the name you gave that number :)
<gizmore>
active record sucks
<gizmore>
the many_to_xxx relations are just bullocks
<dminuoso>
apeiros: Yup pretty much like domain names :P
<gizmore>
i did my own activerecords, back in 2008
<apeiros>
just that multiple domain names are allowed to map to the same number
<dminuoso>
I suppose that analogy only goes so far
DoubleMalt has joined #ruby
<dminuoso>
apeiros: So to amend your statement: a number which is random but picked uniquely for each symbol [...]
<apeiros>
want me to nitpick amend that?
<dminuoso>
Please do
<apeiros>
uniquely at the time of existence
<gizmore>
php sucks so badly here and there -.-
ShekharReddy has joined #ruby
<apeiros>
not quite sure how to phrase that well, tho
<gizmore>
part of the global symbol enums
<dminuoso>
apeiros: Simultaneity is relative. Do we have an intertial system?
<gizmore>
+thingy
<gizmore>
dminuoso: this system is called "process"
<apeiros>
dminuoso: we have multiple runs and gc'able symbols
<dminuoso>
apeiros: That was sarcasm extending the pedantry to include special relativity (my skills suck too much to include gravity as well, so no GR).
sepp2k has quit [Remote host closed the connection]
mim1k has quit [Ping timeout: 250 seconds]
mim1k has joined #ruby
yahmds has joined #ruby
zautomata has joined #ruby
mcr1 has quit [Read error: Connection reset by peer]
senaa has quit [Quit: Leaving]
yahmds has quit [Quit: Lost terminal]
anisha has quit [Quit: This computer has gone to sleep]
<John__>
can I ask a unit testing question here?
<gizmore>
you just did
<John__>
hah
jamiejackson has joined #ruby
<John__>
I basically am trying to mock a file dependency object inside my, let's call it X class.
<John__>
problem is, there's at least 3 files.
vondruch has quit [Ping timeout: 248 seconds]
<John__>
So naturally, I moved out the dependency to be allowed so you can inject it in the constructor
<John__>
and pass mocks
<John__>
I am facing 2 questions.
<John__>
1. They're 3 files, so my constructor takes 5 arguments, the last 3 being File objects, which looks rather weird. Is this normal?
<John__>
2. Originally, I used to just pass a string path to my constructor and the File objects inside my X would open it, but now, since they're passed instead as an interface because of constructor dependency
Rouge has quit [Ping timeout: 268 seconds]
<John__>
it forces me to move the file opening logic OUTSIDE (before instantiating my logic)
<John__>
object*
<John__>
again, is this normal?
guille-moe has quit [Ping timeout: 240 seconds]
<gizmore>
John__: i have no clue what you are talking about, although it did some test driven dev once
<gizmore>
*i did
andikr has quit [Remote host closed the connection]
<John__>
that's alright. maybe someone else may have an answer?
<gizmore>
why would you need 5 constructor args for 3 files? Oo
synthroi_ has quit [Remote host closed the connection]
marxarelli|afk is now known as marxarelli
despai has joined #ruby
synthroid has joined #ruby
elphe has quit [Ping timeout: 260 seconds]
ur5us has joined #ruby
guille-moe has quit [Ping timeout: 252 seconds]
sspreitz has joined #ruby
guille-moe has joined #ruby
milardovich has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
karapetyan has joined #ruby
ur5us has quit [Ping timeout: 248 seconds]
karapetyan has quit [Client Quit]
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chiggins has joined #ruby
al2o3-cr has quit [Ping timeout: 240 seconds]
DoubleMalt has quit [Ping timeout: 240 seconds]
<chiggins>
Any idea why I'm getting a "undefined method `handle_command' for CatPlugin:Class (NoMethodError)" in my program here? https://pastebin.com/tz4HYUGK
<ruby[bot1>
chiggins: pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
<chiggins>
Oh thanks ruby bot
<chiggins>
But anyway, I'm trying to prototype out a plugin system, can't seem to figure why it can't find the handle_command method, even though it exists?
<apeiros>
chiggins: because you're calling it on the class, not an instance
jaequery has joined #ruby
<apeiros>
you may either want @plugins << const.new, or def self.handle_command
traumschule has joined #ruby
<chiggins>
Niceee. Thank you apeiros.
<traumschule>
hi, i installed ruby2.5 from source to /usr/local/bin/ruby but it is not used by vagrant. How can I make and install a gem from source?
<traumschule>
it's a very basic question, i know :)
justicefries has joined #ruby
centrx has joined #ruby
vee__ has quit [Ping timeout: 248 seconds]
justicefries has left #ruby [#ruby]
<traumschule>
(found it, point 8 in the readme)
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<traumschule>
still: vagrant(master)$ bundle --binstubs exec => Could not find gem 'ruby (< 2.5, ~> 2.2)'
ramfjord has joined #ruby
jaequery has joined #ruby
<traumschule>
uh, what happened. where is everyone?
guille-moe has quit [Ping timeout: 240 seconds]
<apeiros>
I don't think "ruby" is supposed to be a gem :)
chiggins has left #ruby ["WeeChat 1.7.1"]
<traumschule>
so this error message is nonsense?
yabbes has joined #ruby
guille-moe has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
KeyJoo has quit [Read error: Connection reset by peer]
<traumschule>
can I tell bundle to use another ruby binary?
<traumschule>
hey guys, what are you paid for? :P
mfb2 has quit [Remote host closed the connection]
despai has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mfb2_ has joined #ruby
conta has joined #ruby
raynold has joined #ruby
<havenwood>
traumschule: You can install Bundler on another Ruby and put that Bundler first in your PATH.
gix has joined #ruby
<havenwood>
traumschule: You *could* do all sorts of things if you want to hack it together, but typically you should install Bundler on the Ruby you're using.
eroux has quit [Quit: ZZZzzz… ZZZzzz…]
gix- has quit [Ping timeout: 248 seconds]
<traumschule>
ok, this is my environment: ruby --version => ruby 2.5.0preview1 (2017-10-10 trunk 60153) [i686-linux] | which ruby => /usr/local/bin/ruby
jackjackdripper has joined #ruby
<havenwood>
ruby 2.5.0 should ship with Bundler, so if you put your gem bin/ dir in front of your PATH you should be good to go.
<havenwood>
traumschule: you source the .sh file, which gives you a "chruby" command to switch rubies
<havenwood>
traumschule: you could even use it just to check what PATH, GEM_HOME, GEM_PATH etc should be then manually set those and ditch chruby.
<havenwood>
traumschule: it's really just used for switching
duderonomy has quit [Client Quit]
despai has quit [Client Quit]
<traumschule>
and it's not run as root?
<havenwood>
traumschule: ruby-install would put ruby-2.5.0-preview1 somewhere chruby will autodetect it, but you can also point chruby at arbitrary locations
<baweaver>
Yep, it fixes the root of the problem
<havenwood>
traumschule: chruby is just a shell script you source. you don't need root.
<traumschule>
it's really a wonderful day and I am happy you are here but it helps nothing: . chruby.sh && bundle install => Could not find gem 'ruby (< 2.5, ~> 2.2)', which is required by gem 'vagrant', in any of the relevant sources: the local ruby installation
<havenwood>
traumschule: chruby doesn't do anything until you switch to a ruby
<havenwood>
traumschule: like: chruby ruby
<traumschule>
hah, you didn't tell
aintno_sunshine has joined #ruby
squishyj has joined #ruby
<havenwood>
traumschule: but it'll only detect Rubies in certain locations - so if you have a ruby in /usr/local you'll have to add it to RUBIES
sklvch has joined #ruby
<traumschule>
i though it fixes everything
<sklvch>
squishyj: tell me a story
<squishyj>
okay
<squishyj>
you know what i want with his znc throttles it says the day
<traumschule>
how do I do this?
<havenwood>
it's so simple it does nothing when not run ;-P
<squishyj>
sublingually
<sklvch>
squishyj: tell me another story
<squishyj>
I'm thinking of the dumb it was all hail supreme templating language
<squishyj>
nice streak of to-dos
<sklvch>
squishy: more story
<squishyj>
wat
<sklvch>
squishyj: tell me a story
<squishyj>
same with what she has a profitable during the money is moonland only be the rate limit and jard
<havenwood>
traumschule: do you ultimately want just one Ruby or the ability to switch?
<squishyj>
you can write gigantic one can you think thats about returning a variable like where do that is a really implemented job for forest fire
bl4ckw4ter has joined #ruby
<sklvch>
squishyj: tell bl4ckw4ter a story
skweek has quit [Ping timeout: 240 seconds]
<squishyj>
is still p good musical nuggets you refuse to stick to svn is female
<havenwood>
traumschule: probably futile if vagrant is involved
jtdoncas has quit [Read error: Connection reset by peer]
<traumschule>
yea vagrant is broken
jtdoncas has joined #ruby
<traumschule>
will downgrade again, thanks for your help!
kangus has joined #ruby
kangus has left #ruby [#ruby]
LocaMocha has quit [Ping timeout: 268 seconds]
sklvch has left #ruby [#ruby]
ctrlaltdev has quit [Quit: leaving]
bl4ckw4ter has left #ruby [#ruby]
mfb2 has quit [Remote host closed the connection]
bkxd has joined #ruby
Rr4sT has joined #ruby
mfb2_ has joined #ruby
zautomata has joined #ruby
<baweaver>
Ah, right
<baweaver>
the hat
bkxd_ has joined #ruby
despai has joined #ruby
jamiejackson has quit [Ping timeout: 240 seconds]
mfb2_ has quit [Ping timeout: 248 seconds]
mim1k has joined #ruby
bkxd has quit [Ping timeout: 248 seconds]
mfb2 has joined #ruby
troys is now known as troys_
mson has quit [Quit: Connection closed for inactivity]
<memo1>
Hi, im usnig the listen gem to detect changes on files or directories. It works great in owned folders, but in system folders (root) it fails eg. (/sys/class/net). Im runnig th script with sudo, but it fails. Any ideas?
mfb2 has quit [Ping timeout: 252 seconds]
tsglove has joined #ruby
John____ has joined #ruby
<dminuoso>
memo1: Do you get any particular error message?
<dminuoso>
memo1: Im guessing the underlying implementation cant work on sysfs.
<dminuoso>
(Or procfs)
claudiuinberlin has joined #ruby
haylon has quit [Changing host]
haylon has joined #ruby
<dminuoso>
What you see in /sys is not real files, its a kernel hack to expose certain interfaces looking as if they were files.
<dminuoso>
I would be very surprised if it worked at all.
TomyLobo has joined #ruby
John__ has quit [Ping timeout: 250 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
milardov_ has joined #ruby
d10n-work has quit [Quit: Connection closed for inactivity]
John__ has joined #ruby
<haylon>
Might need to setup a tty option in your sudoer's entry
krawchyk has quit [Read error: Connection reset by peer]
<haylon>
Speaking of vagrant, has anyone here tried using a mixture of Vagrant and OpenStack using the vagrant-openstack-provider and a HEAT template to create volumes and attach them to nodes without having to create volumes before hand?
<dminuoso>
traumschule: as you can see it defines three shell functions, out of which chruby is the main one you are interested in.
<dminuoso>
(That's really all there is to chruby :-)
astronavt has joined #ruby
<traumschule>
thanks :)
<rando_rubyist>
apeiros: thanks for the pointer at highline earlier, after a bit of study, it appears i should be able to persuade it to do something like i wanted
<rando_rubyist>
i had overlooked the possibility my first time around
aintno_sunshine has quit [Ping timeout: 260 seconds]
Psybur has quit [Ping timeout: 250 seconds]
astronavt has quit [Ping timeout: 240 seconds]
<rando_rubyist>
much better than this ugly crap i was hand-rolling anyhow
* rando_rubyist
emotes happily
<dminuoso>
∀A
<dminuoso>
So pretty...
al2o3-cr has joined #ruby
csk157 has joined #ruby
goyox86_ has joined #ruby
goyox86_ is now known as goyox86
allcentury has quit [Ping timeout: 255 seconds]
jeffreylevesque_ has quit [Ping timeout: 240 seconds]
mooe_ has joined #ruby
mooe_ is now known as mooe
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
Burgestrand has quit [Quit: Closing time!]
goyox86 has quit [Client Quit]
goyox86 has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 268 seconds]
bkxd has joined #ruby
goyox86 has quit [Client Quit]
orbyt_ has joined #ruby
<al2o3-cr>
So in OpenSSLL::SSL::SSLContext#set_params keys can be any of the setter methods. am i correct in thinking this? or am i reading the docs wrong.
<al2o3-cr>
dminuoso: okay. thanks. just need to be reassured.
* traumschule
ran into this rabbit hole of updating ruby to check if the segflt in vagrant_share.rb will disappear just to realize that vagrant hates ruby 2.5.0 and installs fine from trunk with ruby 2.3
<dminuoso>
traumschule: What does vagrant have to do with this?
<traumschule>
the bug is in a vagrant module not ruby
<RickHull>
"extension libraries"
bkxd_ has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
despai has quit [Quit: ...]
<RickHull>
the rationale is that a segfault is caused by C code doing something wrong. C code is in the ruby interpreter or else a C extension (library)
jenrzzz has quit [Ping timeout: 240 seconds]
troys is now known as troys_
bkxd has quit [Ping timeout: 268 seconds]
csk157 has quit [Ping timeout: 240 seconds]
milardovich has quit [Read error: Connection reset by peer]
<traumschule>
ruby can't know, but I was confused by the message. should have known better ..
[Butch] has quit [Ping timeout: 248 seconds]
jeffreylevesque has joined #ruby
milardovich has joined #ruby
<traumschule>
btw the bug seems to be fixed already
bkxd_ has quit [Ping timeout: 250 seconds]
drowze has quit [Ping timeout: 248 seconds]
<RickHull>
what's the problem with vagrant and 2.5.0? it wasn't obvious from the gh issue
<RickHull>
all I saw was another (the same?) segfault
mniip has quit [Read error: Connection reset by peer]
<RickHull>
oh ok, that's probably not a real problem
<RickHull>
just an abundance of caution
jxv has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<traumschule>
it's a dependency to avoid updates in ruby breaking vagrant
sepp2k1 has joined #ruby
kitsunenokenja has joined #ruby
sepp2k has quit [Ping timeout: 268 seconds]
<RickHull>
right -- I wouldn't characterize it as "vagrant hates 2.5.0"
<traumschule>
:)
conta has quit [Remote host closed the connection]
<traumschule>
it felt like "you have ruby 2.5.0, go away!"
<RickHull>
it's to avoid potential bugs or compatibility issues. we don't know from that if there are actual bugs or compatibility issues
<RickHull>
I understood "hates" to mean, blows up with a variety of bad symptoms
<traumschule>
it's tested internally only as dependencies are set in the Gemfile to load from "gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git". One *could* force it to work with latest ruby, by downloading and removing dependency on ruby<=2.5 manually but it can't happen by accident
eljimmy has joined #ruby
<RickHull>
you're certainly free to explore :)
krawchyk has joined #ruby
DoubleMalt has joined #ruby
yahmds has joined #ruby
astronavt has joined #ruby
jaequery has joined #ruby
mbr__ is now known as mbr
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
Rouge has quit [Ping timeout: 248 seconds]
despai has joined #ruby
<traumschule>
i'd rather polish my discourse playbook and figure out how to install a system service with foreman.
astronavt has quit [Ping timeout: 252 seconds]
Rr4sT has quit [Quit: Connection closed for inactivity]
jaequery has quit [Client Quit]
despai has quit [Client Quit]
yahmds has quit [Quit: Lost terminal]
yahmds has joined #ruby
alex`` has quit [Quit: WeeChat 1.9.1]
eckhardt has joined #ruby
yabbes has quit [Quit: lu]
DoubleMalt has quit [Ping timeout: 240 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bkxd has joined #ruby
milardovich has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
bkxd_ has joined #ruby
orbyt_ has joined #ruby
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bkxd has quit [Ping timeout: 240 seconds]
eckhardt has joined #ruby
memo1 has quit [Quit: WeeChat 1.4]
nowhere_man has joined #ruby
eckhardt_ has joined #ruby
bkxd_ has quit [Ping timeout: 248 seconds]
eckhardt has quit [Ping timeout: 248 seconds]
silvermine has joined #ruby
eckhardt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yahmds has quit [Read error: Connection reset by peer]
despai has joined #ruby
reber has quit [Remote host closed the connection]
rfoust has joined #ruby
yahmds has joined #ruby
allcentury has quit [Remote host closed the connection]