<dka>
how can I edit this script in order to prevent string from breaking (like escaping)
<dka>
how can I edit this script in order to prevent string from breaking (like escaping)
<dka>
how can I edit this script in order to prevent string from breaking (like escaping)
<dka>
I do not know fastline nor this synthax, I am just the one who used a double quote in the commit message and this break something
<dka>
I do not know fastline nor this synthax, I am just the one who used a double quote in the commit message and this break something
<dka>
I do not know fastline nor this synthax, I am just the one who used a double quote in the commit message and this break something
<dka>
I have no clue how I can fix the Fastlane files. Do you guys know where should I ask help for this ?
<dka>
I have no clue how I can fix the Fastlane files. Do you guys know where should I ask help for this ?
<dka>
I have no clue how I can fix the Fastlane files. Do you guys know where should I ask help for this ?
<adam12>
dka: Presumably `sh` is from Rake.
<adam12>
dka: Presumably `sh` is from Rake.
<adam12>
dka: Presumably `sh` is from Rake.
jonhg has quit [Ping timeout: 265 seconds]
jonhg has quit [Ping timeout: 265 seconds]
jonhg has quit [Ping timeout: 265 seconds]
<adam12>
dka: If that’s the case, I’d switch to the Array format, then escaping is less weird. The only reason that woudl work is if you needed a shell interpreter… which means you’d maybe need to hack it up.
<adam12>
dka: If that’s the case, I’d switch to the Array format, then escaping is less weird. The only reason that woudl work is if you needed a shell interpreter… which means you’d maybe need to hack it up.
<adam12>
dka: If that’s the case, I’d switch to the Array format, then escaping is less weird. The only reason that woudl work is if you needed a shell interpreter… which means you’d maybe need to hack it up.
<dka>
it's a sensitive file used for deploying in a 80 person organization, this may impact the PO and tester if I break it more
<dka>
it's a sensitive file used for deploying in a 80 person organization, this may impact the PO and tester if I break it more
<dka>
it's a sensitive file used for deploying in a 80 person organization, this may impact the PO and tester if I break it more
<adam12>
Dir.chdir(“..”) do; sh “yarn”, “appcenter”, “codepush”, “release-react”, “—token”, ENV[“ANDROID_APPCENTER_API_TOKEN”].. etc.
<adam12>
Dir.chdir(“..”) do; sh “yarn”, “appcenter”, “codepush”, “release-react”, “—token”, ENV[“ANDROID_APPCENTER_API_TOKEN”].. etc.
<adam12>
Dir.chdir(“..”) do; sh “yarn”, “appcenter”, “codepush”, “release-react”, “—token”, ENV[“ANDROID_APPCENTER_API_TOKEN”].. etc.
<dka>
I am now reading about ruby but can't find this synthax, do you know how this file can be fixed ?
<dka>
I am now reading about ruby but can't find this synthax, do you know how this file can be fixed ?
<dka>
I am now reading about ruby but can't find this synthax, do you know how this file can be fixed ?
<dka>
I mean, exact synthax
<dka>
I mean, exact synthax
<dka>
I mean, exact synthax
<adam12>
Obviously not.
<adam12>
Obviously not.
<adam12>
Obviously not.
<adam12>
It’s not my file.
<adam12>
It’s not my file.
<adam12>
It’s not my file.
<dka>
Ok =[
<dka>
Ok =[
<dka>
Ok =[
<adam12>
I gave you how you could possibly fix it, but the CircleCI link is password protected and I don’t work for the 80 person organization. We’re here to help but there’s a limit to that, naturally.
<adam12>
I gave you how you could possibly fix it, but the CircleCI link is password protected and I don’t work for the 80 person organization. We’re here to help but there’s a limit to that, naturally.
<adam12>
I gave you how you could possibly fix it, but the CircleCI link is password protected and I don’t work for the 80 person organization. We’re here to help but there’s a limit to that, naturally.
<adam12>
dka: I don’t think the percent notation would help. Something from shellwords might? But I’d probably just replace that with the array style I linked above.
<adam12>
dka: I don’t think the percent notation would help. Something from shellwords might? But I’d probably just replace that with the array style I linked above.
<adam12>
dka: I don’t think the percent notation would help. Something from shellwords might? But I’d probably just replace that with the array style I linked above.
<adam12>
Shellwords.escape(your_env_vars) maybe. A hack on a hack tho.
<adam12>
Shellwords.escape(your_env_vars) maybe. A hack on a hack tho.
<adam12>
Shellwords.escape(your_env_vars) maybe. A hack on a hack tho.
<dka>
I am not confident with the sample you gave me xD, that's why I asked for a copy past think that may work
<dka>
I am not confident with the sample you gave me xD, that's why I asked for a copy past think that may work
<dka>
I am not confident with the sample you gave me xD, that's why I asked for a copy past think that may work
<dka>
But again, I don't know how to run that file
<dka>
But again, I don't know how to run that file
<dka>
But again, I don't know how to run that file
<dka>
to test locally
<dka>
to test locally
<dka>
to test locally
<dka>
that's I think what limit me the most
<dka>
that's I think what limit me the most
<dka>
that's I think what limit me the most
vondruch has quit [Read error: Connection reset by peer]
vondruch has quit [Read error: Connection reset by peer]
vondruch has quit [Read error: Connection reset by peer]
<dka>
I don't know how to set the variable to a similar quotted string etc...
<dka>
I don't know how to set the variable to a similar quotted string etc...
<dka>
I don't know how to set the variable to a similar quotted string etc...
<adam12>
Ah. That’s definitely an issue.
<adam12>
Ah. That’s definitely an issue.
<adam12>
Ah. That’s definitely an issue.
alexherbo21 has joined #ruby
alexherbo21 has joined #ruby
alexherbo21 has joined #ruby
jetchisel has joined #ruby
jetchisel has joined #ruby
jetchisel has joined #ruby
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo21 is now known as alexherbo2
alexherbo21 is now known as alexherbo2
alexherbo21 is now known as alexherbo2
pymelea has joined #ruby
pymelea has joined #ruby
pymelea has joined #ruby
FastJack has quit [Ping timeout: 246 seconds]
FastJack has quit [Ping timeout: 246 seconds]
FastJack has quit [Ping timeout: 246 seconds]
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
pymelea has left #ruby [#ruby]
pymelea has left #ruby [#ruby]
pymelea has left #ruby [#ruby]
FastJack has joined #ruby
FastJack has joined #ruby
FastJack has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
englosh has quit [Ping timeout: 240 seconds]
englosh has quit [Ping timeout: 240 seconds]
englosh has quit [Ping timeout: 240 seconds]
naftilos76 has quit [Quit: Leaving]
naftilos76 has quit [Quit: Leaving]
naftilos76 has quit [Quit: Leaving]
cd has quit [Quit: cd]
cd has quit [Quit: cd]
cd has quit [Quit: cd]
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jonhg has quit [Ping timeout: 245 seconds]
jonhg has quit [Ping timeout: 245 seconds]
jonhg has quit [Ping timeout: 245 seconds]
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has quit [Client Quit]
s3nd1v0g1us has quit [Client Quit]
s3nd1v0g1us has quit [Client Quit]
yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
yxhuvud has joined #ruby
yxhuvud has joined #ruby
yxhuvud has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
cliluw has joined #ruby
cliluw has joined #ruby
cliluw has joined #ruby
naftilos76 has joined #ruby
naftilos76 has joined #ruby
naftilos76 has joined #ruby
xf3rno has joined #ruby
xf3rno has joined #ruby
xf3rno has joined #ruby
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
MalkbabY has joined #ruby
foxxx0 has joined #ruby
foxxx0 has joined #ruby
foxxx0 has joined #ruby
dinfuehr has quit [Ping timeout: 260 seconds]
dinfuehr has quit [Ping timeout: 260 seconds]
dinfuehr has quit [Ping timeout: 260 seconds]
dinfuehr has joined #ruby
dinfuehr has joined #ruby
dinfuehr has joined #ruby
ur5us has joined #ruby
ur5us has joined #ruby
ur5us has joined #ruby
split-brain has quit [Remote host closed the connection]
split-brain has quit [Remote host closed the connection]
split-brain has quit [Remote host closed the connection]
croberts has joined #ruby
croberts has joined #ruby
croberts has joined #ruby
skryking has quit [Quit: Konversation terminated!]
skryking has quit [Quit: Konversation terminated!]
skryking has quit [Quit: Konversation terminated!]
skryking has joined #ruby
skryking has joined #ruby
skryking has joined #ruby
s3nd1v0g_ has joined #ruby
s3nd1v0g_ has joined #ruby
s3nd1v0g_ has joined #ruby
s3nd1v0g_ has quit [Client Quit]
s3nd1v0g_ has quit [Client Quit]
s3nd1v0g_ has quit [Client Quit]
s3nd1v0g1us has quit [Ping timeout: 265 seconds]
s3nd1v0g1us has quit [Ping timeout: 265 seconds]
s3nd1v0g1us has quit [Ping timeout: 265 seconds]
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
hiroaki has quit [Ping timeout: 272 seconds]
hiroaki has quit [Ping timeout: 272 seconds]
hiroaki has quit [Ping timeout: 272 seconds]
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hiroaki has joined #ruby
hiroaki has joined #ruby
hiroaki has joined #ruby
AndreYuhai has joined #ruby
AndreYuhai has joined #ruby
AndreYuhai has joined #ruby
<AndreYuhai>
Hey there, I am using mechanize and when I want to make a POST request to an aspx site I always need to send VIEWSTATE and some other tokens in my request body. Is there any gem that handles this so I don't have to do it all the time?
<AndreYuhai>
Hey there, I am using mechanize and when I want to make a POST request to an aspx site I always need to send VIEWSTATE and some other tokens in my request body. Is there any gem that handles this so I don't have to do it all the time?
<AndreYuhai>
Hey there, I am using mechanize and when I want to make a POST request to an aspx site I always need to send VIEWSTATE and some other tokens in my request body. Is there any gem that handles this so I don't have to do it all the time?
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
Ca1us is now known as Caius
Ca1us is now known as Caius
Ca1us is now known as Caius
jonhg has quit [Ping timeout: 265 seconds]
jonhg has quit [Ping timeout: 265 seconds]
jonhg has quit [Ping timeout: 265 seconds]
<AndreYuhai>
I want to change a Mechanize::Page to have some other methods, instead of using a refinement can I just inherit the Mechanize::Page and then plug my own page somehow?
<AndreYuhai>
I want to change a Mechanize::Page to have some other methods, instead of using a refinement can I just inherit the Mechanize::Page and then plug my own page somehow?
<AndreYuhai>
I want to change a Mechanize::Page to have some other methods, instead of using a refinement can I just inherit the Mechanize::Page and then plug my own page somehow?
naftilos76 has joined #ruby
naftilos76 has joined #ruby
naftilos76 has joined #ruby
<AndreYuhai>
Oh yea. Mechanize#pluggable_parser
<AndreYuhai>
Oh yea. Mechanize#pluggable_parser
<AndreYuhai>
Oh yea. Mechanize#pluggable_parser
yann-kaelig has quit []
yann-kaelig has quit []
yann-kaelig has quit []
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 256 seconds]
jonhg has quit [Ping timeout: 256 seconds]
jonhg has quit [Ping timeout: 256 seconds]
hiroaki has quit [Ping timeout: 265 seconds]
hiroaki has quit [Ping timeout: 265 seconds]
hiroaki has quit [Ping timeout: 265 seconds]
gearnode has joined #ruby
gearnode has joined #ruby
gearnode has joined #ruby
naftilos76 has quit [Remote host closed the connection]
naftilos76 has quit [Remote host closed the connection]
naftilos76 has quit [Remote host closed the connection]
naftilos76 has joined #ruby
naftilos76 has joined #ruby
naftilos76 has joined #ruby
gearnode has quit [Ping timeout: 265 seconds]
gearnode has quit [Ping timeout: 265 seconds]
gearnode has quit [Ping timeout: 265 seconds]
hiroaki has joined #ruby
hiroaki has joined #ruby
hiroaki has joined #ruby
TCZ has quit [Ping timeout: 256 seconds]
TCZ has quit [Ping timeout: 256 seconds]
TCZ has quit [Ping timeout: 256 seconds]
lockwell has joined #ruby
lockwell has joined #ruby
lockwell has joined #ruby
postmodern_ has joined #ruby
postmodern_ has joined #ruby
postmodern_ has joined #ruby
cuerbot has joined #ruby
cuerbot has joined #ruby
cuerbot has joined #ruby
mnathani_ has joined #ruby
mnathani_ has joined #ruby
mnathani_ has joined #ruby
yasumi2136 has joined #ruby
yasumi2136 has joined #ruby
yasumi2136 has joined #ruby
dka has quit [Quit: Leaving]
dka has quit [Quit: Leaving]
dka has quit [Quit: Leaving]
AndreYuhai has quit [Quit: Leaving]
AndreYuhai has quit [Quit: Leaving]
AndreYuhai has quit [Quit: Leaving]
FastJack_ has joined #ruby
FastJack_ has joined #ruby
FastJack_ has joined #ruby
dinfuehr_ has joined #ruby
dinfuehr_ has joined #ruby
dinfuehr_ has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
dinfuehr has quit [*.net *.split]
dinfuehr has quit [*.net *.split]
dinfuehr has quit [*.net *.split]
lockweel has quit [*.net *.split]
lockweel has quit [*.net *.split]
lockweel has quit [*.net *.split]
FastJack has quit [*.net *.split]
elcuervo has quit [*.net *.split]
elcuervo has quit [*.net *.split]
FastJack has quit [*.net *.split]
FastJack has quit [*.net *.split]
elcuervo has quit [*.net *.split]
GodFather has quit [*.net *.split]
GodFather has quit [*.net *.split]
GodFather has quit [*.net *.split]
queip has quit [*.net *.split]
mnathani has quit [*.net *.split]
queip has quit [*.net *.split]
queip has quit [*.net *.split]
postmodern has quit [*.net *.split]
postmodern has quit [*.net *.split]
postmodern has quit [*.net *.split]
mnathani has quit [*.net *.split]
mnathani has quit [*.net *.split]
queip has joined #ruby
queip has joined #ruby
queip has joined #ruby
shortdudey123 has quit [Ping timeout: 246 seconds]
shortdudey123 has quit [Ping timeout: 246 seconds]
shortdudey123 has quit [Ping timeout: 246 seconds]
s3nd1v0g1us has quit [Ping timeout: 265 seconds]
s3nd1v0g1us has quit [Ping timeout: 265 seconds]
s3nd1v0g1us has quit [Ping timeout: 265 seconds]
shortdudey123 has joined #ruby
shortdudey123 has joined #ruby
shortdudey123 has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
GodFather has joined #ruby
GodFather has joined #ruby
GodFather has joined #ruby
supercoven has quit [Ping timeout: 265 seconds]
supercoven has quit [Ping timeout: 265 seconds]
supercoven has quit [Ping timeout: 265 seconds]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
ruby[bot] has joined #ruby
ruby[bot] has joined #ruby
gearnode has joined #ruby
gearnode has joined #ruby
gearnode has joined #ruby
RandomArcher has joined #ruby
RandomArcher has joined #ruby
RandomArcher has joined #ruby
RandomArcher has quit [Quit: Leaving]
RandomArcher has quit [Quit: Leaving]
RandomArcher has quit [Quit: Leaving]
yasumi2136 has quit [Quit: Konversation terminated!]
yasumi2136 has quit [Quit: Konversation terminated!]
yasumi2136 has quit [Quit: Konversation terminated!]
rubydoc has quit [Ping timeout: 246 seconds]
rubydoc has quit [Ping timeout: 246 seconds]
rubydoc has quit [Ping timeout: 246 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
phaul has quit [Ping timeout: 265 seconds]
phaul has quit [Ping timeout: 265 seconds]
phaul has quit [Ping timeout: 265 seconds]
phaul has joined #ruby
phaul has joined #ruby
phaul has joined #ruby
rubydoc has joined #ruby
rubydoc has joined #ruby
rubydoc has joined #ruby
jonhg has quit [Ping timeout: 265 seconds]
jonhg has quit [Ping timeout: 265 seconds]
jonhg has quit [Ping timeout: 265 seconds]
TCZ has joined #ruby
TCZ has joined #ruby
TCZ has joined #ruby
wild_buffalo has joined #ruby
wild_buffalo has joined #ruby
wild_buffalo has joined #ruby
<wild_buffalo>
Hi, is there a way to get Net::HTTP to print the request so I can review it before sending it?
<wild_buffalo>
Hi, is there a way to get Net::HTTP to print the request so I can review it before sending it?
<wild_buffalo>
Hi, is there a way to get Net::HTTP to print the request so I can review it before sending it?
wild_buffalo has quit [Client Quit]
wild_buffalo has quit [Client Quit]
wild_buffalo has quit [Client Quit]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
hiroaki has quit [Ping timeout: 265 seconds]
hiroaki has quit [Ping timeout: 265 seconds]
hiroaki has quit [Ping timeout: 265 seconds]
tpanarch1st_ has joined #ruby
tpanarch1st_ has joined #ruby
tpanarch1st_ has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]