greynetic has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
chris2 has joined #ruby
tildes has joined #ruby
<mg^>
So I did
nerium has quit [Quit: nerium]
<mg^>
It works, but sometimes it's crashy. Haven't figured out why but either the GC and I have a disagreement or I've got a leak are the likely candidates.
crowell_ has quit [Ping timeout: 250 seconds]
intrigueD has joined #ruby
pdoherty has quit [Ping timeout: 260 seconds]
<riceandbeans>
if I have a variable foo, that contains a number like 1.2.3, what's the cleanest way to just return a version with the .3 stripped off the end?
saneax_AFK is now known as saneax
_kfpratt has quit []
rcvalle has quit [Quit: rcvalle]
crowell has joined #ruby
J4D has joined #ruby
<wolffles>
how do you read a number with 2 decimals
<zach2825>
jhass, i ran "rvm -v" and got "rvm 1.26.11 (latest) "
dnewkerk has joined #ruby
J4D_ has joined #ruby
<zach2825>
jhass, with "ruby -v" i get "ruby 2.0.0p643"
<zach2825>
and i ran "gem install bundle" and still no luck.
yfeldblum has quit [Remote host closed the connection]
<mg^>
dunno if that's really that clean or fast, but it works
<riceandbeans>
mg^: that'll do, that'll do, thank you
gregf has quit [Ping timeout: 240 seconds]
<al2o3-cr>
>> 1.2.3"[0,3]
<ruby[bot]>
al2o3-cr: # => /tmp/execpad-b4541916141b/source-b4541916141b:2: unexpected fraction part after numeric literal ...check link for more (https://eval.in/519903)
<bnagy>
but if you don't need to switch you can also just install ruby
kent\n has joined #ruby
<bnagy>
zach2825: as a heuristic, most of these problems come from your 'ruby' and/or 'gem' commands not invoking the binaries you expect them to invoke
finisherr has quit [Ping timeout: 248 seconds]
<zach2825>
right
<bnagy>
which is diagnosed with `which xxx`
<zach2825>
im looking at chruby right now
<shevy>
total chaos, total madness, different prefixes, different rubies!
<bnagy>
or fixed with just killing everything with fire
<zach2825>
lol
<shevy>
hehehe
malconis has quit [Ping timeout: 240 seconds]
<Ox0dea>
$ alias rubydo='chruby | tr -d \* | xargs -I ver chruby-exec ver -- ruby -v'
<bnagy>
trouble is that all the switchers have different magics that infect rc files
<Ox0dea>
bnagy: Not chruby-exec?
JDiPierro has quit [Remote host closed the connection]
<bnagy>
well that's not really a switcher
intrigueD has quit [Remote host closed the connection]
mfb2 has joined #ruby
mfb2 has quit [Remote host closed the connection]
sonja has quit [Quit: Lost terminal]
tulak has quit [Remote host closed the connection]
asccigcc has quit [Quit: asccigcc]
solocshaw has joined #ruby
stannard has joined #ruby
gizless has joined #ruby
rgtk has quit [Remote host closed the connection]
JoshGlzBrk has joined #ruby
gizmore has quit [Ping timeout: 276 seconds]
blackmesa has quit [Ping timeout: 272 seconds]
stannard has quit [Ping timeout: 264 seconds]
LoneHermit has quit [Remote host closed the connection]
<zach2825>
no luck
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tubulife- has quit [Ping timeout: 265 seconds]
blackmesa has joined #ruby
aupadhye has joined #ruby
<shevy>
zach!!!
MrSamuel has quit [Quit: MrSamuel]
cjbottaro has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
duckpuppy has joined #ruby
<zach2825>
whats up
jottr_ has joined #ruby
andrewvos has joined #ruby
mfb2 has joined #ruby
yosafbridge has quit [Quit: Leaving]
yfeldblu_ has joined #ruby
<jimeh>
zach2825: are you trying to specify Ruby version via a Gemfile?
<zach2825>
im trying to force using 2.0.0 because thats the version i need
mfb2 has quit [Remote host closed the connection]
<jimeh>
chruby or rbenv+ruby-install is your best bet...
duckpuppy has quit [Ping timeout: 240 seconds]
<havenwood>
zach2825: What switcher are you using?
<jimeh>
I've not tried chruby yet, but with rbenv and ruby-install you'd just do: rbenv install 2.0.0
<zach2825>
i removed the other versions of ruby and now im using symlinks..
<havenwood>
jimeh: that's be ruby-build
<havenwood>
jimeh: ruby-install can install for rbenv as well, but it's not "integrated" into rbenv
<havenwood>
those names are unfortunately close
<jimeh>
havenwood: indeed, I meant ruby-build >_<
Guest53489 is now known as BLuEGoD
lemur has joined #ruby
BLuEGoD is now known as Guest51795
<jimeh>
zach2825: Bundler doesn't manage or switch Ruby versions, for that you need rbenv, chruby or rvm
yfeldblu_ has quit [Ping timeout: 260 seconds]
<zach2825>
sofar i've tried rvm somebody said that sucks so i tried chruby which looks like its for mac im on an ubuntu server..
mfb2 has joined #ruby
<zach2825>
in the beginning i tried rvm use 2.0.0 and when i tried bundle install it was still trying to use ruby 1.9.1
<jimeh>
in theory chruby should work anywhere that has bash is available...
<postmodern>
zach2825, chruby should still work on bash/zsh, but you probably don't need a ruby manager on the server
<jimeh>
Did you first install Ruby 2.0.0? If not that'd be why it couldn't use it...
<zach2825>
i apt-get install ruby and it installed 1.9.1. but i want to use ruby 2.0.0.
AlphaAtom has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
arescorpio has joined #ruby
<dnewkerk>
I’m a regex newbie and struggling to get this regex to match all of the lines of text, was wondering if anyone can give me a hint on how to fix it? http://rubular.com/r/kb0JQDOerh … originally found it on https://regex101.com/r/jV9oV2/3 where it does match in pcre format but not when bringing it to ruby
<dnewkerk>
bnagy: thanks that worked! Thank you too Ox0dea for having a look. Yeah I agree it’s not a good idea to take this route, just came across this snippet and was hoping to just use it to get an early version of my subtitles parser working and then refactor it better (but then got stumped when the regex didn’t work as expected)
<bnagy>
that regex makes me mad >:(
<zach2825>
thank you for your help. im done for the day.
chouhoulis has joined #ruby
<bnagy>
-{2}> >:(
<dnewkerk>
lol
<bnagy>
[\s\S] >X(
Damien22 has joined #ruby
<Ox0dea>
It almost looks computer-generated?
shanemcd has joined #ruby
<jimeh>
Yeah, it's some seriously weird regex... lol
c0ncealed has quit [Remote host closed the connection]
rgtk has quit [Read error: No route to host]
rgtk has joined #ruby
<dnewkerk>
bnagy: as you’re definitely more knowledgable with regex than me, could you refer me to a trusted resource to learn best practices? So far I’m at the point where I can’t tell good from evil so to speak :P
dlitvak has joined #ruby
c0ncealed has joined #ruby
x77686d has quit [Quit: x77686d]
rgtk has quit [Read error: No route to host]
<bnagy>
not really. I am a huge regex bigot.
rgtk has joined #ruby
<bnagy>
but -{2}> instead of just --> is just bizarre, same with [\s\S] - like.. say what you mean! SPACE OR NOT SPACE LOL
juanfra has quit [Ping timeout: 240 seconds]
<bnagy>
lookaheads are a good sign you've gone too far. It's like when you start writing functions in shellscripts
<jimeh>
dnewkerk: I didn't really simplify, more just change confusing stuff to less confusing stuff... lol
rgtk has joined #ruby
akem has quit [Remote host closed the connection]
<dnewkerk>
jimeh: it’s a start :)
dopie has quit [Quit: Leaving]
<dnewkerk>
jimeh: in the case of parsing a big block of text like this, would you take a different approach? perhaps like breaking it down into single lines and analyzing each with simpler conditions?
rgtk has quit [Read error: No route to host]
<bnagy>
very yes
rgtk has joined #ruby
skweek has joined #ruby
kirillzh has joined #ruby
<dnewkerk>
thanks I’ll give it a try
rgtk has quit [Read error: No route to host]
rgtk has joined #ruby
dlitvak has quit [Ping timeout: 276 seconds]
freerobby has quit [Quit: Leaving.]
hxegon has quit [Ping timeout: 260 seconds]
<jimeh>
I would indeed :)
rgtk has quit [Read error: No route to host]
rgtk has joined #ruby
kirillzh has quit [Ping timeout: 252 seconds]
rgtk has quit [Read error: No route to host]
I has joined #ruby
rgtk has joined #ruby
I is now known as Guest31201
rgtk has quit [Read error: No route to host]
idefine has quit [Remote host closed the connection]
rgtk has joined #ruby
FooMunki has quit [Quit: FooMunki]
FooMunki has joined #ruby
rgtk has quit [Read error: No route to host]
marr has quit [Ping timeout: 252 seconds]
snguyen has joined #ruby
rgtk has joined #ruby
freerobby has joined #ruby
rgtk has quit [Read error: No route to host]
DEA7TH has joined #ruby
rgtk has joined #ruby
hinbody_ is now known as hinbody
nfk has quit [Quit: Try memory.free_dirty_pages=true in about:config]
rbennacer has quit [Read error: Connection reset by peer]
rbennacer has joined #ruby
rgtk has quit [Read error: No route to host]
rgtk_ has joined #ruby
Cihan has quit []
miguel has joined #ruby
rgtk_ has quit [Read error: No route to host]
miguel is now known as Guest69653
rgtk has joined #ruby
duckpuppy has joined #ruby
zast has joined #ruby
freerobby has quit [Quit: Leaving.]
Guest69653 has quit [Client Quit]
Guest69653 has joined #ruby
freerobby has joined #ruby
cdg has quit [Remote host closed the connection]
juanfra has quit [Ping timeout: 265 seconds]
Guest69653 has quit [Client Quit]
hayden_ has quit [Quit: Connection closed for inactivity]
rgtk has quit [Read error: No route to host]
podman has quit [Quit: Connection closed for inactivity]
rgtk has joined #ruby
msosa has joined #ruby
freerobby has quit [Client Quit]
cjbottaro has quit [Ping timeout: 276 seconds]
freerobby has joined #ruby
freerobby has quit [Client Quit]
rgtk has quit [Read error: No route to host]
rgtk has joined #ruby
juanfra has joined #ruby
rgtk has quit [Read error: No route to host]
rkazak has joined #ruby
crdpink has quit [Ping timeout: 240 seconds]
cih has quit [Remote host closed the connection]
crdpink has joined #ruby
duckpuppy has quit [Ping timeout: 252 seconds]
rgtk has joined #ruby
cih has joined #ruby
Guest51795 is now known as BLuEGoD
idefine has joined #ruby
BLuEGoD is now known as Guest20948
rgtk has quit [Read error: No route to host]
rgtk has joined #ruby
rgtk has quit [Read error: No route to host]
rgtk has joined #ruby
FooMunki has quit [Quit: FooMunki]
rgtk has quit [Read error: No route to host]
pawnbox has joined #ruby
mary5030 has quit [Ping timeout: 240 seconds]
rgtk has joined #ruby
idefine has quit [Ping timeout: 240 seconds]
dlitvak has joined #ruby
idefine has joined #ruby
rgtk has quit [Read error: No route to host]
duderonomy has joined #ruby
devbug has quit [Ping timeout: 260 seconds]
rgtk has joined #ruby
mary5030 has joined #ruby
pawnbox has quit [Ping timeout: 240 seconds]
x77686d has joined #ruby
DmitryBochkarev has joined #ruby
dlitvak has quit [Ping timeout: 240 seconds]
sneakerhax has quit [Quit: back later]
rgtk has quit [Ping timeout: 248 seconds]
karapetyan has joined #ruby
baweaver has joined #ruby
nbdy has joined #ruby
nbdy has quit [Client Quit]
Ebok has joined #ruby
Moblin has joined #ruby
Ebok has quit [Client Quit]
Moblin has quit [Client Quit]
dlitvak has joined #ruby
Ebok has joined #ruby
karapetyan has quit [Ping timeout: 260 seconds]
Melpaws has quit [Read error: Connection reset by peer]
znz_jp has quit [Quit: kill -QUIT $$]
zeroDivisible has joined #ruby
nfk|laptop has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
baweaver has quit [Ping timeout: 260 seconds]
LoneHermit has joined #ruby
nisstyre has quit [Ping timeout: 265 seconds]
rgtk has joined #ruby
wolffles has quit [Quit: wolffles]
floatingpoint has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
znz_jp has joined #ruby
LoneHermit has quit [Remote host closed the connection]
DLSteve has quit [Remote host closed the connection]
Melpaws has joined #ruby
moeabdol2 has joined #ruby
chipotle has quit [Quit: cheerio]
gix has quit [Ping timeout: 250 seconds]
DanKnox has joined #ruby
DanKnox_ has joined #ruby
yfeldblum has quit [Remote host closed the connection]
moeabdol1 has quit [Ping timeout: 250 seconds]
bronson has joined #ruby
al2o3-cr has quit [Ping timeout: 252 seconds]
tubulife- has joined #ruby
bronson has quit [Remote host closed the connection]
Grays0n has joined #ruby
gix has joined #ruby
asccigcc has joined #ruby
_whitelogger has joined #ruby
DylanJ has quit [Ping timeout: 265 seconds]
voker57 has joined #ruby
voker57 has quit [Changing host]
voker57 has joined #ruby
_whitelogger_ has quit [Remote host closed the connection]
krz has joined #ruby
drPoggs has joined #ruby
pickandmix has quit [Ping timeout: 248 seconds]
DylanJ has joined #ruby
Morrolan has joined #ruby
JStoker has joined #ruby
duncannz has joined #ruby
mwlang has left #ruby [#ruby]
DynamicMetaFlow has joined #ruby
pawnbox has joined #ruby
kp666 has quit [Ping timeout: 256 seconds]
kirillzh has joined #ruby
dkam has quit [Quit: Be back later ...]
skweek has joined #ruby
ramortegui has joined #ruby
sakix has joined #ruby
<ramortegui>
Hi All, I'm wondering if there is a way to access to memory objects in a running application.
karapetyan has joined #ruby
Guest22299 is now known as BLuEGoD
<ramortegui>
I defined a singleton class in a sinatra app, and I can run racksh in order to get access to a console. But It seems like there is no access to the same namespace, because when I get an instance of an object.. it's new.
BLuEGoD is now known as Guest65756
mattwildig has quit []
<Radar>
?xy
<ruby[bot]>
it seems like you are asking for a specific solution to a problem, instead of asking about your problem. This often leads to bad solutions and increases frustration for you and those trying to help you. More: http://meta.stackexchange.com/a/66378
mary5030 has quit [Remote host closed the connection]
karapetyan has quit [Ping timeout: 240 seconds]
graphettion has quit [Remote host closed the connection]
DanKnox has quit [Ping timeout: 250 seconds]
DanKnox_ has quit [Ping timeout: 272 seconds]
kp666 has joined #ruby
godzillaenlacasa has joined #ruby
kp666 has quit [Max SendQ exceeded]
treaki_ has joined #ruby
Guest9703 has quit [Remote host closed the connection]
kp666 has joined #ruby
<ramortegui>
I get it. I have a sinatra app that use a chat lib in order to create a chat. The chat app is a singleton, and always get the same instance for any petition to the sinatra app. I'd like to use a shell to access the chat object that is in execution. I use racksh, but I have like a new sinatra app, not the same that is working is in execution. Could I get access to the objects of my sinatra app by a console?
perrier_ has joined #ruby
<Ox0dea>
racksh does not give you access to a running instance of your application.
elifoster has quit [Ping timeout: 272 seconds]
darkf has quit [Ping timeout: 240 seconds]
darkf has joined #ruby
darkf has quit [Changing host]
darkf has joined #ruby
treaki__ has quit [Ping timeout: 240 seconds]
asprillia has joined #ruby
pawnbox has quit [Remote host closed the connection]
darkf_ has joined #ruby
<ramortegui>
ok 0Ox0dea, thanks! , and is there a way to do that?
<Ox0dea>
ramortegui: You want to attach racksh to an instance of your application that you didn't spawn with racksh?
Sucks has quit [Ping timeout: 264 seconds]
darkf has quit [Ping timeout: 260 seconds]
<ramortegui>
Yes, I want to get access to the instance of my application by racksh or irb.
d10n-work has quit [Quit: Connection closed for inactivity]
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
<Radar>
For what purpose?
chipotle has joined #ruby
godzillaenlacasa has quit [Quit: ZZZZZ....]
LoneHerm_ has quit [Remote host closed the connection]
<ramortegui>
I'd like to manage the Objects by console for now, instead of creating a user interface to manage the objects.
chouhoulis has joined #ruby
<ramortegui>
I will create the user interface.
diegoviola has joined #ruby
<Radar>
Sounds like you're trying to intentionally make things hard for yourself.
Prawnzy has joined #ruby
<ramortegui>
lol. and for curiosity.
<Radar>
Yeah, I'm not into answering these sort of impossible questions.
stevemackinnon has quit [Remote host closed the connection]
<ramortegui>
ok. Thanks Radar.
<Radar>
imo: build the damn interface now and stop faffing about
<ramortegui>
Yes, I'm doing right now. :)
chouhoulis has quit [Ping timeout: 248 seconds]
idefine has quit [Remote host closed the connection]
DEA7TH has quit [Quit: DEA7TH]
shanemcd has joined #ruby
Prawnzy has left #ruby ["WeeChat 1.3"]
oddalot has quit [Ping timeout: 272 seconds]
<havenwood>
ramortegui: One way to do something along those lines is to add pry-remote to your Gemfile then require it in your config.ru: https://github.com/Mon-Ouie/pry-remote
skweek has quit [Ping timeout: 256 seconds]
DEA7TH has joined #ruby
<havenwood>
ramortegui: That kinda assumes that you're going to drop a `binding.remote_pry` in your code though. Yay DRb!
DEA7TH has quit [Client Quit]
shanemcd has quit [Ping timeout: 240 seconds]
ziyadb has quit [Quit: Connection closed for inactivity]
skweek has joined #ruby
<havenwood>
Rescue errors to a binding.remote_pry and page yourself to hop on the server and fix it with pry-remote.
whiteline has joined #ruby
bLUE-bYTE has quit [Ping timeout: 265 seconds]
Giordano has joined #ruby
DEA7TH has joined #ruby
adgtl has joined #ruby
<ramortegui>
thanks havenwood I'll try.
snguyen has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
snguyen has joined #ruby
idefine has joined #ruby
DEA7TH has quit [Client Quit]
chipotle has quit [Quit: cheerio]
idefine has quit [Ping timeout: 250 seconds]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
KensoDev has joined #ruby
arthropododo has quit [Quit: Leaving]
yfeldblum has joined #ruby
adgtl has quit []
darkf_ has quit [Ping timeout: 240 seconds]
darkf has joined #ruby
skweek has quit [Ping timeout: 260 seconds]
PolarIce has joined #ruby
skweek has joined #ruby
moeabdol2 has quit [Ping timeout: 276 seconds]
swills has joined #ruby
processid has quit [Quit: Connection closed for inactivity]
dkam has joined #ruby
Rodya_ has quit [Quit: Leaving...]
blackgoat has joined #ruby
agentmee1kat has quit [Ping timeout: 276 seconds]
asianMike has joined #ruby
agentmeerkat has joined #ruby
Guest65756 is now known as BLuEGoD
BLuEGoD is now known as Guest77964
DanKnox has joined #ruby
DanKnox_ has joined #ruby
dkam has quit [Ping timeout: 250 seconds]
asccigcc has quit [Quit: asccigcc]
agentmeerkat has quit [Ping timeout: 250 seconds]
terminal_ has joined #ruby
DynamicMetaFlow has quit [Remote host closed the connection]
krz has quit [Ping timeout: 252 seconds]
krzkrz has joined #ruby
agentmeerkat has joined #ruby
DanKnox_ has quit [Ping timeout: 260 seconds]
DanKnox has quit [Ping timeout: 260 seconds]
ramortegui has quit [Quit: Leaving]
karapetyan has joined #ruby
terminal_ is now known as gigatexal
rkazak has joined #ruby
itsgokul has joined #ruby
fedexo has quit [Ping timeout: 260 seconds]
mary5030 has joined #ruby
lxsameer has joined #ruby
saneax_AFK is now known as saneax
karapetyan has quit [Ping timeout: 252 seconds]
mephistophocles has joined #ruby
mary5030 has quit [Ping timeout: 250 seconds]
chipotle has joined #ruby
hakunin has joined #ruby
hakunin has quit [Read error: Connection reset by peer]
araujo has quit [Read error: Connection reset by peer]
Lorn has joined #ruby
dualbus has joined #ruby
zapata has joined #ruby
theRealAlexz has joined #ruby
jimeh has joined #ruby
TheMoonMaster has joined #ruby
blackmesa has quit [Ping timeout: 248 seconds]
Fraeon has joined #ruby
Morrolan has joined #ruby
roshanavand has joined #ruby
devyn has joined #ruby
Xeago has joined #ruby
chipotle has joined #ruby
<EdwardIII>
hrm, when soap docs say <s:element name="RoomTypes" type="tns:ArrayOfString" minOccurs="0" maxOccurs="1"> what exactly do you think they mean heh?
<EdwardIII>
i don't think savon is doing what they expect
niko has quit [*.net *.split]
gbailey has quit [*.net *.split]
CloCkWeRX has quit [*.net *.split]
giraffe has quit [*.net *.split]
codecop has quit [*.net *.split]
rodfersou has quit [*.net *.split]
Shapeshifter has quit [*.net *.split]
tommylommykins has quit [*.net *.split]
sami has quit [*.net *.split]
kiki_lamb has quit [*.net *.split]
SenpaiSilver has quit [*.net *.split]
sepp2k has quit [*.net *.split]
norc_ has quit [*.net *.split]
william3 has quit [*.net *.split]
code_ has quit [*.net *.split]
aganov has quit [*.net *.split]
perrier_ has quit [*.net *.split]
redondos has quit [*.net *.split]
Melpaws has quit [*.net *.split]
Guest71168 has quit [*.net *.split]
ldnunes has quit [*.net *.split]
rtl has quit [*.net *.split]
clamstar has quit [*.net *.split]
Guest44167 has quit [*.net *.split]
mephistophocles has quit [*.net *.split]
tenderlove has quit [*.net *.split]
kies has quit [*.net *.split]
mprelude_ has quit [*.net *.split]
shaman42 has quit [*.net *.split]
NfNitLoop has quit [*.net *.split]
psyq has quit [*.net *.split]
Guest57222 has quit [*.net *.split]
Sigma00 has quit [*.net *.split]
Derailed has quit [*.net *.split]
groundnuty has quit [*.net *.split]
FooMunki has quit [*.net *.split]
Suntzu has quit [*.net *.split]
Jamo has quit [*.net *.split]
galeido has quit [*.net *.split]
zenergi has quit [*.net *.split]
ujjain has quit [*.net *.split]
cpup has quit [*.net *.split]
djbkd has quit [*.net *.split]
fuzzyfuzz has quit [*.net *.split]
df has quit [*.net *.split]
patronus has quit [*.net *.split]
Keltia has quit [*.net *.split]
kloeri has quit [*.net *.split]
th__ has quit [*.net *.split]
Guest23154 has quit [*.net *.split]
the_drow_ has quit [*.net *.split]
resin has quit [*.net *.split]
scepticulous has quit [*.net *.split]
kp666 has quit [*.net *.split]
unl0ckd has quit [*.net *.split]
danzilio has quit [*.net *.split]
noodle has quit [*.net *.split]
PaulCapestany has quit [*.net *.split]
hadronzoo has quit [*.net *.split]
f4cl3y has quit [*.net *.split]
dtordable has quit [*.net *.split]
swistak35 has quit [*.net *.split]
Radar has quit [*.net *.split]
cyphactor has quit [*.net *.split]
drale2k has quit [*.net *.split]
zzerp has quit [*.net *.split]
SHyx0rmZ has quit [*.net *.split]
nchambers has quit [*.net *.split]
WebDawg has quit [*.net *.split]
A124 has quit [*.net *.split]
hplar has quit [*.net *.split]
bhaak has quit [*.net *.split]
Dreamer3 has quit [*.net *.split]
rhg135 has quit [*.net *.split]
Shidash has quit [*.net *.split]
p0p0pr37 has quit [*.net *.split]
jsaak has quit [*.net *.split]
SirFunk has quit [*.net *.split]
angelixd has quit [*.net *.split]
huyderman has quit [*.net *.split]
Kruppe has quit [*.net *.split]
papercode has quit [*.net *.split]
jud has quit [*.net *.split]
scottymeuk has quit [*.net *.split]
patteh has quit [*.net *.split]
euphoria has quit [*.net *.split]
guacamole has quit [*.net *.split]
BraddPit1 has quit [*.net *.split]
quarcu_ has quit [*.net *.split]
awk has quit [*.net *.split]
nertzy has quit [*.net *.split]
aredridel has quit [*.net *.split]
badeball has quit [*.net *.split]
ozzloy has quit [*.net *.split]
tris has quit [*.net *.split]
Laaw has quit [*.net *.split]
stevednd has quit [*.net *.split]
bafbomb has quit [*.net *.split]
kegster has quit [*.net *.split]
mmasaki has quit [*.net *.split]
hackeron has quit [*.net *.split]
Kamilion has quit [*.net *.split]
duracrisis has quit [*.net *.split]
shortdudey123 has quit [*.net *.split]
passcod has quit [*.net *.split]
eam has quit [*.net *.split]
redlegion has quit [*.net *.split]
kenichi has quit [*.net *.split]
pietr0 has quit [*.net *.split]
mc_fail has quit [*.net *.split]
conrfrmn has quit [*.net *.split]
chrisarcand has quit [*.net *.split]
mosez has quit [*.net *.split]
pleiosaur has quit [*.net *.split]
slash_nick has quit [*.net *.split]
MissionCritical has quit [*.net *.split]
chihhsin has quit [*.net *.split]
jericon_ has quit [*.net *.split]
headius has quit [*.net *.split]
Silex has quit [*.net *.split]
svkurowski_ has quit [*.net *.split]
ghormoon has quit [*.net *.split]
elaptics has quit [*.net *.split]
crankharder has quit [*.net *.split]
brainslug has quit [*.net *.split]
ebertx has quit [*.net *.split]
\pub\bash0r has quit [*.net *.split]
mburns has quit [*.net *.split]
csmb has quit [*.net *.split]
jpterry has quit [*.net *.split]
jtoy has quit [*.net *.split]
Djole has quit [*.net *.split]
sindork_ has quit [*.net *.split]
janelleb has quit [*.net *.split]
nitrix has quit [*.net *.split]
sunya7a__ has quit [*.net *.split]
alol_ has quit [*.net *.split]
wlanboy has quit [*.net *.split]
rcs has quit [*.net *.split]
bakedb has quit [*.net *.split]
jayne has quit [*.net *.split]
Scient has quit [*.net *.split]
dfoolz has quit [*.net *.split]
marens has quit [*.net *.split]
Davey has quit [*.net *.split]
apeiros has quit [*.net *.split]
raz has quit [*.net *.split]
maxmanders has quit [*.net *.split]
spectra has quit [*.net *.split]
martinbjeldbak has quit [*.net *.split]
Rush has quit [*.net *.split]
monoprotic has quit [*.net *.split]
joeyjones has quit [*.net *.split]
oddmunds has quit [*.net *.split]
suffice has quit [*.net *.split]
bradland has quit [*.net *.split]
bodie_ has quit [*.net *.split]
nirix has quit [*.net *.split]
marsjaninzmarsa has quit [*.net *.split]
Synthead has quit [*.net *.split]
bqscott has quit [*.net *.split]
znz_jp has quit [Quit: kill -QUIT $$]
th_ has joined #ruby
ujjain has joined #ruby
ujjain has quit [Changing host]
ujjain has joined #ruby
badeball has joined #ruby
alol has joined #ruby
ghormoon has joined #ruby
Shapeshifter has joined #ruby
suffice has joined #ruby
bafbomb has joined #ruby
pleiosaur has joined #ruby
marens has joined #ruby
marens has quit [Changing host]
marens has joined #ruby
Sigma00 has joined #ruby
conrfrmn has joined #ruby
galeido has joined #ruby
galeido has quit [Changing host]
galeido has joined #ruby
Djole has joined #ruby
patronus has joined #ruby
Radar has joined #ruby
perrier_ has joined #ruby
scottymeuk has joined #ruby
sami has joined #ruby
sami has quit [Changing host]
sami has joined #ruby
svkurowski has joined #ruby
aredridel has joined #ruby
mmasaki has joined #ruby
norc_ has joined #ruby
monoprotic has joined #ruby
monoprotic has quit [Changing host]
monoprotic has joined #ruby
maxmanders has joined #ruby
Suntzu has joined #ruby
th_ is now known as th__
rodfersou has joined #ruby
janelleb has joined #ruby
eam has joined #ruby
zenergi has joined #ruby
mprelude_ has joined #ruby
swistak35 has joined #ruby
bakedb has joined #ruby
Derailed has joined #ruby
the_drow_ has joined #ruby
kp666 has joined #ruby
codecop has joined #ruby
raz has joined #ruby
NfNitLoop has joined #ruby
<EdwardIII>
i hate xml
pushcx has joined #ruby
fuzzyfuzz has joined #ruby
jericon has joined #ruby
f4cl3y has joined #ruby
aganov has joined #ruby
stevednd has joined #ruby
apeiros has joined #ruby
Guest71168 has joined #ruby
ozzloy has joined #ruby
ozzloy has quit [Changing host]
ozzloy has joined #ruby
DoubleMalt has joined #ruby
shaman42 has joined #ruby
william3 has joined #ruby
crankharder has joined #ruby
Silex has joined #ruby
elaptics has joined #ruby
SirFunk has joined #ruby
redondos has joined #ruby
mephistophocles has joined #ruby
Dreamer3 has joined #ruby
hplar has joined #ruby
djbkd has joined #ruby
duracrisis has joined #ruby
Radar is now known as Guest76880
IceDragon has joined #ruby
code_ has joined #ruby
quarcu has joined #ruby
mosez has joined #ruby
papercode has joined #ruby
tommylommykins has joined #ruby
PaulCapestany has joined #ruby
mburns has joined #ruby
pushcx is now known as Guest52280
arlek has joined #ruby
joeyjones has joined #ruby
tris has joined #ruby
kiki_lamb has joined #ruby
sepp2k has joined #ruby
joeyjones has quit [Changing host]
joeyjones has joined #ruby
cpup has joined #ruby
headius has joined #ruby
spectra has joined #ruby
IceDragon is now known as Guest7926
FooMunki has joined #ruby
duracrisis is now known as Guest49715
pietr0 has joined #ruby
PedramT has joined #ruby
WebDawg has joined #ruby
sindork has joined #ruby
Amnez777 has quit [Max SendQ exceeded]
scepticulous has joined #ruby
gbailey has joined #ruby
Scient has joined #ruby
patteh has joined #ruby
CloCkWeRX has joined #ruby
drale2k has joined #ruby
kies has joined #ruby
kenichi has joined #ruby
oddmunds has joined #ruby
passcod has joined #ruby
dfoolz has joined #ruby
Amnez777 has joined #ruby
psyq has joined #ruby
tenderlove has joined #ruby
p0p0pr37 has joined #ruby
clamstar has joined #ruby
Davey has joined #ruby
Davey has quit [Changing host]
Davey has joined #ruby
redlegion has joined #ruby
giraffe has joined #ruby
rcs has joined #ruby
dextertzu has quit [Quit: WeeChat 1.3]
huyderman has joined #ruby
Laaw has joined #ruby
Melpaws has joined #ruby
cyphactor has joined #ruby
Guest76594 has joined #ruby
groundnuty has joined #ruby
<shevy>
EdwardIII I used to hate it too
<shevy>
then I abandoned it
<shevy>
then I no longer hated it :)
<EdwardIII>
heh now life is good
<EdwardIII>
for you, anyway
<shevy>
I think there are more! like how json became popular quite quickly
Rush has joined #ruby
spastorino has quit [Ping timeout: 246 seconds]
schaary has quit [Ping timeout: 246 seconds]
halfdan has quit [Ping timeout: 246 seconds]
im0b has quit [Ping timeout: 246 seconds]
<apeiros>
EdwardIII: it means the element is optional. occurs at least zero times, at max once.
marr has joined #ruby
\pub\bash0r has joined #ruby
hadronzoo has joined #ruby
bodie_ has joined #ruby
zack6849 has joined #ruby
zack6849 has joined #ruby
znz_jp has joined #ruby
kloeri has joined #ruby
muvbit has quit [Ping timeout: 248 seconds]
euphoriaa has joined #ruby
jpterry has joined #ruby
<EdwardIII>
apeiros: yeah but i can't get examples from the vendor, and savon doesn't complain if you put bogus elements in there. so if you're doing stuff wrong, based on the wsdl (e.g. you've misnamed a parameter or nested it incorrectly) you don't know
<EdwardIII>
which makes optional parameters trickier
nchambers has joined #ruby
shortdudey123 has joined #ruby
Kruppe has joined #ruby
kellabyte has quit [Ping timeout: 260 seconds]
hayden_ has quit [Ping timeout: 260 seconds]
akahn has quit [Ping timeout: 260 seconds]
jpinnix_______ has quit [Ping timeout: 260 seconds]
AdamMeghji has quit [Ping timeout: 260 seconds]
troter_______ has quit [Ping timeout: 260 seconds]
sevin has joined #ruby
wlanboy has joined #ruby
jud has joined #ruby
SenpaiSilver has joined #ruby
slash_nick has joined #ruby
ebertx has joined #ruby
ghr has joined #ruby
Tristan-Speccy has joined #ruby
linduxed has joined #ruby
RTG` has joined #ruby
resin has joined #ruby
Keltia has joined #ruby
nertzy has joined #ruby
kegster has joined #ruby
BraddPitt has joined #ruby
bradland has joined #ruby
musl has joined #ruby
A124 has joined #ruby
hackeron has joined #ruby
ldnunes has joined #ruby
df has joined #ruby
dtordable has joined #ruby
brainslug has joined #ruby
nirix has joined #ruby
bqscott has joined #ruby
Synthead has joined #ruby
marsjaninzmarsa has joined #ruby
Tristan-Speccy has quit [Max SendQ exceeded]
A124 has quit [Max SendQ exceeded]
SenpaiSilver has quit [Max SendQ exceeded]
vbatts|work has joined #ruby
kegster has quit [Changing host]
kegster has joined #ruby
wlanboy has quit [Changing host]
wlanboy has joined #ruby
A124 has joined #ruby
csmb has joined #ruby
vqrs has joined #ruby
rhg135 has joined #ruby
im0b has joined #ruby
cibs has joined #ruby
fullstack has joined #ruby
mc_fail has joined #ruby
chrisarcand has joined #ruby
jtoy has joined #ruby
bhaak has joined #ruby
angelixd has joined #ruby
Jamo has joined #ruby
guacamole has joined #ruby
G has quit [Ping timeout: 260 seconds]
skade has quit [Quit: Computer has gone to sleep.]
<apeiros>
EdwardIII: you mean savon doesn't run the xsd against the xml?
<EdwardIII>
i'm not too sure about what's happening under the hood tbh
<EdwardIII>
but it seems possible that it's not testing it against it if i can just put any param in there and get no errors, right?
akahn has joined #ruby
kith has quit [Ping timeout: 246 seconds]
<apeiros>
I don't use savon for my stuff, I use custom built solutions and run nokogiri's xsd validator against input. and that will complain just fine about such things.
brainslug has quit [*.net *.split]
nirix has quit [*.net *.split]
marsjaninzmarsa has quit [*.net *.split]
Synthead has quit [*.net *.split]
bqscott has quit [*.net *.split]
SShrike has joined #ruby
<EdwardIII>
hmm
MissionCritical has joined #ruby
SenpaiSilver has joined #ruby
brainslug has joined #ruby
spastorino has joined #ruby
nirix has joined #ruby
bluOxigen has joined #ruby
kellabyte has joined #ruby
<EdwardIII>
looks like it doesn't do xsd itself, but that i can add it myself easily enough before it sends the req
hayden_ has joined #ruby
AdamMeghji has joined #ruby
schaary has joined #ruby
jpinnix_______ has joined #ruby
ged has quit [Ping timeout: 265 seconds]
marsjaninzmarsa has joined #ruby
zotherstupidguy has joined #ruby
noodle has joined #ruby
Spami has joined #ruby
Shaboum has quit [Ping timeout: 240 seconds]
troter_______ has joined #ruby
lsmola has quit [Ping timeout: 250 seconds]
flughafen_ has joined #ruby
chipotle has joined #ruby
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<EdwardIII>
hrm i guess actually it's more likely because i'm just trying to read in a big fat wsdl as an xsd when it's not really
TTilus has joined #ruby
eggoez has joined #ruby
sepp2k has quit [Ping timeout: 255 seconds]
lele` has joined #ruby
devsterknight|ZN has joined #ruby
Danielss89_ has joined #ruby
techietrash_ has joined #ruby
rideh has joined #ruby
Lightsword_ has joined #ruby
Zarthus_ has joined #ruby
JStoker has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
Fridtjof_ has joined #ruby
hostess_ has joined #ruby
stryek has joined #ruby
michael_mbp has quit [*.net *.split]
CloCkWeRX has quit [*.net *.split]
AlexRussia has quit [*.net *.split]
isene has quit [*.net *.split]
mistym has quit [*.net *.split]
pjaspers has quit [*.net *.split]
moncky has quit [*.net *.split]
livcd has quit [*.net *.split]
Danielss89 has quit [*.net *.split]
devster31 has quit [*.net *.split]
lancetw has quit [*.net *.split]
mroth has quit [*.net *.split]
jord has quit [*.net *.split]
jmcc_______ has quit [*.net *.split]
jlyndon has quit [*.net *.split]
ruurd has quit [*.net *.split]
Raboo has quit [*.net *.split]
Y_Ichiro has quit [*.net *.split]
mrsolo has quit [*.net *.split]
unsymbol has quit [*.net *.split]
nwhirschfeld has quit [*.net *.split]
catbusters has quit [*.net *.split]
Mr0riss0 has quit [*.net *.split]
AlphaAtom has quit [*.net *.split]
[spoiler] has quit [*.net *.split]
zenlot has quit [*.net *.split]
Miron has quit [*.net *.split]
epochwolf has quit [*.net *.split]
nlsun has quit [*.net *.split]
tylersmith has quit [*.net *.split]
DarkBushido has quit [*.net *.split]
Seich has quit [*.net *.split]
Lloyd has quit [*.net *.split]
justinweiss has quit [*.net *.split]
ELLIOTTCABLE has quit [*.net *.split]
tejasmanohar has quit [*.net *.split]
HashNuke has quit [*.net *.split]
ltd has quit [*.net *.split]
wanderer has quit [*.net *.split]
edulix has quit [*.net *.split]
Rutix has quit [*.net *.split]
sorah_ has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
gix has quit [*.net *.split]
rfi has quit [*.net *.split]
Zarthus has quit [*.net *.split]
cschneid has quit [*.net *.split]
Hounddog has quit [*.net *.split]
swgillespie has quit [*.net *.split]
bove has quit [*.net *.split]
pmarreck has quit [*.net *.split]
c355e3b has quit [*.net *.split]
Terens has quit [*.net *.split]
rikai has quit [*.net *.split]
Koshian has quit [*.net *.split]
zenguy_pc has quit [*.net *.split]
spacemud has quit [*.net *.split]
sonne has quit [*.net *.split]
akitada has quit [*.net *.split]
shelling__ has quit [*.net *.split]
jokester has quit [*.net *.split]
ELCALOR has quit [*.net *.split]
boxrick1 has quit [*.net *.split]
jabreity has quit [*.net *.split]
ggherdov_ has quit [*.net *.split]
pizzaops has quit [*.net *.split]
jcp has quit [*.net *.split]
nibbo has quit [*.net *.split]
j0n3 has quit [*.net *.split]
ssm has quit [*.net *.split]
Ankhers has quit [*.net *.split]
pocketprotector has quit [*.net *.split]
Lightsword has quit [*.net *.split]
segmond has quit [*.net *.split]
Elysia has quit [*.net *.split]
veloutin has quit [*.net *.split]
spk has quit [*.net *.split]
psmolen has quit [*.net *.split]
Guest87933 has quit [*.net *.split]
raenk has quit [*.net *.split]
arian0n_ has quit [*.net *.split]
UtkarshRay has quit [*.net *.split]
marienz has quit [*.net *.split]
skweek has quit [*.net *.split]
dopamean_ has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
meinside has quit [*.net *.split]
AckZ has quit [*.net *.split]
hanmac has quit [*.net *.split]
dubek has quit [*.net *.split]
lele has quit [*.net *.split]
PlasmaStar has quit [*.net *.split]
Guest49360 has quit [*.net *.split]
mighty_gorilla has quit [*.net *.split]
rideh- has quit [*.net *.split]
demophoon has quit [*.net *.split]
denym_` has quit [*.net *.split]
skmp has quit [*.net *.split]
bjeanes has quit [*.net *.split]
pfg has quit [*.net *.split]
shadeslayer has quit [*.net *.split]
[BNC]WizJin has quit [*.net *.split]
marxarelli|afk has quit [*.net *.split]
whippythellama has quit [*.net *.split]
hostess has quit [*.net *.split]
rvchangue has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
janno has quit [*.net *.split]
Billias has quit [*.net *.split]
zacts has quit [*.net *.split]
techietrash has quit [*.net *.split]
johnnyt has quit [*.net *.split]
arthurix_ has quit [*.net *.split]
Junaos has quit [*.net *.split]
icedp has quit [*.net *.split]
braderhart has quit [*.net *.split]
manveru has quit [*.net *.split]
donnoc has quit [*.net *.split]
sts_ has quit [*.net *.split]
matp has quit [*.net *.split]
edwardly has quit [*.net *.split]
tubbo has quit [*.net *.split]
yokel has quit [*.net *.split]
TDJACR has quit [*.net *.split]
greister has quit [*.net *.split]
Meow-J has quit [*.net *.split]
ItSANgo has quit [*.net *.split]
zipkid has quit [*.net *.split]
aef has quit [*.net *.split]
Roa has quit [*.net *.split]
SilentEc1 has quit [*.net *.split]
Puffball_ has quit [*.net *.split]
Plas has joined #ruby
Hounddog_ has joined #ruby
cschneid_ has joined #ruby
ltp has quit [*.net *.split]
EvilJStoker has quit [*.net *.split]
boogibugs has quit [*.net *.split]
zarubin has quit [*.net *.split]
Platini has quit [*.net *.split]
j416 has quit [*.net *.split]
sirecote has quit [*.net *.split]
varesa has quit [*.net *.split]
juniorism has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
Liam` has quit [*.net *.split]
kaspergrubbe has quit [*.net *.split]
david2 has quit [*.net *.split]
tekk has quit [*.net *.split]
LoganG has quit [*.net *.split]
tekacs has quit [*.net *.split]
JStoker has joined #ruby
mistym- has joined #ruby
Seich_ has joined #ruby
sts has joined #ruby
sorah_ has joined #ruby
unsymbol has joined #ruby
shadeslayer has joined #ruby
<EdwardIII>
apeiros: i don't suppose you have an example of doing this, do you?
SilentEcho has joined #ruby
LoganG_ has joined #ruby
nibbo has joined #ruby
omninonsense has joined #ruby
arian0n has joined #ruby
varesa has joined #ruby
jokester_ has joined #ruby
epochwolf|2 has joined #ruby
Creator|away has joined #ruby
Billias_ has joined #ruby
zz_denym_ has joined #ruby
tcrypt has joined #ruby
Billias_ is now known as Billias
zenguy_pc has joined #ruby
akkad has joined #ruby
greister has joined #ruby
Raboo has joined #ruby
skweek has joined #ruby
Puffball has joined #ruby
ltp has joined #ruby
j416 has joined #ruby
whippythellama has joined #ruby
dopamean_ has joined #ruby
segmond has joined #ruby
jxf has joined #ruby
boogibugs has joined #ruby
johnnyt has joined #ruby
donnoc has joined #ruby
Weethus has joined #ruby
dubek has joined #ruby
nibbo has joined #ruby
nibbo has quit [Changing host]
Mr0riss0 has joined #ruby
Miron_ has joined #ruby
DarkBushido_ has joined #ruby
demophoon has joined #ruby
david2 has joined #ruby
epochwolf|2 is now known as epochwolf
Junaos has joined #ruby
<apeiros>
EdwardIII: nope, not on this computer anyway
Sp4rKy has joined #ruby
yokel has joined #ruby
ssm has joined #ruby
sts is now known as Guest86418
Roa has joined #ruby
Lightsword_ is now known as Lightsword
EvilJStoker has joined #ruby
moncky has joined #ruby
wanderer has joined #ruby
marienz has joined #ruby
SegFaultAX has joined #ruby
matp has joined #ruby
edwardly has joined #ruby
livcd has joined #ruby
LoganG_ is now known as LoganG
Y_Ichiro has joined #ruby
Y_Ichiro has joined #ruby
ltd has joined #ruby
olspookishmagus has joined #ruby
cbetta has joined #ruby
rfi has joined #ruby
zenlot has joined #ruby
zacts has joined #ruby
raenk has joined #ruby
janno has joined #ruby
veloutin has joined #ruby
Platini has joined #ruby
juniorism has joined #ruby
isene has joined #ruby
edulix has joined #ruby
kaspergrubbe has joined #ruby
nwhirschfeld has joined #ruby
arthurix has joined #ruby
olspookishmagus is now known as Guest44880
AlexRussia has joined #ruby
Platini has quit [Max SendQ exceeded]
CloCkWeRX has joined #ruby
rikai has joined #ruby
_mak has joined #ruby
zacts is now known as Guest49472
Liam` has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
Koshian has joined #ruby
bronson has joined #ruby
ItSANgo_ has joined #ruby
Rutix has joined #ruby
Rutix has quit [Changing host]
Rutix has joined #ruby
duckpupp1 has quit [Ping timeout: 264 seconds]
Platini has joined #ruby
<EdwardIII>
apeiros: do you do something in ruby to extract the xsd from the wsdl?
catbusters has joined #ruby
jam_ has joined #ruby
<apeiros>
hm, been a while since I touched those parts. I think I actually extracted it manually.
TDJACR_ has joined #ruby
DanKnox_ has quit [Ping timeout: 248 seconds]
DanKnox has quit [Ping timeout: 250 seconds]
aef has joined #ruby
<EdwardIII>
using a tool using soapui or something you mean?
<apeiros>
sublime :)
yosafbridge has joined #ruby
<EdwardIII>
heh ok
<EdwardIII>
without ending up in namespace soup. you must be a master hacker!
<apeiros>
iirc it wasn't difficult and change was expected to happen very rarely.
<apeiros>
so doing it by hand was less time consuming than doing a "proper" solution.
<apeiros>
not sure if I ever wrote a tool to automate it, though :-/
pawnbox_ has quit [Remote host closed the connection]
ged has joined #ruby
tekacs has joined #ruby
AlphaAtom has joined #ruby
spk has joined #ruby
gnarld_ is now known as nug
FernandoBasso has joined #ruby
<EdwardIII>
well that sounds ace
Ankhers has joined #ruby
C0deMaver1ck has joined #ruby
rvchangue has joined #ruby
Terens has joined #ruby
psmolen has joined #ruby
pjaspers has joined #ruby
<EdwardIII>
trying to do it now. <wsdl:types> is basically the xsd afaik
shaman42 has quit [Ping timeout: 250 seconds]
spacemud has joined #ruby
tekk has joined #ruby
icedp has joined #ruby
sirecote has joined #ruby
pocketprotector has joined #ruby
hollywood has joined #ruby
tubbo has joined #ruby
C0deMaver1ck is now known as Guest91232
nlsun has joined #ruby
shaman42 has joined #ruby
sonne has joined #ruby
dayjo has joined #ruby
dajobat has quit [Read error: Connection reset by peer]
dayjo has quit [Client Quit]
bronson has quit [Ping timeout: 244 seconds]
roshanavand has joined #ruby
dajobat has joined #ruby
<dajobat>
Afternoon everyone.
michael_mbp has joined #ruby
dkam_ has joined #ruby
WizJin has joined #ruby
jam_ has quit [Ping timeout: 255 seconds]
gix has joined #ruby
sdothum has joined #ruby
zarubin has joined #ruby
bcavileer has joined #ruby
lipoqil has joined #ruby
Kamilion has joined #ruby
bestie has joined #ruby
golgaroth has joined #ruby
Miron_ is now known as Miron
jpinnix_______ has joined #ruby
charles81 has joined #ruby
MiracleBlue___ has joined #ruby
tonini has joined #ruby
S01780 has joined #ruby
Eleeleth has joined #ruby
frode15243 has joined #ruby
duckpupp1 has joined #ruby
daxroc has joined #ruby
dkam has quit [Ping timeout: 248 seconds]
djbender has joined #ruby
zzak__ has joined #ruby
acerna has joined #ruby
deimos has joined #ruby
bttf has joined #ruby
jord has joined #ruby
jmcc_______ has joined #ruby
boxrick1 has joined #ruby
alxndr has joined #ruby
frankS2 has joined #ruby
c355e3b has joined #ruby
HashNuke has joined #ruby
y2mq37 has joined #ruby
Musashi007 has joined #ruby
godzillaenlacasa has joined #ruby
lucasb has joined #ruby
rflot has joined #ruby
pizzaops has joined #ruby
Guest4184______ has joined #ruby
dkam__ has joined #ruby
tejasmanohar has joined #ruby
ELCALOR has joined #ruby
err_ok has joined #ruby
LoneHerm_ has joined #ruby
im0b has joined #ruby
justinweiss has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
ruurd has joined #ruby
ruurd is now known as Guest30342
manveru has joined #ruby
bjeanes has joined #ruby
anekos has quit [Quit: Tiarra 0.1+svn-39036: SIGTERM received; exit]
hanmac has joined #ruby
amitchellbullard has joined #ruby
anekos has joined #ruby
y2mq37 has quit [Ping timeout: 240 seconds]
meinside has joined #ruby
frudo has joined #ruby
Mon_Ouie has quit [Ping timeout: 268 seconds]
Guest60723 is now known as ndrst
swgillespie has joined #ruby
dkam_ has quit [Ping timeout: 250 seconds]
blackmesa has joined #ruby
SShrike has quit [Quit: SShrike]
<lucasb>
Hey kids<333
zipkid has joined #ruby
mostlybadfly has joined #ruby
nofxx has quit [Ping timeout: 240 seconds]
skmp has joined #ruby
<frudo>
fluentd stopped or start automatic wt would cause the reason? i checked in log but not shows error for restart ot stopped
jcp has joined #ruby
nofxx has joined #ruby
roshanavand has quit [Remote host closed the connection]
jlyndon has joined #ruby
anekos has quit [Client Quit]
pfg has joined #ruby
mroth has joined #ruby
Amnez777 has quit [Ping timeout: 244 seconds]
ruby-lang043 has joined #ruby
ELLIOTTCABLE has joined #ruby
johnmilton has joined #ruby
Arcaire has quit [Remote host closed the connection]
benlakey has quit [Remote host closed the connection]
joaomdmoura__ has quit [Remote host closed the connection]
yo61 has quit [Remote host closed the connection]
machty has quit [Remote host closed the connection]
howdoi has quit [Remote host closed the connection]
imanc has quit [Remote host closed the connection]
twodayslate has quit [Remote host closed the connection]
iamdevnul has quit [Remote host closed the connection]
im0b has quit [Remote host closed the connection]
andersh has quit [Remote host closed the connection]
ruby-lang043 has left #ruby [#ruby]
ggherdov_ has joined #ruby
LoneHermit has joined #ruby
dkam__ has quit [Quit: Be back later ...]
LoneHermit has quit [Remote host closed the connection]
angiebadillo has joined #ruby
<lucasb>
now that ruby is getting a Dir.empty? method, do you think it makes sense to have a File.empty? as an alias to File.zero? ?
zacstewart has quit [Ping timeout: 248 seconds]
braderhart has joined #ruby
casadei_ has joined #ruby
<EdwardIII>
hrm, nokogiri is saying: Element '{http://schemas.xmlsoap.org/soap/envelope/}Envelope': No matching global declaration available for the validation root.
pawnbox has joined #ruby
<EdwardIII>
which kinda makes sense. i don't find any references to soap stuff in the wsdl's types at all
shanemcd has joined #ruby
<EdwardIII>
e.g. Envelope, Header etc
sepp2k has joined #ruby
<apeiros>
you probably have a declaration referencing the standard
y2mq37 has joined #ruby
FooMunki has quit [Quit: FooMunki]
frozen3 has joined #ruby
FooMunki has joined #ruby
PedramT has quit [Ping timeout: 255 seconds]
frozen3 has quit [Remote host closed the connection]
frozen3 has joined #ruby
gmci has joined #ruby
joonty has quit [Ping timeout: 264 seconds]
<EdwardIII>
apeiros: hrm so what do you think? it seems to be failing at the first hurdle
tulak has quit [Read error: Connection reset by peer]
bigkevmcd has joined #ruby
sesquipedalian has joined #ruby
iamdevnul has quit [K-Lined]
Lloyd has quit [K-Lined]
im0b has quit [K-Lined]
AckZ has quit [K-Lined]
machty has quit [K-Lined]
twodayslate has quit [K-Lined]
jabreity has quit [K-Lined]
yo61 has quit [K-Lined]
imanc has quit [K-Lined]
bMalum has joined #ruby
lancetw has quit [K-Lined]
pmarreck has quit [K-Lined]
tulak has joined #ruby
Axy has quit [Ping timeout: 268 seconds]
CloCkWeRX has quit [Ping timeout: 240 seconds]
freerobby has joined #ruby
jam_ has joined #ruby
frankS2 has quit [Ping timeout: 268 seconds]
<adaedra>
I suggest you ask smathy nicely and apologize or any other #RoR operator and see what can be done about your ban.
meinside has quit [Quit: Connection closed for inactivity]
Lloyd has joined #ruby
shredding has joined #ruby
<EdwardIII>
pm-me-babe type deal
wprice has joined #ruby
krobzaur has joined #ruby
patchedmonkey has joined #ruby
openstruct has quit [Ping timeout: 240 seconds]
chouhoulis has joined #ruby
jam_ has quit [Ping timeout: 268 seconds]
aganov has quit [Remote host closed the connection]
aegis3121 has joined #ruby
kent\n has quit [Quit: No Ping reply in 180 seconds.]
j0n3 has joined #ruby
frankS2 has joined #ruby
fontain has joined #ruby
juanpablo_ has joined #ruby
juanpablo_ has quit [Remote host closed the connection]
kent\n has joined #ruby
zacstewart has joined #ruby
juanpablo_ has joined #ruby
slackbotgz has quit [Remote host closed the connection]
slackbotgz has joined #ruby
swills has joined #ruby
sankaber has quit [Remote host closed the connection]
stannard has joined #ruby
shanemcd has joined #ruby
y2mq37 has quit [Read error: Network is unreachable]
sankaber has joined #ruby
denym_ is now known as zz_denym_
y2mq37 has joined #ruby
openstruct has joined #ruby
openstruct has joined #ruby
ponga has joined #ruby
T5u has joined #ruby
steffkes has joined #ruby
<steffkes>
hey there
pwnd_nsfw` is now known as pwnd_nsfw
pandaant has quit [Remote host closed the connection]
DanKnox has joined #ruby
DanKnox_ has joined #ruby
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
floatingpoint has joined #ruby
babblebre has joined #ruby
rodfersou is now known as rodfersou|lunch
rkazak has joined #ruby
kappy has quit [Quit: Lost terminal]
abra0 has quit [Ping timeout: 248 seconds]
KensoDev has joined #ruby
abra0 has joined #ruby
T5u is now known as tsunamie
mostlybadfly has quit [Quit: Connection closed for inactivity]
CloCkWeRX has joined #ruby
<steffkes>
probably i'm not seeing the right way to go since i've worked a bit with php and phpunit (test framework) is offering something they call "data provider". works like the following: you specific a separated method which returns a list of lists, where each record of the parent list is executed with the test where you've specified the data provider.
<steffkes>
my scenario is: i have a bunch of files (containing http requests) which i'd like to iterate over.
<hanmac>
steffkes: do you use rails? if yes: #rubyonrails might be better
zast has joined #ruby
<steffkes>
hanmac: i do, but i'm not sure how rails specific the question is?
<apeiros>
doesn't seem to be a rails question to me either
<hanmac>
because you did talk about data provider and records
DanKnox_ has quit [Ping timeout: 240 seconds]
DanKnox has quit [Ping timeout: 240 seconds]
<hanmac>
thats why i thought it might be rails related
moei has joined #ruby
<steffkes>
well, that might be due to poor wording on my side :)
rkazak has quit [Quit: Sleep.....ing....]
dopamean_ has joined #ruby
<steffkes>
first of, i'm curious if the question on its own does even make sense for you guys?
abra0 has left #ruby [#ruby]
futilegames has joined #ruby
<steffkes>
i can share some code, i'm currently using (warning, kinda hacky) if that helps to understand what i'm trying to do.
Guest66609 is now known as BLuEGoD
jottr has quit [Ping timeout: 240 seconds]
BLuEGoD is now known as Guest1557
<apeiros>
steffkes: the question made sense to me. I had something you describe in my own testframework (discontinued), but since I didn't need something like that in minitest (which I use now) I don't know how I'd do it there.
<apeiros>
steffkes: but it would help for others to help if you told us which testframework you're using.
<ddv>
steffkes: dependency injection?
<steffkes>
ah sure apeiros, i'm using minitest - started with rspec, but switched to minitest during the project
marr has quit [Ping timeout: 265 seconds]
Shaboum has quit [Quit: WeeChat 1.4]
<EdwardIII>
curious
blur3d has quit [Quit: blur3d]
mostlybadfly has joined #ruby
solars has quit [Quit: WeeChat 0.4.2]
jottr has joined #ruby
<steffkes>
ddv: sounds always like a good thing, i'm not sure how it might help in my case?
abra0 has joined #ruby
<ddv>
steffkes: what is your real question/problem?
<steffkes>
ddv: that i'd like to execute a specific test for a series of files i'm having.
<steffkes>
and what i'd like to avoid is having one test iterating over those files
g3funk is now known as braidn
andikr has quit [Remote host closed the connection]
c0m0 has quit [Ping timeout: 240 seconds]
weemsledeux has joined #ruby
FooMunki has quit [Quit: FooMunki]
tildes has joined #ruby
kappy has joined #ruby
rippa has joined #ruby
FooMunki has joined #ruby
avahey has quit [Quit: Connection closed for inactivity]
Rodya_ has joined #ruby
FernandoBasso has joined #ruby
<steffkes>
might very well be, that the typical ruby approach looks different - i'm open for everything. that's just the way i'm supposed to given the test framework i've used in php
SkepBrain has quit [Quit: Konversation terminated!]
abra0 has left #ruby [#ruby]
snguyen has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<steffkes>
which had the advance, that it would tell me .. execution of test foo failed while using parameters x,y,z as context
<ddv>
steffkes: what are you testing?
synthroid has joined #ruby
s00pcan_ has quit [Remote host closed the connection]
<steffkes>
i'm playing around with api testing. did a quick port of an existing solution i had. which iterates over a bunch of files (pairs of request/response) and issues the given request to verify if the response equals what i'm expecting
Shaboum has joined #ruby
<ddv>
steffkes: for api testing I usually create spec file for each endpoint
slackbotgz has quit [Remote host closed the connection]
x77686d has joined #ruby
<steffkes>
allows me to create a http request from the file .. issue that and compare it to the response. adding another test is just adding another file, in a format that most of the people are used to
FernandoBasso has quit [Read error: Connection reset by peer]
y2mq37 has quit [Write error: Connection reset by peer]
Sucks has quit [Read error: Connection reset by peer]
roshanav_ has quit [Ping timeout: 265 seconds]
pwnd_nsfw has quit [Read error: Network is unreachable]
<steffkes>
a little bit like what VCR does for external api tests or rather mocks thereof
y2mq37 has joined #ruby
Sucks has joined #ruby
Kero has quit [Remote host closed the connection]
FernandoBasso has joined #ruby
pwnd_nsfw has joined #ruby
Xeago has quit [Remote host closed the connection]
crdpink has quit [Excess Flood]
crdpink has joined #ruby
sgambino has quit [Client Quit]
sgambino has joined #ruby
lancetw has joined #ruby
tcrypt has quit [Ping timeout: 268 seconds]
Xeago has joined #ruby
Rodya_ has joined #ruby
y2mq37 has quit [Read error: Network is unreachable]
idefine has joined #ruby
tylersmith has joined #ruby
y2mq37 has joined #ruby
dkam__ has quit [Ping timeout: 248 seconds]
lucasb has quit [Quit: leaving]
hyperdrive has joined #ruby
hxegon is now known as hxegon_AFK
Grays0n has quit [Ping timeout: 255 seconds]
dopie has joined #ruby
hostess_ has quit [Quit: No Ping reply in 180 seconds.]
Mon_Ouie has joined #ruby
sinkensabe has quit [Remote host closed the connection]
sinkensabe has joined #ruby
_stu_ has joined #ruby
hostess has joined #ruby
tonini has quit [Ping timeout: 268 seconds]
incomprehensibly has quit [Ping timeout: 268 seconds]
aufi has joined #ruby
axisys has joined #ruby
incomprehensibly has joined #ruby
tonini has joined #ruby
hxegon_AFK is now known as hxegon
sinkensabe has quit [Ping timeout: 240 seconds]
x0f has quit [Ping timeout: 268 seconds]
yardenbar has quit [Ping timeout: 268 seconds]
terlar has joined #ruby
zenergi has joined #ruby
GGMethos has quit [Ping timeout: 268 seconds]
Guest38 has joined #ruby
nogic has quit [Ping timeout: 248 seconds]
sinkensabe has joined #ruby
malcolmva has quit [Ping timeout: 244 seconds]
roshanavand has joined #ruby
mdw has joined #ruby
idefine has quit [Read error: Connection reset by peer]
idefine has joined #ruby
x0f has joined #ruby
charlemagne has joined #ruby
GGMethos has joined #ruby
bronson has joined #ruby
msosa has joined #ruby
nofacade has joined #ruby
tw1sted has quit [Changing host]
tw1sted has joined #ruby
zackzorman has joined #ruby
roshanavand has quit [Ping timeout: 248 seconds]
mary5030 has joined #ruby
patchedmonkey has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
GriffinHeart has joined #ruby
mary5030 has quit [Remote host closed the connection]
mary5030 has joined #ruby
kmckelvin has quit [Read error: Connection reset by peer]
kmckelvi1 has joined #ruby
flughafen_ has quit [Ping timeout: 264 seconds]
idefine has quit [Read error: Connection reset by peer]
Sucks has quit [Read error: Connection reset by peer]
kies^ has joined #ruby
snguyen has joined #ruby
idefine has joined #ruby
nfk has joined #ruby
d10n-work has joined #ruby
s00pcan_ has quit [Remote host closed the connection]
malcolmva has joined #ruby
s00pcan_ has joined #ruby
arlek has quit [Ping timeout: 255 seconds]
dkam__ has joined #ruby
ready has quit [Ping timeout: 264 seconds]
krzkrz has quit [Read error: Connection reset by peer]
sinkensabe has quit [Remote host closed the connection]
Grays0n has joined #ruby
nogic has joined #ruby
nogic has quit [Max SendQ exceeded]
nogic has joined #ruby
nogic has quit [Max SendQ exceeded]
GeorgesLeYeti has quit [Quit: Quitte]
krzkrz has joined #ruby
nogic has joined #ruby
einarj has quit [Remote host closed the connection]
DanKnox_ has joined #ruby
DanKnox has joined #ruby
nogic has quit [Max SendQ exceeded]
aufi has quit [Ping timeout: 255 seconds]
nogic has joined #ruby
Jardayn has joined #ruby
nogic has quit [Max SendQ exceeded]
cjbottaro has joined #ruby
abrin has joined #ruby
clauswitt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
the_drow_ has quit [Quit: This computer has gone to sleep]
machty has joined #ruby
andikr has joined #ruby
marsjaninzmarsa has joined #ruby
Rodya_ has joined #ruby
JDiPierro has joined #ruby
Grays0n has quit [Ping timeout: 268 seconds]
Xeago has quit [Ping timeout: 255 seconds]
theRoUS is now known as GenghisKen
jottr has joined #ruby
JDiPierro has quit [Remote host closed the connection]
GenghisKen is now known as theRoUS
rodfersou|lunch is now known as rodfersou
dkam__ has quit [Ping timeout: 240 seconds]
JDiPierro has joined #ruby
JDiPierro has quit [Remote host closed the connection]
JDiPierro has joined #ruby
failshell has quit [Remote host closed the connection]
DanKnox_ has quit [Ping timeout: 255 seconds]
DanKnox has quit [Ping timeout: 255 seconds]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<tubbo>
no
<tubbo>
everything is boring
<tubbo>
;)
failshell has joined #ruby
bklane has joined #ruby
<tubbo>
actually i haven't beeen doing much "fun stuff" in ruby, mostly in JS these days...but ruby is my rock.
blackmesa has joined #ruby
Marsupermammal has joined #ruby
<baweaver>
It's certainly a gem, isn't it?
sgambino has joined #ruby
william3 has quit [Remote host closed the connection]
<tubbo>
baweaver: hiyooooooo
<baweaver>
'morning
<tubbo>
=D
<tubbo>
well like these days i've been making a website/API/central data store for my record label. i want to use that API to build each artist's electronic press kit with ember.js
<EdwardIII>
baweaver: my approach was 'sod it, just use angular and dump the .js files in the page' then build it from there
dhollinger has joined #ruby
<EdwardIII>
that's not very fresh and exciting though i suppose
PhoenixBird has left #ruby [#ruby]
marxarelli has joined #ruby
GriffinHeart has joined #ruby
tildes has quit [Remote host closed the connection]
swills has quit [Ping timeout: 248 seconds]
amclain has joined #ruby
Kryptonical has joined #ruby
bauruine has joined #ruby
FernandoBasso has quit [Quit: Leaving]
Guest43378 is now known as BLuEGoD
BLuEGoD is now known as Guest54078
DanKnox_ has joined #ruby
DanKnox has joined #ruby
GriffinHeart has quit [Ping timeout: 240 seconds]
mdw has quit [Quit: Sleeping Zzzzz]
Tomasso has joined #ruby
william3 has joined #ruby
jazzonmymind has joined #ruby
fullofcaffeine has joined #ruby
<baweaver>
EdwardIII: I find fresh and exciting is more likely to break in equally fresh and exciting ways
<EdwardIII>
i have a policy that i try to introduce 1 new tech per project, whether it's 1 big one or 1 little one
<Tomasso>
silly question: why when I reference another class from a class inside a module, that module name appends to that class I want to reference? so bothering...
<baweaver>
::TopLevel
<EdwardIII>
even if it means doing stuff in a crufty way at first (e.g. an angular app with 10 <script> tags on the page)
dhollinger has quit [Quit: WeeChat 1.4]
infra-red has joined #ruby
bMalum_ has joined #ruby
<EdwardIII>
i need to reread the section on constants and module loading again
<baweaver>
I think it was an assumption made for Libraries
DmitryBochkarev has joined #ruby
bklane has joined #ruby
<baweaver>
though what it probably means is it wasn't found elsewhere
<baweaver>
so it got there
<Tomasso>
for example I call MongoConnector.get_instance from a method inside class Service , and says uninitialized constant Service::MongoConnector.get_instance grgrgrggrrg
idefine has quit [Remote host closed the connection]
DanKnox_ has quit [Ping timeout: 255 seconds]
DanKnox has quit [Ping timeout: 255 seconds]
<baweaver>
::MongoConnector.get_instance
<baweaver>
it'll probably error though. Make sure the gem is installed and required
nogic has quit [Ping timeout: 248 seconds]
Ousmane has joined #ruby
alexherbo2 has joined #ruby
Ousmane has quit [Client Quit]
<EdwardIII>
baweaver: well... kinda the same thing applies in my philosophy e.g. if angular is the new tech, you can't also have a new module loader for example
<EdwardIII>
or if es6 + babelify is the new tech you have to use a framework you already know well
idefine_ has joined #ruby
bMalum has quit [Ping timeout: 265 seconds]
william3 has quit [Ping timeout: 250 seconds]
dkam__ has quit [Ping timeout: 265 seconds]
shanemcd has quit [Remote host closed the connection]
shanemcd has joined #ruby
bklane has quit [Remote host closed the connection]
atmosx has quit [Quit: This is aparting message!]
<EdwardIII>
i remember when i first used knockout, for a couple of complex elements it was beautiful, but it didn't scale up for a more complex SPA for me at all
dima_ has joined #ruby
bMalum_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dhollinger has joined #ruby
finisherr has joined #ruby
dhollinger has quit [Client Quit]
DmitryBochkarev has quit [Ping timeout: 244 seconds]
idefine_ has quit [Remote host closed the connection]
sandstrom has quit [Quit: My computer has gone to sleep.]
steffkes has joined #ruby
steffkes has quit [Changing host]
steffkes has joined #ruby
dhollinger has joined #ruby
<baweaver>
be back in a bit
baweaver has quit [Remote host closed the connection]
idefine has joined #ruby
kmckelvi1 has quit [Ping timeout: 250 seconds]
mhoungbo has quit [Quit: Quitte]
glcx has quit [Quit: Quitte]
Eiam has joined #ruby
sandstrom has joined #ruby
DanKnox has joined #ruby
DanKnox_ has joined #ruby
synthroid has quit [Remote host closed the connection]
mack25 has joined #ruby
idefine has quit [Remote host closed the connection]
sneakerhax has joined #ruby
lxsameer has joined #ruby
lxsameer has joined #ruby
william3 has joined #ruby
bronson has joined #ruby
treaki_ has quit [Read error: Connection reset by peer]
nogic has joined #ruby
griffindy has joined #ruby
nogic has quit [Max SendQ exceeded]
nogic has joined #ruby
nogic has quit [Max SendQ exceeded]
DanKnox_ has quit [Ping timeout: 240 seconds]
DanKnox has quit [Ping timeout: 240 seconds]
mdw has joined #ruby
mack25 has quit [Client Quit]
mack25 has joined #ruby
mack25 is now known as DJTrey
nogic has joined #ruby
bhaak has quit [Ping timeout: 240 seconds]
linuxhiker has joined #ruby
nogic has quit [Max SendQ exceeded]
<linuxhiker>
I am honored that you guys adopted the draft postgresql CoC. That is awesome.
william3 has quit [Remote host closed the connection]
the_drow has joined #ruby
nogic has joined #ruby
idefine has joined #ruby
bhaak has joined #ruby
william3 has joined #ruby
bklane has joined #ruby
nogic has quit [Max SendQ exceeded]
BSaboia has joined #ruby
Xeago has quit [Read error: Connection reset by peer]
synthroid has joined #ruby
nogic has joined #ruby
kmckelvi1 has joined #ruby
griffindy has quit [Ping timeout: 244 seconds]
bronson has quit [Ping timeout: 244 seconds]
bklane has quit [Remote host closed the connection]
<shevy>
hey... linuxhiker wrote "guys"
baweaver has joined #ruby
<linuxhiker>
shevy: I the unisex version :P
<linuxhiker>
shevy: I meant (good lord I need more coffee) the unisex version
shanemcd has quit [Remote host closed the connection]
Rodya_ has quit [Remote host closed the connection]
Kryptonical has quit [Read error: Network is unreachable]
Kryptonical has joined #ruby
y2mq37 has quit [Read error: Network is unreachable]
bklane has joined #ruby
<linuxhiker>
baweaver: Sorry, I wasn't trying to start a discussion. I just wanted to express my appreciation. We put a lot of work into something rational and easy to interpret.
bestie has joined #ruby
y2mq37 has joined #ruby
Juan26 has joined #ruby
joonty has quit [Ping timeout: 240 seconds]
<baweaver>
fair fair, I just don't want a possible "discussion" on main channel to get heated
<baweaver>
as some are incapable of, shall we say, restraint
steffkes has quit [Ping timeout: 240 seconds]
angryz has quit [Ping timeout: 240 seconds]
incomprehensibly has quit [Ping timeout: 240 seconds]
benlakey has quit [Ping timeout: 240 seconds]
angiebadillo has quit [Ping timeout: 240 seconds]
djbender has quit [Ping timeout: 240 seconds]
Weethus has quit [Ping timeout: 240 seconds]
twe4ked has quit [Ping timeout: 240 seconds]
akahn has quit [Ping timeout: 240 seconds]
deepak has quit [Ping timeout: 240 seconds]
RealMarc has quit [Ping timeout: 240 seconds]
kmckelvi1 has quit [Ping timeout: 255 seconds]
karapetyan has quit [Remote host closed the connection]
shanemcd has joined #ruby
Meow-J has quit [Ping timeout: 240 seconds]
lipoqil has quit [Ping timeout: 240 seconds]
drbrain has quit [Ping timeout: 240 seconds]
elifoster has joined #ruby
JDiPierro has quit [Remote host closed the connection]
Luna_Moonfang has quit [Ping timeout: 240 seconds]
iooner has quit [Ping timeout: 240 seconds]
JoL1hAHN has quit [Ping timeout: 240 seconds]
davedev24 has quit [Read error: Network is unreachable]
DanKnox_ has joined #ruby
DanKnox has joined #ruby
Guest52280 has quit [Changing host]
Guest52280 has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
Guest52280 is now known as pushcx
crdpink has joined #ruby
Tomasso has quit [Ping timeout: 252 seconds]
craysiii has quit [Ping timeout: 240 seconds]
fullofcaffeine has joined #ruby
sysanthrope has joined #ruby
<Juan26>
hi! im new here, im a ui/ux designer looking for learn some basic side server progamming skills, i was wondering if it is better to start with ruby or node.js or Django?
sorah_ has quit [Ping timeout: 240 seconds]
mahk has quit [Ping timeout: 268 seconds]
dkam__ has joined #ruby
Hounddog has joined #ruby
karapetyan has quit [Ping timeout: 248 seconds]
<baweaver>
>> 'You should use ' + %w(ruby node python).sample
shanemcd has quit [Remote host closed the connection]
Liam` has joined #ruby
JoL1hAHN has joined #ruby
Bilge has joined #ruby
tylersmith has joined #ruby
akahn has joined #ruby
Phanes has joined #ruby
spk has joined #ruby
Phanes has quit [Changing host]
Phanes has joined #ruby
Luna_Moonfang has joined #ruby
adgtl has quit [Remote host closed the connection]
twe4ked has joined #ruby
incomprehensibly has joined #ruby
DarkBushido has joined #ruby
LBRapid has joined #ruby
zzak__ has joined #ruby
bttf has joined #ruby
RealMarc has joined #ruby
angryz has joined #ruby
DanKnox_ has quit [Ping timeout: 248 seconds]
DanKnox has quit [Ping timeout: 248 seconds]
epochwolf has joined #ruby
alxndr has joined #ruby
beanHolez has joined #ruby
<Juan26>
yea i know is js, python or ruby the question is in it?
fullofcaffeine has quit [Ping timeout: 240 seconds]
dionysus69 has quit [Ping timeout: 250 seconds]
<baweaver>
clarify that a bit
frode15243 has joined #ruby
[spoiler] has joined #ruby
bove has joined #ruby
Miron has joined #ruby
y2mq37 has quit [Read error: Network is unreachable]
fullofcaffeine has joined #ruby
y2mq37 has joined #ruby
benlakey has joined #ruby
voidDotClass has quit [Remote host closed the connection]
borkdude has joined #ruby
mrfooo has joined #ruby
cbetta has joined #ruby
deimos has joined #ruby
SCHAAP137 has joined #ruby
MiracleBlue___ has joined #ruby
boxrick1 has joined #ruby
<Juan26>
sorry, my first quesstion was wrong, the question is what language is better to learn, python, ruby o js, i mean, the better one in terms of finding job and more "popular", more used in web app projects
deepak has joined #ruby
HashNuke has joined #ruby
avdi has joined #ruby
jimeh has joined #ruby
DoubleMalt has quit [Remote host closed the connection]
blackjid has joined #ruby
aspiers has quit [Ping timeout: 268 seconds]
chrisseaton has joined #ruby
djbender has joined #ruby
bauruine has joined #ruby
Dios has joined #ruby
<baweaver>
they all are
sideshowcoder has joined #ruby
patchedmonkey has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
angiebadillo has joined #ruby
saneax has joined #ruby
dukedave has joined #ruby
lemur has joined #ruby
devbug has quit [Ping timeout: 240 seconds]
aspiers has joined #ruby
<Juan26>
they are all, yea, stupid question
<djellemah>
python will get you science jobs, ruby will make you smile, js will make you popular.
<baweaver>
better question is what do you want to work on?
<Juan26>
nice definition
ponga has joined #ruby
mrsolo has joined #ruby
skarn has joined #ruby
akitada has joined #ruby
<Juan26>
yeah do you know some tut about making good questions?
idefine has quit [Remote host closed the connection]
zhomart has quit [Quit: zhomart]
Kryptonic has joined #ruby
kirillzh has joined #ruby
bklane has quit [Remote host closed the connection]
Guest54078 is now known as BLuEGoD
kirillzh has quit [Client Quit]
skade has joined #ruby
BLuEGoD is now known as Guest96619
fuzzyfuzz has joined #ruby
GriffinHeart has quit [Ping timeout: 255 seconds]
chatzilla has joined #ruby
casadei has joined #ruby
idefine has joined #ruby
Macaveli has joined #ruby
steffkes has quit [Ping timeout: 276 seconds]
<chatzilla>
Looking for opinions. I'm looking to get into an entry-level dev gig, I know some Python. Why would Ruby be a better choice for a new developer?
<shevy>
because ruby is better
Kryptonical has quit [Ping timeout: 268 seconds]
Macaveli has quit [Client Quit]
Snowy has quit []
finisherr has quit [Ping timeout: 240 seconds]
ponga has quit [Quit: Connection closed for inactivity]
<chatzilla>
I've been doing my research, is it true that Ruby only has 1 way to do string formatting?
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
Liothen has quit [Changing host]
Liothen has joined #ruby
finisherr has joined #ruby
bronson has joined #ruby
bronson has quit [Remote host closed the connection]
Mon_Ouie has quit [Ping timeout: 255 seconds]
<chatzilla>
I'm highly annoyed that Python has 4 ways to format strings. %, .format, something else I haven't used, and a new one incoming soon. That's ridiculous. I searched Ruby docs and online, it appears Ruby only has %
bronson has joined #ruby
blaxter has quit [Ping timeout: 268 seconds]
<apeiros>
String#% also exists as Kernel#sprintf and #format
<shevy>
there is more than one way in ruby
<apeiros>
so I guess python and ruby are equally bad in that regard
<apeiros>
(bad as per your measure)
<al2o3-cr>
and even printf
idefine has quit [Remote host closed the connection]
<shevy>
for padding things, I prefer .ljust .center and .rjust these days
<chatzilla>
it's just more surface area you have to know when you get someone else's codebase
idefine has joined #ruby
<apeiros>
al2o3-cr: printf is printing, though
<chatzilla>
adds burden to the noobies for no(?) gain
<al2o3-cr>
well, true
<shevy>
chatzilla someone else's codebase is always awful :)
<apeiros>
chatzilla: I actually concur with aliases being generally a bad thing
<apeiros>
with the exception of aliasing methods which have a common name for specific use-cases. e.g. aliasing == and eql? if they do the same.
skade has quit [Quit: Computer has gone to sleep.]
karapetyan has quit [Remote host closed the connection]
dima_ has quit [Quit: This computer has gone to sleep]
blackmesa has joined #ruby
<chatzilla>
is the Ruby community in general interested in Elixir? I see that as the main perk to diving into Ruby, an exceptional next-step is there if desired/needed
Eiam_ has joined #ruby
<al2o3-cr>
apeiros: my bad didn't read that thouroughly enough
kmckelvi1 has joined #ruby
<shevy>
chatzilla dunno, there were a few. I think Radar... sevenseacat... probably some more
godzillaenlacasa has joined #ruby
nfk|laptop has quit [Ping timeout: 255 seconds]
blandflakes has joined #ruby
shadoi has joined #ruby
* al2o3-cr
needs to learn himself rust
<shevy>
you probably will hear crystal more often than elixir here though
nfk has quit [Remote host closed the connection]
kirillzh has joined #ruby
znz_jp has quit [Quit: kill -QUIT $$]
skade has joined #ruby
nfk has joined #ruby
nettoweb has joined #ruby
blandflakes_ has joined #ruby
blandflakes has quit [Disconnected by services]
blandflakes_ is now known as blandflakes
dkam__ has joined #ruby
Dimik has quit [Ping timeout: 244 seconds]
znz_jp has joined #ruby
blandflakes_ has joined #ruby
blandflakes has quit [Client Quit]
davedev24 has quit []
blandflakes_ is now known as blandflakes
kirillzh has quit [Client Quit]
kirillzh has joined #ruby
elaptics is now known as elaptics`away
skade has quit [Quit: Computer has gone to sleep.]
mdw has quit [Quit: Sleeping Zzzzz]
dkam__ has quit [Ping timeout: 240 seconds]
intrigueD has joined #ruby
openstruct has quit [Remote host closed the connection]
<chatzilla>
i've heard about crystal on HN. It looks interesting. Does anyone know if IBM's Ruby JIT is near?
openstruct has joined #ruby
blackmesa has quit [Ping timeout: 276 seconds]
<shevy>
not sure, one guy here was working on it a some time ago
skade has joined #ruby
idefine has quit [Remote host closed the connection]
andrewvos has quit [Ping timeout: 264 seconds]
spider-mario has joined #ruby
Dios|2 has joined #ruby
poweratom_ has joined #ruby
<chatzilla>
is zed shaw hated or loved by the ruby community?
openstruct has quit [Read error: No route to host]
<pushcx>
yes
openstruct has joined #ruby
Ishido has quit [Remote host closed the connection]
bklane has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Dios has quit [Ping timeout: 252 seconds]
<chatzilla>
just curious, I was thinking about using LRTHW to get my feet wet
swills has joined #ruby
lsmola has quit [Ping timeout: 250 seconds]
<chatzilla>
tryruby.org has been pretty good. I honestly don't see many differences between Ruby and Python, very similar
beanHolez has quit [Remote host closed the connection]
DanKnox_ has joined #ruby
DanKnox has joined #ruby
patchedmonkey has joined #ruby
idefine has joined #ruby
<shevy>
chatzilla that is because you don't know either
<chatzilla>
shevy: if you run down this list http://hyperpolyglot.org/scripting I can't find too many meaningful differences. But yes, I don't know either very well.
infra-re_ has joined #ruby
dionysus69 has joined #ruby
Hounddog has quit [Read error: Connection reset by peer]
shanemcd has joined #ruby
d10n-work has quit [Quit: Connection closed for inactivity]
<shevy>
yes that page is useless
idefine has quit [Remote host closed the connection]
<shevy>
you'll see it with () versus no parens, explicit self versus implicit self, omitting return versus requiring it, mandatory indent or parse-does-not-care-about-indent in order to evaluate the code
Amnez777 has joined #ruby
idefine has quit [Remote host closed the connection]
idefine has joined #ruby
PedramT has joined #ruby
cpruitt has joined #ruby
<shevy>
a big complaint that you can sometimes read on #ruby is that a constant is not contant :) that is when it can be changed, I think apeiros is still not a big fan (or perhaps of the name/term... constant would mean that it would not change, like Math::PI)
<chatzilla>
shevy: isn't that changing with Ruby 3.0? immutable strings (which is how Python does them)
<apeiros>
I'd prefer ruby to raise upon reassignment of a constant
<apeiros>
warnings are mostly useless.
baweaver has joined #ruby
Amnez777 has quit [Changing host]
Amnez777 has joined #ruby
<shevy>
chatzilla no, I think immutable strings are separate from constant/no constant
benlieb has joined #ruby
shanemcd has quit [Ping timeout: 255 seconds]
A124 has quit [Quit: '']
Weethus has quit [Remote host closed the connection]
JDiPierro has joined #ruby
binarix has joined #ruby
yfeldblum has joined #ruby
tildes has joined #ruby
nogic has quit [Ping timeout: 255 seconds]
fmcgeough has quit [Remote host closed the connection]
<shevy>
you can see in some projects how a "constant" string is frozen... like module Foo; BAR = "hello world".freeze ... rubocop had that somewhere in its code base or so, like 50 .freeze calls or something like that :P
<shevy>
chatzilla there are some things that python does probably better. I think one complaint is in regards to its import system, ruby has mostly just require and load, which works fine because it is super simple but does not allow for much advanced stuff/control
<shevy>
perhaps that will change with ruby 3.x!
<shevy>
god I hate python syntax ... def __init__(self,i):
PedramT has joined #ruby
jam_ has joined #ruby
stannard has quit [Remote host closed the connection]
<Zarthus>
python oop is awful, yeah
jottr has joined #ruby
blackmesa has quit [Ping timeout: 255 seconds]
<Zarthus>
I hope they get rid of the whole `self' thing at least.
<EvilRoey>
Zarthus: ok hey
<EvilRoey>
so ou say it's awful
<EvilRoey>
I'm coming from the Python side
<EvilRoey>
what do you like about how Ruby does it?
idefine has joined #ruby
nfk|laptop has joined #ruby
<Zarthus>
EvilRoey: This is nothing to compare with ruby (nor really an argument fit for this channel)
<EvilRoey>
ok
hxegon_AFK is now known as hxegon
<EvilRoey>
I mean I'm not arguing, I'm listening to see what I can gain from Ruby
<Zarthus>
I've written enough code in python and chose to do it in OOP, and writing it was not a pleasure. that's all
<EvilRoey>
ok
<EvilRoey>
*so* with that, what do you like about how Ruby does it?
<EvilRoey>
(again not arguing, just asking sincerely as I want to get into Ruby more, myself)
<Zarthus>
I mean, for one, ruby doesn't require you to pass self in every method, or has the complexity of import statements
<EvilRoey>
alright
<Zarthus>
I also don't remember but I don't think python has private/protected
<shevy>
EvilRoey you just have to scroll up for the last 2 hours or so :P
openstruct has quit []
<EvilRoey>
when you mean complexity of import statements, what do you mean? (like, how does Ruby do it?)
<EvilRoey>
shevy: aye ok :)"
<EvilRoey>
I've done PYthon since 1997 and am madly in love with it. Still I can always learn new languages without getting a complex about judging
<shevy>
we should probably come up with some import system for ruby 3.x too
<EvilRoey>
*can always stand to learn new languages
benlieb has joined #ruby
<shevy>
1997!
<shevy>
that's almost 20 years
<EvilRoey>
yep
<EvilRoey>
addiction runs deep what can I say heh
<EvilRoey>
I mean I started with C when I was 10 back in 1990-ish, then C++ in 1993, then Python since 1997
<shevy>
I think I have been doing ruby since ... hmm ... perhaps 12 years I think... roughly
<EvilRoey>
wow
jam_ has quit [Ping timeout: 240 seconds]
<EvilRoey>
shevy: how old are you now?
<shevy>
I am old now
<shevy>
I started late too :)
<shevy>
chris2 started when he was like 6 years or something :P
<Zarthus>
EvilRoey: this part in particular "from core import module; self.ModuleHandler = module.ModuleHandler()" -- granted you can get rid of the module.* thing, it always felt a bit weird.
<shevy>
Zarthus the ugly self.!!!
<chris2>
i was 11
<shevy>
:)
<EvilRoey>
hrm
<EvilRoey>
Zarthus: ok, and how in Ruby?
<al2o3-cr>
Lua oop: Foo = { new = function(self, x) o = {}; o.x = x; self.__index = self; setmetatable(o, self); return o end }; f = Foo:new("foo"); print(f.x) :P
<chatzilla>
EvilRoey: I wish I'd found Py or Ruby in 1997. All I knew existed back then was qbasic, perl and vb.
<EvilRoey>
aye
<EvilRoey>
chatzilla: before that, I only knew a little TCL and Perl
s00pcan_ has quit [Ping timeout: 248 seconds]
<EvilRoey>
that's what the scripting world look like to me as well
<chatzilla>
EvilRoey: I still regret not getting into RoR back in ~05 when it hit big. I had friends doing it. Just peeking in today. I'd love to be an old Ruby/RoR pro
<al2o3-cr>
oops thought this was #ruby-offtopic :(
<Zarthus>
I'm excited to program ruby in 2016, because it seems to have decent windows support now :P
steffkes has quit [Ping timeout: 250 seconds]
<Zarthus>
Yes, sir. I do like hurting myself. But I'm not suicidal.
s00pcan_ has joined #ruby
rbennace_ has joined #ruby
nogic has joined #ruby
djellemah_ has quit [Ping timeout: 240 seconds]
<EvilRoey>
Zarthus: ahhh ok
<Zarthus>
anyways, if anything, ruby has a lot of sugar that python doesn't
steffkes has joined #ruby
steffkes has quit [Changing host]
steffkes has joined #ruby
<EvilRoey>
chatzilla: you can still do it, just practice
<Zarthus>
for being a scripting language, python still forces you to type quite a bit of redundant things
<EvilRoey>
ok
last_staff has joined #ruby
<chatzilla>
Zarthus: years ago, the weak Windows support was one main reason I went with Python.. just wanted that possibility open
<Zarthus>
and while procedural is okay, classes really just... don't... work.
<chatzilla>
Zarthus: good to know that has improved, I tried researching on that recently in fact
Asher has joined #ruby
idefine has quit [Remote host closed the connection]
<shevy>
I never got into Tcl much, I found it to be quite weird. Perl was how I sorta started
<Zarthus>
I started with my IRC client (mIRC) and GTA:San Andreas multiplayer (PAWN)
<shevy>
hehe
<shevy>
so you were a gamer
<Zarthus>
moved on to PHP after that
<EvilRoey>
ah
<Zarthus>
My life was full of bad decisions.
rbennacer has quit [Ping timeout: 265 seconds]
Dios has quit [Ping timeout: 252 seconds]
sankaber has quit [Read error: Connection reset by peer]
<shevy>
my life still is!
<Zarthus>
:D
<chatzilla>
I've been a hobbyist since my QBASIC days, avoided becoming a professional dev because everyone kept spooking me about India and outsourcing. I regret listening and going another way for my day job since this is my passion
DanKnox has joined #ruby
DanKnox_ has joined #ruby
sankaber has joined #ruby
<Zarthus>
I'm pretty young in those regards, 2010 is when I seriously started.
last_staff has quit [Client Quit]
<Zarthus>
granted, I'm 20. and I'm just making you all feel old :(
Snowy has joined #ruby
idefine has joined #ruby
yxhuvud has quit [Ping timeout: 264 seconds]
<chatzilla>
I'm 34, I'm sure I have plenty I could learn from you.. and instruction is welcome ! :D
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
<al2o3-cr>
i'm 177 years young :P
<chatzilla>
shoot, I'd work for a 20 year old manager if I could find a willing, open and kind place to start my dev career path. I dont care.
<Zarthus>
I'm not a manager though. :P
* Zarthus
currently is commiting <strike>slavery</strike> internship at a local startup
agentmeerkat has joined #ruby
idefine has quit [Remote host closed the connection]
Guest25605 has quit [Changing host]
Guest25605 has joined #ruby
Guest25605 is now known as nuck
<chatzilla>
^ that is what I do not want. I've worked insane hours as a devops monkey. I'm over granting myself cancer + diabetes for some abusive employer for not enough money.
<shevy>
I wanna be 20 too!
<al2o3-cr>
shevy: you are 20 :P
<xpt>
"I'm not 50 I'm 18 with 32 years of experience"
_djbkd has joined #ruby
<al2o3-cr>
xpt: :)
<shevy>
hey that would still be possible
<shevy>
but they are looking for 25 years old folks with 50 years of experience! in rails!!!
<al2o3-cr>
i'm 10 in the head some days
DanKnox has quit [Ping timeout: 240 seconds]
DanKnox_ has quit [Ping timeout: 255 seconds]
jottr has quit [Ping timeout: 240 seconds]
Coldblackice has joined #ruby
aaeron has quit [Quit: aaeron]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
toretore has joined #ruby
dkam__ has joined #ruby
JakFrist has joined #ruby
infra-re_ has joined #ruby
<slash_nick>
chatzilla: whoa, cancer?
<slash_nick>
explain?
idefine has joined #ruby
tfitts has joined #ruby
<slash_nick>
diabetes makes perfect sense :)
<apeiros>
xpt: hehe, love that
<slash_nick>
i'm worried there's some heightened cancer risk for developers
<tfitts>
I'm trying to use https://github.com/nehresma/cupsffi and I have cups installed on my system, but when I try to require it I get an error that says libcups not installed
<chatzilla>
slash_nick: coworker of mine is only 30 and came down with stage 4 colon cancer. i partially blame the stress of his 24/7 pager as an influence involved
FooMunki has quit [Quit: FooMunki]
<slash_nick>
yikes... ok. i'll try and remember to take more deep breaths, stand up breaks, whatnot
shanemcd has joined #ruby
FooMunki has joined #ruby
infra-red has quit [Ping timeout: 250 seconds]
idefine_ has joined #ruby
<Zarthus>
remember not to sit in your chair for 8 hours straight!
m8 has joined #ruby
<Zarthus>
a small walk to the coffee machine every hour is good for your health.
<chatzilla>
treadmill desk if you work at home like me
godzillaenlacasa has quit [Quit: ZZZZZ....]
dkam__ has quit [Ping timeout: 244 seconds]
lxsameer has quit [Quit: Leaving]
andikr has quit [Remote host closed the connection]
baweaver has joined #ruby
al2o3-cr has quit [Quit: WeeChat 1.4 %t]
aaeron has joined #ruby
DoubleMalt has joined #ruby
cdg has joined #ruby
al2o3-cr has joined #ruby
mdw has joined #ruby
idefine_ has quit [Remote host closed the connection]
mfb2 has quit [Read error: Connection reset by peer]
shanemcd has quit [Ping timeout: 240 seconds]
idefine_ has joined #ruby
<eam>
you can't get cancer from sitting
mfb2 has joined #ruby
idefine_ has quit [Remote host closed the connection]
idefine has quit [Ping timeout: 276 seconds]
idefine has joined #ruby
jdelaney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Cohedrin has joined #ruby
stannard has joined #ruby
htmldrum has joined #ruby
Guest79762 is now known as BLuEGoD
william3 has quit [Remote host closed the connection]
BLuEGoD is now known as Guest71445
idefine has quit [Remote host closed the connection]
gizless has joined #ruby
gizmore has quit [Ping timeout: 255 seconds]
poweratom__ has joined #ruby
hayden_ has quit [Quit: Connection closed for inactivity]
rbennace_ has quit [Remote host closed the connection]
william3 has joined #ruby
idefine has joined #ruby
shredding has joined #ruby
DoubleMalt has quit [Remote host closed the connection]
poweratom_ has quit [Ping timeout: 244 seconds]
duckpupp1 has quit [Ping timeout: 255 seconds]
Shaboum has quit [Quit: WeeChat 1.4]
the_drow has joined #ruby
william3 has quit [Ping timeout: 255 seconds]
shanemcd has joined #ruby
shanemcd has quit [Remote host closed the connection]
firstdayonthejob has quit [Quit: WeeChat 1.4-dev]
johnmilton has quit [Remote host closed the connection]
thelacce has quit [Ping timeout: 244 seconds]
PedramT_ has joined #ruby
idefine has quit [Remote host closed the connection]
the_drow has quit [Client Quit]
thelacce has joined #ruby
PedramT has quit [Ping timeout: 276 seconds]
flughafen has quit [Ping timeout: 248 seconds]
firstdayonthejob has joined #ruby
mary5030 has quit [Remote host closed the connection]
al2o3-cr has quit [Quit: WeeChat 1.4 %t]
al2o3-cr has joined #ruby
JakFrist has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ping-pong has quit [Ping timeout: 248 seconds]
roshanavand has quit [Read error: Connection reset by peer]
sinkensabe has joined #ruby
chipotle has quit [Quit: cheerio]
<shevy>
tfitts you may have to install cups first?
<eam>
"if you have to ask about an operator, your colleagues probably won't understand it either"
<eam>
the way you decided to express it in english is probably optimal for human interpretation
<riceandbeans>
Ox0dea: is that the best way to do it?
<Ox0dea>
riceandbeans: That's the most intention-revealing way to do logical XOR if that's what you *actually* need to do.
<Ox0dea>
Better would probably be to restructure your thing so that it's not what you need to do. :P
<riceandbeans>
here's the idea
<riceandbeans>
I want to track if an env is set to do something
<riceandbeans>
like, prod, preprod, dev
<TomyLobo>
riceandbeans, try != as xor
<chris2>
my ruby has boolean ^...
<Ox0dea>
I keep forgetting that!
<TomyLobo>
if (foo == 1) != (bar == 2)
<Ox0dea>
Or just ^ as chris2 suggests.
<riceandbeans>
or well... let's say multiple prod envs
<riceandbeans>
like say prod1 and prod2
<TomyLobo>
well i assumed people are testing things before saying they dont work
rakm has joined #ruby
<riceandbeans>
so, if prod1 is set for certain action, and prod2 is, as a safety feature, don't do anything, don't let both operate concurrently on something
<chris2>
i dont ;)
freeze has quit [Ping timeout: 265 seconds]
<riceandbeans>
only let prod2 do said action if prod1 is not set to and vice versa
skade has quit [Quit: Computer has gone to sleep.]
<riceandbeans>
prevent concurrent envs from any potential of concurrent downtime
<Ox0dea>
Sure, calls for XOR.
intrigueD has joined #ruby
<TomyLobo>
but if you have n prods, sum them up
<riceandbeans>
Ox0dea: so you'd be like, dev = 1 or dev = 0 and prod1 = 1 or prod1 = 0 and do if ( prod1 ^ prod2 ^ prod3 ) ?
<eam>
I said integers are positive zero always. IEEE Floats are signed
lilvim has quit [Remote host closed the connection]
<eam>
and can be both + or -
<eam>
s/both/either/
<al2o3-cr>
yeah my bad
sepp2k has quit [Quit: Leaving.]
<eam>
I'm saying ints are either positive or "neither" depending on whether you're strict about the meaning of the sign bit
steffkes has quit [Ping timeout: 240 seconds]
<riceandbeans>
if I want to construct something like foo['bar']['boz'] = 1 and foo['bar']['biff'] = 2 and be able to return foo['bar'] showing baz and biff?
poweratom______ has quit [Quit: (null)]
<Ox0dea>
Use a Hash...?
<eam>
not just one hash!
<Ox0dea>
A Matryoshka Hash.
<eam>
yo dawg
Don_John has joined #ruby
beanHolez has quit [Remote host closed the connection]
idefine has quit [Remote host closed the connection]
spacemud has quit [Ping timeout: 265 seconds]
idefine has joined #ruby
idefine has quit [Remote host closed the connection]
<Ox0dea>
Of whose alot of money are you coming into possession?
<al2o3-cr>
not dollars anyway :P
sankaber has joined #ruby
<Ox0dea>
All alots of money are made of dollars.
swills has joined #ruby
idefine has joined #ruby
<al2o3-cr>
which ones?
<Ox0dea>
All of the alots of money.
<Ox0dea>
They share a phenotype.
<al2o3-cr>
have you got a few until i get my memory back :P
arlek has joined #ruby
<Ox0dea>
Your whole memory's gone? :/
<riceandbeans>
ok, new problem
mdw has quit [Ping timeout: 250 seconds]
<al2o3-cr>
dta (don't trust anyone)
mary5030 has joined #ruby
Guest77101 has joined #ruby
<riceandbeans>
I want to check foo['bar']['baz']['biff'] for .ony? against all values in foo['bar']['baz'] but it's returning the count of hashes in foo['bar']['baz'] which is > 1
unsymbol has joined #ruby
<lucasb>
foo['bar']['baz'].values.only?(...) ?
<al2o3-cr>
not anymore anyway
<lucasb>
or .one? if ony? meant that
spacemud has joined #ruby
nofacade has quit [Ping timeout: 248 seconds]
<al2o3-cr>
riceandbeans: just dig it
eregi has joined #ruby
<riceandbeans>
lucasb: that totally worked
roshanavand has quit [Read error: Connection reset by peer]