baweaver changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.5.1, 2.4.4, 2.3.7, 2.6.0-preview1: https://www.ruby-lang.org | Paste 4+ lines of text to https://gist.github.com | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby
gigetoo has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
n0m4d1c_ has quit [Ping timeout: 256 seconds]
caleBOT_ has quit [Ping timeout: 260 seconds]
caleBOT has quit [Ping timeout: 260 seconds]
jamesaxl has quit [Quit: WeeChat 2.1]
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #ruby
bmurt has joined #ruby
chouhou__ has joined #ruby
chouhoulis has quit [Ping timeout: 256 seconds]
lytol has joined #ruby
nitric has quit [Ping timeout: 255 seconds]
cthulchu has joined #ruby
amar has quit [Remote host closed the connection]
arashb has joined #ruby
duderonomy has joined #ruby
cagomez has quit [Remote host closed the connection]
ccrow has quit [Remote host closed the connection]
n0m4d1c has joined #ruby
cagomez has joined #ruby
ccrow has joined #ruby
arashb has quit [Ping timeout: 256 seconds]
chocoelho has joined #ruby
chocoelho has quit [Remote host closed the connection]
chocoelho has joined #ruby
cagomez has quit [Ping timeout: 260 seconds]
duderonomy has quit [Ping timeout: 265 seconds]
cadillac_ has quit [Read error: Connection reset by peer]
postmodern has quit [Remote host closed the connection]
chocoelho has quit [Client Quit]
cadillac_ has joined #ruby
chouhou__ has quit [Remote host closed the connection]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
chouhoulis has joined #ruby
_aeris_ has quit [Remote host closed the connection]
_aeris_ has joined #ruby
arashb has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
cpruitt has quit [Remote host closed the connection]
caleBOT has quit [Read error: Connection reset by peer]
caleBOT_ has quit [Read error: Connection reset by peer]
TomyLobo has quit [Ping timeout: 256 seconds]
arashb has quit [Ping timeout: 276 seconds]
tdy has quit [Ping timeout: 256 seconds]
sameerynho has quit [Ping timeout: 248 seconds]
arashb has joined #ruby
arashb has quit [Ping timeout: 265 seconds]
amite_ has quit [Ping timeout: 260 seconds]
duderonomy has joined #ruby
n0m4d1c has quit [Remote host closed the connection]
mroutis has quit [Ping timeout: 240 seconds]
irick has quit [Quit: You might just as well say that "I breathe when I sleep" is the same thing as "I sleep when I breathe"!]
caleBOT_ has joined #ruby
caleBOT has joined #ruby
caleBO___ has joined #ruby
caleBOT__ has joined #ruby
cagomez has joined #ruby
Puffball has quit [Remote host closed the connection]
phenom_ has joined #ruby
phenom has quit [Ping timeout: 276 seconds]
armando has quit [Quit: ZNC 1.7.x-nightly-20171128-66897057 - https://znc.in]
caleBOT_ has quit [Ping timeout: 260 seconds]
caleBOT has quit [Ping timeout: 260 seconds]
cagomez has quit [Ping timeout: 248 seconds]
coderphive has joined #ruby
phenom_ has quit [Ping timeout: 256 seconds]
armando has joined #ruby
phenom has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
irick has joined #ruby
caleBO___ has quit [Ping timeout: 256 seconds]
caleBOT__ has quit [Ping timeout: 256 seconds]
eckhardt_ has joined #ruby
jamiejackson has quit [Ping timeout: 256 seconds]
caleBOT_ has quit [Remote host closed the connection]
caleBOT has quit [Remote host closed the connection]
anjen has joined #ruby
jameser has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
ryzokuken has quit [Remote host closed the connection]
caleBOT_ has quit [Ping timeout: 256 seconds]
caleBOT has quit [Ping timeout: 256 seconds]
ccrow has quit [Remote host closed the connection]
arooni_team_b has joined #ruby
dinfuehr has quit [Ping timeout: 256 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
mroutis has joined #ruby
ramfjord has joined #ruby
GodFather has joined #ruby
dinfuehr has joined #ruby
anjen has quit [Quit: anjen]
apeiros has quit [Ping timeout: 248 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
yup has joined #ruby
jenrzzz_ has quit [Ping timeout: 268 seconds]
ramfjord has joined #ruby
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
Vingador has joined #ruby
arooni_team_b has quit [Quit: ZNC - http://znc.in]
ramfjord has quit [Ping timeout: 264 seconds]
armando has quit [Quit: ZNC 1.7.x-nightly-20171128-66897057 - https://znc.in]
Xiti has quit [Quit: Xiti]
ramfjord has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
robertothais has quit [Ping timeout: 260 seconds]
cyberg has quit [Quit: Leaving]
arooni_team_b has joined #ruby
Xiti has joined #ruby
chouhoul_ has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
ramfjord has joined #ruby
armando has joined #ruby
Vingador has quit [Ping timeout: 260 seconds]
arashb has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
chouhoulis has quit [Ping timeout: 248 seconds]
arooni has quit [Quit: ZNC - http://znc.in]
arooni_team_b is now known as arooni
ramfjord has quit [Ping timeout: 265 seconds]
GodFather has quit [Ping timeout: 248 seconds]
tag has quit [Quit: Connection closed for inactivity]
caleBOT_ has quit [Ping timeout: 260 seconds]
caleBOT has quit [Ping timeout: 260 seconds]
mjolnird has quit [Remote host closed the connection]
alfiemax has joined #ruby
mjolnird has joined #ruby
arashb has quit [Ping timeout: 240 seconds]
alejoloa has joined #ruby
moei has joined #ruby
alejoloa has left #ruby [#ruby]
<kegan_> why is it that I have a class variable
<kegan_> @@var = 1
<kegan_> puts @@var + " some String "
<kegan_> casts this to a string
<kegan_> err, puts Class.var + "some string"
<kegan_> I just want to concatenate
<kegan_> and it's casting it to a string like, ruby, please
<kegan_> WTF
<mozzarella> what?
<mozzarella> not sure I understand
mroutis has quit [Ping timeout: 240 seconds]
dcunit3d has quit [Ping timeout: 255 seconds]
<kegan_> I want to use the value of that integer variable
<kegan_> in a put statement
<kegan_> without casting that variable into a string
<kegan_> which is the apparent outcome of putting it into a puts statement with + concatenation with another strong
<kegan_> string
<kegan_> jesus can I type ONE SENTENCE correctly
<kegan_> just entirely correctly
amar has joined #ruby
yup has quit [Ping timeout: 256 seconds]
alfiemax has quit [Remote host closed the connection]
cpruitt has joined #ruby
amar has quit [Ping timeout: 248 seconds]
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #ruby
alfiemax has joined #ruby
cpruitt has quit [Ping timeout: 255 seconds]
cpruitt has joined #ruby
chouhoulis has quit [Ping timeout: 240 seconds]
alfiemax has quit [Ping timeout: 248 seconds]
coderphive has quit [Quit: coderphive]
<havenwood> >> 1 + " some String "
<ruby[bot]> havenwood: # => String can't be coerced into Fixnum (TypeError) ...check link for more (https://eval.in/1004076)
cpruitt has quit [Ping timeout: 248 seconds]
<havenwood> kegan_: A String can't be coerced into an Integer in Ruby.
<havenwood> I'm more modern Ruby: #!> TypeError: String can't be coerced into Integer
<havenwood> >> @@var = 1; @@var + '' # kegan_
<ruby[bot]> havenwood: # => /tmp/execpad-a9c844a20409/source-a9c844a20409:2: warning: class variable access from toplevel ...check link for more (https://eval.in/1004077)
<havenwood> kegan_: Avoid using class variables.
<havenwood> kegan_: If you can show your code we can probably give you some good suggestions.
cpruitt has joined #ruby
arashb has joined #ruby
cadillac_ has quit [Quit: I quit]
cadillac_ has joined #ruby
orbyt_ has joined #ruby
pilne has quit [Quit: Leaving]
cschneid_ has joined #ruby
yup has joined #ruby
arashb has quit [Ping timeout: 268 seconds]
cpruitt has quit [Ping timeout: 276 seconds]
sanscoeur has joined #ruby
cschneid_ has quit [Ping timeout: 276 seconds]
chris349 has quit [Ping timeout: 268 seconds]
alfiemax has joined #ruby
eckhardt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
howdoi has joined #ruby
mroutis has joined #ruby
alfiemax has quit [Ping timeout: 265 seconds]
PaulePanter has quit [Quit: Lost terminal]
yup has quit [Ping timeout: 276 seconds]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
yup has joined #ruby
gix- has joined #ruby
gix has quit [Disconnected by services]
caleBOT_ has quit [Ping timeout: 255 seconds]
caleBOT has quit [Ping timeout: 255 seconds]
arashb has joined #ruby
ryzokuken has joined #ruby
cpruitt has joined #ruby
arashb has quit [Ping timeout: 260 seconds]
alfiemax has joined #ruby
sanscoeur has quit [Remote host closed the connection]
schleppel has joined #ruby
alfiemax has quit [Remote host closed the connection]
cpruitt has quit [Ping timeout: 248 seconds]
dcunit3d has joined #ruby
jcarl43 has joined #ruby
caleBOT_ has joined #ruby
caleBOT__ has joined #ruby
roshanavand has quit [Ping timeout: 268 seconds]
jcarl43 has quit [Client Quit]
JoshS has joined #ruby
donofrio has quit [Remote host closed the connection]
jcarl43 has joined #ruby
jcarl43 has quit [Client Quit]
jcarl43 has joined #ruby
roshanavand has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cadillac_ has quit [Ping timeout: 276 seconds]
cadillac_ has joined #ruby
yup has quit [Ping timeout: 255 seconds]
amar has joined #ruby
cpruitt has joined #ruby
yup has joined #ruby
amar has quit [Ping timeout: 256 seconds]
arashb has joined #ruby
cpruitt has quit [Ping timeout: 276 seconds]
mroutis has quit [Ping timeout: 265 seconds]
nolanv has quit [Read error: Connection reset by peer]
nolanv has joined #ruby
arashb has quit [Ping timeout: 265 seconds]
armando has quit [Quit: ZNC 1.7.x-nightly-20171128-66897057 - https://znc.in]
redlegion has quit [Ping timeout: 255 seconds]
rkazak has joined #ruby
kent\n has quit [Ping timeout: 246 seconds]
redlegion has joined #ruby
caleBOT__ has quit [Remote host closed the connection]
caleBOT_ has quit [Remote host closed the connection]
armando has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
ramfjord has joined #ruby
mohsen_1 has joined #ruby
dinfuehr has quit [Ping timeout: 256 seconds]
dinfuehr has joined #ruby
alfiemax has joined #ruby
oleo has quit [Quit: Leaving]
ramfjord has quit [Ping timeout: 255 seconds]
caleBOT_ has quit [Ping timeout: 240 seconds]
caleBOT has quit [Ping timeout: 240 seconds]
n0m4d1c has joined #ruby
dinfuehr has quit [Ping timeout: 240 seconds]
lytol has quit [Remote host closed the connection]
dinfuehr has joined #ruby
dcunit3d has quit [Ping timeout: 256 seconds]
kent\n has joined #ruby
ciscam has quit [Ping timeout: 268 seconds]
ciscam has joined #ruby
dinfuehr has quit [Ping timeout: 240 seconds]
dinfuehr has joined #ruby
tvw has joined #ruby
anisha has joined #ruby
n0m4d1c has quit [Ping timeout: 255 seconds]
dinfuehr has quit [Ping timeout: 256 seconds]
yup has quit [Ping timeout: 240 seconds]
dinfuehr has joined #ruby
sauvin has joined #ruby
aupadhye has joined #ruby
jshjsh has joined #ruby
kapil___ has joined #ruby
cagomez has joined #ruby
JoshS has quit [Ping timeout: 264 seconds]
venmx has joined #ruby
n0m4d1c has joined #ruby
cagomez has quit [Ping timeout: 255 seconds]
robertothais has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
dcunit3d has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
arashb has joined #ruby
pwnd_nsfw has quit [Read error: Connection reset by peer]
caleBOT_ has quit [Ping timeout: 240 seconds]
caleBOT has quit [Ping timeout: 240 seconds]
KeyJoo has joined #ruby
pwnd_nsfw has joined #ruby
KeyJoo has quit [Max SendQ exceeded]
KeyJoo has joined #ruby
ur5us has quit [Ping timeout: 248 seconds]
PaulePanter has joined #ruby
roshanavand has quit [Ping timeout: 256 seconds]
arashb has quit [Ping timeout: 248 seconds]
roshanavand has joined #ruby
amar has joined #ruby
CrazyEddy has quit [Remote host closed the connection]
amar has quit [Ping timeout: 276 seconds]
RougeR has quit [Ping timeout: 248 seconds]
jcarl43 has quit [Quit: WeeChat 2.1]
reber has joined #ruby
<zenspider> kegan_: easiest answer: always use string interpolation; puts "v=#{@@var}"
CrazyEddy has joined #ruby
alfiemax_ has joined #ruby
c0ncealed1 has quit [Remote host closed the connection]
consti has joined #ruby
venmx has quit [Ping timeout: 265 seconds]
Guest25716 has quit [Quit: Leaving]
c0ncealed1 has joined #ruby
alfiemax has quit [Ping timeout: 240 seconds]
sidx64 has joined #ruby
Burgestrand has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
n0m4d1c has quit [Remote host closed the connection]
dcunit3d has quit [Ping timeout: 265 seconds]
za1b1tsu has joined #ruby
TinkerT has quit [Ping timeout: 256 seconds]
TinkerT has joined #ruby
conta has joined #ruby
dionysus69 has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
d_kam has joined #ruby
Burgestrand has quit [Quit: Closing time!]
roshanavand has quit [Ping timeout: 264 seconds]
roshanavand has joined #ruby
ramfjord has joined #ruby
ikbenhet has joined #ruby
ramfjord has quit [Ping timeout: 256 seconds]
mniip has quit [Ping timeout: 615 seconds]
mtkd has joined #ruby
ta_ has quit [Remote host closed the connection]
<dminuoso> Or just explicitly .to_s things instead of relying on implicit method calls
* dminuoso ¯\_(ツ)_/¯
suukim has joined #ruby
\void has quit [Quit: So long, and thanks for all the fish.]
bzb has joined #ruby
sidx64 has joined #ruby
arashb has joined #ruby
clemens3 has joined #ruby
roshanavand has quit [Ping timeout: 256 seconds]
roshanavand has joined #ruby
amar has joined #ruby
arashb has quit [Ping timeout: 240 seconds]
robertothais has quit [Ping timeout: 265 seconds]
coderphive has joined #ruby
TomyWork has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
armyriad has quit [Read error: Connection reset by peer]
d_kam has quit [Quit: Be back later ...]
armyriad has joined #ruby
coderphive has quit [Ping timeout: 256 seconds]
d_kam has joined #ruby
bzb has quit [Quit: Leaving]
amar has quit [Ping timeout: 248 seconds]
d_kam has quit [Ping timeout: 260 seconds]
aufi has joined #ruby
cpruitt has joined #ruby
darkhanb has joined #ruby
marr has joined #ruby
mniip has joined #ruby
cpruitt has quit [Ping timeout: 276 seconds]
Burgestrand has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
sysvalve has joined #ruby
minimalism has quit [Quit: minimalism]
caleBOT has quit [Ping timeout: 255 seconds]
caleBOT_ has quit [Ping timeout: 255 seconds]
consti has quit [Quit: consti]
cpruitt has joined #ruby
consti has joined #ruby
bzb has joined #ruby
consti has quit [Client Quit]
armyriad has quit [Ping timeout: 256 seconds]
arashb has joined #ruby
cpruitt has quit [Ping timeout: 276 seconds]
armyriad has joined #ruby
leslie has joined #ruby
rajpratik71 has joined #ruby
ta_ has joined #ruby
kegan_ has quit [Ping timeout: 276 seconds]
leslie has quit [Client Quit]
arashb has quit [Ping timeout: 256 seconds]
mikecmpbll has joined #ruby
jshjsh has quit [Ping timeout: 240 seconds]
byte512 has quit [Ping timeout: 256 seconds]
guille-moe has joined #ruby
roshanavand has joined #ruby
kapil___ has quit [Quit: Connection closed for inactivity]
byte512 has joined #ruby
ur5us has joined #ruby
alfiemax_ has quit [Remote host closed the connection]
ellcs has joined #ruby
byte512 has quit [Ping timeout: 240 seconds]
roshanavand has quit [Ping timeout: 248 seconds]
consti has joined #ruby
consti has quit [Client Quit]
rajpratik71 has quit [Quit: rajpratik71]
roshanavand has joined #ruby
d_kam has joined #ruby
amar has joined #ruby
d_kam has quit [Ping timeout: 276 seconds]
amar has quit [Remote host closed the connection]
amar has joined #ruby
arashb has joined #ruby
byte512 has joined #ruby
amar has quit [Ping timeout: 256 seconds]
Beams has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
mikecmpbll has joined #ruby
darkhanb has quit [Ping timeout: 260 seconds]
arashb has quit [Ping timeout: 268 seconds]
byte512 has quit [Ping timeout: 255 seconds]
Xiti` has joined #ruby
byte512 has joined #ruby
plexigras has joined #ruby
arashb has joined #ruby
yup has joined #ruby
Xiti has quit [Ping timeout: 240 seconds]
jamesaxl has joined #ruby
alfiemax has joined #ruby
jsaak has quit [Ping timeout: 250 seconds]
arashb has quit [Ping timeout: 260 seconds]
ramfjord has joined #ruby
alex`` has joined #ruby
yup has quit [Quit: WeeChat 2.1]
user1 has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
ramfjord has quit [Ping timeout: 256 seconds]
jsaak has joined #ruby
karapetyan has joined #ruby
mtkd has quit [Ping timeout: 256 seconds]
cpruitt has joined #ruby
caleBOT_ has quit [Ping timeout: 276 seconds]
caleBOT has quit [Ping timeout: 276 seconds]
mtkd has joined #ruby
nolanv has quit [Read error: Connection reset by peer]
cpruitt has quit [Ping timeout: 264 seconds]
roshanavand has quit [Ping timeout: 256 seconds]
venmx has joined #ruby
nolanv has joined #ruby
drale2k_ has joined #ruby
coderphive has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
dachi has joined #ruby
<dachi> Hello. Could you tell how to set rejectUnauthorized to false, or in other words openssl_verify_mode to OpenSSL::SSL::VERIFY_NONE in Net::SMTP? https://ruby-doc.org/stdlib-2.0.0/libdoc/net/smtp/rdoc/Net/SMTP.html
mikecmpbll has joined #ruby
coderphive has quit [Client Quit]
bzb has quit [Quit: Leaving]
arashb has joined #ruby
mlkkk has joined #ruby
Beams has quit [Quit: .]
vondruch has joined #ruby
arashb has quit [Ping timeout: 240 seconds]
d_kam has joined #ruby
Beams has joined #ruby
vondruch has quit [Quit: vondruch]
ryzokuken has quit [Remote host closed the connection]
Abhijit has joined #ruby
<Abhijit> Hi
<Abhijit> i am trying to use this module https://www.rubydoc.info/gems/toml-rb/0.3.0/TOML i did not installed any extra libraries. when i tyr to do TOML.parse(content) in my irb it says NoMethodError: undefined method `parse' for TOML:Module
<elomatreb> You have required the module?
<Abhijit> no
<elomatreb> `require "toml"` loads the library
<dminuoso> *toml-rb
<elomatreb> mh, right
<dminuoso> toml-rb and toml are different things (which is why 1.0.0 in toml-rb changed the namespace to avoid namespace conflicts)
<Abhijit> which one to require then?
<Abhijit> elomatreb, dminuoso this code gives me error https://paste.ubuntu.com/p/ZH8Y2vj4Yq/
<Abhijit> undefined method `parse' for TOML:Module
<dminuoso> Abhijit: Like I said. toml-rb
<dminuoso> Abhijit: Also you should probably upgrade your toml-rb if you also want to use toml
<Abhijit> ok
dachi has quit [Quit: Page closed]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
sagax has joined #ruby
<Abhijit> installing and requiring toml-rb or tomlrb does not work
<Abhijit> says uninitialized constant TOML
InfinityFye has joined #ruby
tpendragon has quit [Remote host closed the connection]
Guest34373 has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 276 seconds]
user1 has quit [Ping timeout: 276 seconds]
InfinityFye has left #ruby [#ruby]
<elomatreb> You also need to change the module constant. It got renamed to `TomlRb`. The docs you linked to are from an outdated version.
arashb has joined #ruby
drale2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cpruitt has joined #ruby
drale2k_ has joined #ruby
conta has quit [Ping timeout: 240 seconds]
mikecmpbll has quit [Ping timeout: 276 seconds]
conta has joined #ruby
drale2k_ has quit [Client Quit]
arashb has quit [Ping timeout: 256 seconds]
mikecmpbll has joined #ruby
cpruitt has quit [Ping timeout: 260 seconds]
robertothais has joined #ruby
<Abhijit> :-(
jameser has quit [Remote host closed the connection]
schneider has joined #ruby
<Abhijit> elomatreb, whats wrong here?
<Abhijit> require 'toml-rb'
<Abhijit> puts TomlRb.parse("[toml]\na = [\"array\", 123]")
<Abhijit> i get
<Abhijit> uninitialized constant TOML
<Abhijit> Did you mean? TomlRB
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<elomatreb> How did you install the gem?
robertothais has quit [Ping timeout: 255 seconds]
<Abhijit> gem install toml-rb
<Abhijit> :-)
tpendragon has joined #ruby
Cthulu201 has joined #ruby
<elomatreb> So you should have gotten the latest version, ok
<Abhijit> yes
<elomatreb> Mh, strange, I can't think of anything
<elomatreb> `gem list toml-rb` to confirm the version maybe?
giraffe has joined #ruby
giraffe is now known as Guest5068
<Abhijit> 1.1.1
Asher has quit [Ping timeout: 240 seconds]
ferr has joined #ruby
peacetreaty has left #ruby [#ruby]
vondruch has joined #ruby
ikbenhet has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
user2 has joined #ruby
arashb has joined #ruby
sidx64 has joined #ruby
vondruch has quit [Ping timeout: 240 seconds]
user2 has quit [Client Quit]
ramfjord has joined #ruby
arashb has quit [Ping timeout: 255 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
alfiemax has quit [Remote host closed the connection]
ciscam has quit [Ping timeout: 256 seconds]
alfiemax has joined #ruby
ciscam has joined #ruby
donofrio has joined #ruby
caleBOT_ has quit [Ping timeout: 240 seconds]
caleBOT has quit [Ping timeout: 240 seconds]
apparition has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
mtkd has quit [Ping timeout: 240 seconds]
mtkd has joined #ruby
wolfshappen has quit [Quit: Waffs have technical problems too]
apeiros has joined #ruby
adlerdias has joined #ruby
pdcawley has left #ruby [#ruby]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #ruby
Abhijit has quit [Quit: Leaving]
guille-moe has quit [Ping timeout: 240 seconds]
nolanv has quit [Read error: Connection reset by peer]
vondruch has joined #ruby
nowhereman_ has quit [Ping timeout: 255 seconds]
conta has quit [Remote host closed the connection]
conta has joined #ruby
GodFather has joined #ruby
nolanv has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
arashb has joined #ruby
AJA4350 has joined #ruby
Asher has joined #ruby
ikbenhet has joined #ruby
wolfshappen has joined #ruby
sidx64 has joined #ruby
arashb has quit [Ping timeout: 256 seconds]
Asher has quit [Ping timeout: 256 seconds]
sidx64 has quit [Client Quit]
drale2k_ has joined #ruby
ferr has quit [Quit: WeeChat 2.1]
cpruitt has joined #ruby
schneider has quit [Quit: WeeChat 2.0.1]
vondruch has quit [Ping timeout: 265 seconds]
cpruitt has quit [Ping timeout: 276 seconds]
sidx64 has joined #ruby
sidx64 has quit [Client Quit]
chouhoulis has joined #ruby
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
patientj has joined #ruby
anisha has quit [Read error: Connection reset by peer]
cpruitt has joined #ruby
anisha has joined #ruby
cpruitt has quit [Ping timeout: 240 seconds]
Beams has quit [Quit: .]
Beams has joined #ruby
yeticry has quit [Ping timeout: 240 seconds]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
Beams has quit [Client Quit]
yeticry has joined #ruby
patientj has left #ruby [#ruby]
Beams has joined #ruby
sidx64 has joined #ruby
karapetyan has quit [Remote host closed the connection]
chouhoulis has quit [Remote host closed the connection]
karapetyan has joined #ruby
cpruitt has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ldnunes has joined #ruby
mroutis has joined #ruby
cpruitt has quit [Ping timeout: 255 seconds]
nielsk has quit [Ping timeout: 255 seconds]
cagomez has joined #ruby
cpruitt has joined #ruby
cagomez has quit [Ping timeout: 240 seconds]
roamingdog has joined #ruby
cpruitt has quit [Ping timeout: 256 seconds]
alfiemax has quit [Remote host closed the connection]
sidx64 has joined #ruby
GodFather has quit [Ping timeout: 255 seconds]
cpruitt has joined #ruby
Nussi has joined #ruby
Cavallari has joined #ruby
yeticry has quit [Ping timeout: 260 seconds]
yeticry has joined #ruby
cpruitt has quit [Ping timeout: 268 seconds]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cpruitt has joined #ruby
guille-moe has joined #ruby
RougeR has joined #ruby
roamingdog has quit [Remote host closed the connection]
cpruitt has quit [Ping timeout: 265 seconds]
roamingdog has joined #ruby
sidx64 has joined #ruby
roamingdog has quit [Remote host closed the connection]
cpruitt has joined #ruby
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
luminous has joined #ruby
RougeR has quit [Read error: No route to host]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #ruby
jrich523 has quit [Read error: Connection reset by peer]
eckhardt has quit [Read error: Connection reset by peer]
sidx64 has quit [Client Quit]
jrich523 has joined #ruby
cyberg has joined #ruby
caleBOT_ has quit [Ping timeout: 240 seconds]
caleBOT has quit [Ping timeout: 240 seconds]
<dminuoso> Woah
<dminuoso> entry_name = if entry_name entry_name.pluralize(collection.size, I18n.locale)
<dminuoso> I should file a bug report just to vent my anger.
GodFather has joined #ruby
luminous has quit [Client Quit]
armando has quit [Quit: ZNC 1.8.x-nightly-20180512-bc7a2176 - https://znc.in]
nicesignal has quit [Ping timeout: 248 seconds]
armando has joined #ruby
redlegion has quit [Remote host closed the connection]
nicesignal has joined #ruby
redlegion has joined #ruby
ikbenhet has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vladdypwnz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<apeiros> I assume that's not even the full statement? given that `= if` is not suffix-if…
Asher has joined #ruby
<apeiros> i.e. multi-line if/else for assignment…
ikbenhet has joined #ruby
<dminuoso> There's a newline in there.
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dminuoso> It's so frustrating and annoying to read.
Beams has quit [Quit: .]
<dminuoso> Know why?
<dminuoso> Argh rage.
<dminuoso> Now yarn is broken again
<dminuoso> I used to think JS was fine.
Beams has joined #ruby
Puppet_ has quit [Quit: Leaving]
vondruch has joined #ruby
Asher has quit [Ping timeout: 276 seconds]
arashb has joined #ruby
venmx has quit [Ping timeout: 264 seconds]
marr has quit [Ping timeout: 260 seconds]
venmx has joined #ruby
dcunit3d has joined #ruby
arashb has quit [Ping timeout: 276 seconds]
tdy has joined #ruby
arashb has joined #ruby
k0mpa has joined #ruby
dcunit3d has quit [Ping timeout: 256 seconds]
samort7 has joined #ruby
arashb has quit [Ping timeout: 260 seconds]
duderonomy has joined #ruby
sidx64 has joined #ruby
Asher has joined #ruby
vondruch has quit [Ping timeout: 240 seconds]
duderonomy has quit [Client Quit]
sidx64 has quit [Client Quit]
NL3limin4t0r has joined #ruby
k0mpa has quit [Ping timeout: 255 seconds]
gizmore has joined #ruby
bmurt has joined #ruby
oleo has joined #ruby
mohsen_1 has quit [Quit: Connection closed for inactivity]
aupadhye has quit [Ping timeout: 260 seconds]
ramfjord has joined #ruby
venmx has quit [Ping timeout: 260 seconds]
arashb has joined #ruby
woodruffw has quit [Excess Flood]
woodruffw has joined #ruby
woodruffw has joined #ruby
duderonomy has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
simmaniac has joined #ruby
amar has joined #ruby
arashb has quit [Ping timeout: 264 seconds]
RougeR has joined #ruby
duderonomy has quit [Client Quit]
_antares_ has joined #ruby
ta_ has quit [Remote host closed the connection]
venmx has joined #ruby
duderonomy has joined #ruby
sysvalve has quit [Ping timeout: 260 seconds]
Zaab1t has joined #ruby
_antares_ has quit [Remote host closed the connection]
arashb has joined #ruby
sidx64 has joined #ruby
dcunit3d has joined #ruby
memo1 has joined #ruby
_antares_ has joined #ruby
arashb has quit [Remote host closed the connection]
mtkd has quit [Ping timeout: 256 seconds]
mtkd has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dcunit3d has quit [Ping timeout: 240 seconds]
GodFather has quit [Ping timeout: 264 seconds]
GodFather has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Rapture has joined #ruby
robertothais has joined #ruby
mroutis has quit [Read error: Connection reset by peer]
mroutis has joined #ruby
GodFather has quit [Ping timeout: 256 seconds]
Fire-Dragon-DoL has quit [Ping timeout: 255 seconds]
GodFather has joined #ruby
robertothais has quit [Ping timeout: 265 seconds]
bmurt has joined #ruby
simmaniac is now known as sysvalve
Fire-Dragon-DoL has joined #ruby
sammi` has quit [Quit: Lost terminal]
chouhoulis has joined #ruby
QCF has joined #ruby
RougeR has quit [Ping timeout: 268 seconds]
GodFather_ has joined #ruby
roamingdog has joined #ruby
RougeR has joined #ruby
_antares_ has quit [Remote host closed the connection]
namidark has quit [Ping timeout: 240 seconds]
coderphive has joined #ruby
_antares_ has joined #ruby
apparition has quit [Quit: Bye]
roamingdog has quit [Ping timeout: 256 seconds]
GodFather_ has quit [Ping timeout: 256 seconds]
arne has joined #ruby
QCF has quit []
GodFather_ has joined #ruby
_antares_ has quit [Ping timeout: 256 seconds]
<arne> invalid multibyte escape: /\x89PNG/ why doesn't this work?
<arne> i mean, i get why it doesn't, but shouldn't that work?
<apeiros> because operations on utf-8 strings require valid utf-8
<apeiros> if you want to work with binary data, use binary encodings, for both your target string and your regex.
<arne> okay, thanks
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jottr has joined #ruby
amelliaa has joined #ruby
sidx64 has joined #ruby
caleBOT_ has joined #ruby
caleBOT has joined #ruby
caleBO___ has joined #ruby
caleBOT__ has joined #ruby
chouhoul_ has joined #ruby
GodFather_ has quit [Ping timeout: 256 seconds]
caleBOT_ has quit [Ping timeout: 268 seconds]
caleBOT has quit [Ping timeout: 268 seconds]
chouhoulis has quit [Ping timeout: 265 seconds]
orbyt_ has joined #ruby
amar has quit [Remote host closed the connection]
kapil___ has joined #ruby
chouhoul_ has quit [Remote host closed the connection]
za1b1tsu has quit [Ping timeout: 240 seconds]
chouhoulis has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
caleBOT__ has quit [Ping timeout: 256 seconds]
caleBO___ has quit [Ping timeout: 256 seconds]
howdoi has quit [Quit: Connection closed for inactivity]
GodFather_ has joined #ruby
Cavallari has quit [Quit: Cavallari]
amar has joined #ruby
orbyt_ has joined #ruby
dionysus69 has quit [Ping timeout: 255 seconds]
dionysus69 has joined #ruby
cadillac_ has quit [Ping timeout: 264 seconds]
cadillac_ has joined #ruby
schleppel has quit [Quit: Konversation terminated!]
mtkd has quit []
RougeR has quit [Ping timeout: 256 seconds]
_antares_ has joined #ruby
duderonomy has joined #ruby
quobo has joined #ruby
<havenwood> I wrote an article about the new `exception: false` and `exception: true` kwargs for #system, #Integer, etc: https://medium.com/square-corner-blog/rubys-new-exception-keyword-arguments-4d5bbb504d37
_antares_ has quit [Ping timeout: 240 seconds]
Dbugger has joined #ruby
KeyJoo has quit [Ping timeout: 276 seconds]
fyrril has joined #ruby
mtkd has joined #ruby
cschneid_ has joined #ruby
cadillac_ has quit [Ping timeout: 260 seconds]
cadillac_ has joined #ruby
cagomez has joined #ruby
aufi has quit [Ping timeout: 276 seconds]
conta has quit [Ping timeout: 240 seconds]
_antares_ has joined #ruby
cadillac_ has quit [Read error: Connection reset by peer]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
apeiros has quit [Ping timeout: 256 seconds]
Burgestrand has quit [Quit: Closing time!]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
za1b1tsu has joined #ruby
<havenwood> TL;DR: system 'sl', exception: true
cadillac_ has joined #ruby
<havenwood> Integer('nope', exception: false) #=> nil
mohsen_1 has joined #ruby
tulak has joined #ruby
schleppel has joined #ruby
memo1 has quit [Ping timeout: 240 seconds]
za1b1tsu has quit [Ping timeout: 256 seconds]
nielsk has joined #ruby
_antares_ has quit [Remote host closed the connection]
_antares_ has joined #ruby
schleppel has quit [Quit: Konversation terminated!]
schleppel has joined #ruby
Xiti` has quit [Quit: Xiti`]
jcarl43 has joined #ruby
Xiti has joined #ruby
rippa has joined #ruby
schleppel has quit [Quit: Konversation terminated!]
mroutis has quit [Read error: Connection reset by peer]
mroutis has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ciscam has quit [Ping timeout: 240 seconds]
memo1 has joined #ruby
jamiejackson has joined #ruby
ciscam has joined #ruby
GodFather_ has quit [Ping timeout: 240 seconds]
za1b1tsu has joined #ruby
apeiros has joined #ruby
caleBOT__ has joined #ruby
caleBO___ has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
nima_m has joined #ruby
alex`` has quit [Ping timeout: 260 seconds]
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
ikbenhet has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
caleBOT_ has quit [Ping timeout: 264 seconds]
caleBOT has quit [Ping timeout: 264 seconds]
gix- has quit [Ping timeout: 276 seconds]
nima_m has quit [Quit: nima_m]
nima_m has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kmurphy4 has joined #ruby
tvw has quit [Remote host closed the connection]
nima_m has quit [Client Quit]
nima_m has joined #ruby
NL3limin4t0r has quit [Quit: WeeChat 1.9.1]
NL3limin4t0r has joined #ruby
GodFather_ has joined #ruby
jamiejackson99 has joined #ruby
jamiejackson has quit [Ping timeout: 260 seconds]
_antares_ has quit [Remote host closed the connection]
ellcs has quit [Remote host closed the connection]
Hashirama has joined #ruby
nima_m has quit [Quit: nima_m]
nima_m has joined #ruby
<Hashirama> hey beginner programmer here — looking at a private rails repo and I am seeing something like "result = ::Foo::Bar.meth(" just trying to understand what the colons mean. Unfortunately, I am not sure how I can google such a thing without knowing what it is.
jottr has quit [Ping timeout: 256 seconds]
jamiejackson99 has quit [Client Quit]
<Zarthus> Modules / Namespacing
jamiejackson99 has joined #ruby
<Hashirama> Thank you
schleppel has joined #ruby
<Hashirama> Yeah I guessed it was namespacing.
jamiejackson99 has quit [Client Quit]
_antares_ has joined #ruby
<Hashirama> I think the prefixing `::` is throwing me off I bet thats something to do with relative paths
<NL3limin4t0r> Hashirama: The prefixed `::` indicates that you navigate namespaces from root.
<dminuoso> Hashirama: :: is shorthand for Object::
jamiejackson has joined #ruby
<Hashirama> Ah thanks.
<dminuoso> Hashirama: So every constant gets tossed in there. `::Foo` is basically a way to access Object::Foo rather than say some `Foo` from your current nesting
gnufied has joined #ruby
<dminuoso> Hashirama: https://eval.in/1004614
schleppel has quit [Remote host closed the connection]
nitric has joined #ruby
schleppel has joined #ruby
mlkkk has quit [Remote host closed the connection]
gix has joined #ruby
<tbuehlmann> havenwood: coolio, thanks
sammi` has joined #ruby
gix- has joined #ruby
gix has quit [Disconnected by services]
mroutis has quit [Read error: Connection reset by peer]
mroutis_ has joined #ruby
anisha has quit [Quit: This computer has gone to sleep]
sysvalve has quit [Quit: Leaving]
nima_m has quit [Quit: nima_m]
nima_m has joined #ruby
mikecmpbll has quit [Ping timeout: 264 seconds]
orbyt_ has joined #ruby
ldepandis has joined #ruby
ldepandis has quit [Client Quit]
ldepandis has joined #ruby
guille-moe has quit [Ping timeout: 255 seconds]
chainz has joined #ruby
Beams has quit [Quit: .]
aupadhye has joined #ruby
Beams has joined #ruby
ramfjord has joined #ruby
ShekharReddy has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
NL3limin4t0r has quit [Quit: WeeChat 1.9.1]
kmurphy4 has quit [Quit: kmurphy4]
kies^ has quit [Ping timeout: 256 seconds]
ramfjord has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chainz has left #ruby [#ruby]
sanscoeur has joined #ruby
<tbuehlmann> havenwood: that's not fully present 2.6.0-preview1, is that right? getting an error for Integer('not-a-number', exception: false)
jamiejackson has quit [Ping timeout: 265 seconds]
<havenwood> tbuehlmann: It didn't make it into the preview1, but it'll be in the preview2. I should have mentioned that.
<havenwood> oh, i did mention it - at the very end
<tbuehlmann> aaand I'm a bad reader
<tbuehlmann> thanks
robertothais has joined #ruby
<havenwood> I have a script to install nightly ruby, but it's macOS-specific: https://gist.github.com/havenwood/823382815cbdcfddadd798d4042023a8
<havenwood> I should make that portable, but... it's such a pain!
<havenwood> I guess I could switch to a script that builds it with ruby-install easy enough.
regedit has joined #ruby
<tbuehlmann> I just searched for a way to install a nightly build via ruby-install, but it seems to be an anti feature
pilne has joined #ruby
<havenwood> tbuehlmann: you can do it easy enough by pointing at the nightly url, but yeah, postmodern wanted to keep it simple by supporting stable releases
n0m4d1c has joined #ruby
<regedit> if i'm using a gem like Unirest and i know i'm gonna be placing hundreds of HTTP requests to a given 3rd party, do i have to do anything to care about persistent connection / keep alive?
<regedit> Or will that be taken care of automagically
schleppel has quit [Quit: Konversation terminated!]
nima_m has quit [Quit: nima_m]
nima_m has joined #ruby
kies^ has joined #ruby
Beams has quit [Quit: .]
jongley has joined #ruby
<jongley> Do any of you cunts know how rails works? thx
<havenwood> regedit: Unirest seems to be a pretty thin wrapper around the RestClient gem.
<havenwood> !ban jongley
jongley was kicked from #ruby by ruby[bot] [bannable offense, see http://ruby-community.com/pages/user_rules]
TomyWork has quit [Ping timeout: 240 seconds]
_antares_ has quit [Remote host closed the connection]
<eam> I do not know how rails works
<havenwood> regedit: Here's a list of HTTP clients that's in sore need of updating: https://docs.google.com/spreadsheets/d/1vPlk6nMIFa3sI5ISl7zZ5r6lDNpVQX6Jxi3ksXCyVbs/edit?usp=sharing
schleppel has joined #ruby
gnufied has quit [Ping timeout: 265 seconds]
<havenwood> regedit: RestClient doesn't support keep-alive. Consider switching to something like Typhoeus, where you can do parallel requests.
<havenwood> regedit: If you just want keep-alive, the http gem is nice: https://github.com/httprb/http
tulak has quit [Remote host closed the connection]
_antares_ has joined #ruby
<regedit> wow nice list :+1:
memo1 has quit [Ping timeout: 240 seconds]
amar has quit [Remote host closed the connection]
<regedit> not sure if i want/need parallel... maybe
<havenwood> regedit: Typhoeus is a libcurl wrapper that makes parallel requests really easy with "hydra": https://github.com/typhoeus/typhoeus
tulak has joined #ruby
<havenwood> regedit: If you want to do a bunch of requests really fast, it's a good way to go.
<regedit> i'm gonna be interacting with an API, processing hundreds of records, each one its own API call
<regedit> hm ok
<havenwood> regedit: Yeah, I'd recommend Typhoeus.
<baweaver> eam: How much C would one need to understand to grok this?: https://github.com/google/protobuf/pull/3606/files
<baweaver> I get the basics at least, but not the potential work required to make it work
conta has joined #ruby
<baweaver> Tangentially related as this is the Ruby protobuf lib
amar has joined #ruby
<havenwood> i C what you did there
<eam> that's a tough question, how do I quantify understanding? I bet you could do it
<eam> I'll work with you on it if you want
<baweaver> May have to be in a few weeks after I get back from Seattle.
tulak has quit [Ping timeout: 240 seconds]
<regedit> ok cool thanks havenwood
amar has quit [Ping timeout: 256 seconds]
eckhardt has joined #ruby
nima_m has quit [Quit: nima_m]
_antares_ has quit [Remote host closed the connection]
nima_m has joined #ruby
mtkd has quit []
biberu has joined #ruby
venmx has quit [Ping timeout: 256 seconds]
_antares_ has joined #ruby
nima_m has quit [Quit: nima_m]
nima_m has joined #ruby
duderonomy has joined #ruby
gix has joined #ruby
jottr has joined #ruby
mtkd has joined #ruby
gix- has quit [Ping timeout: 264 seconds]
nima_m has quit [Client Quit]
nima_m has joined #ruby
gnufied has joined #ruby
aupadhye has quit [Quit: Leaving]
chouhoul_ has joined #ruby
cadillac_ has quit [Read error: Connection reset by peer]
nima_m has quit [Quit: nima_m]
chouhoulis has quit [Ping timeout: 256 seconds]
nima_m has joined #ruby
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
ramfjord has quit [Ping timeout: 240 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cadillac_ has joined #ruby
TomyLobo has joined #ruby
nima_m has quit [Client Quit]
nima_m has joined #ruby
caleBO___ has quit [Remote host closed the connection]
caleBOT__ has quit [Remote host closed the connection]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
karapetyan has quit [Remote host closed the connection]
conta has quit [Quit: conta]
amar has joined #ruby
amar has quit [Remote host closed the connection]
amar has joined #ruby
Cavallari has joined #ruby
caleBOT_ has quit [Ping timeout: 240 seconds]
caleBOT has quit [Ping timeout: 240 seconds]
tulak has joined #ruby
bmurt has joined #ruby
deadmund has joined #ruby
<deadmund> What is the require line I need so that I can write a script that uses this module? https://github.com/chadrem/market_bot I’m trying to replicate the “App API example” given in the readme for that project but I am getting “uninitialized constant MarketBot (NameError)” Thanks in advance!!
<dminuoso> baweaver: If its a google product its usually not that hard.
caleBOT has joined #ruby
nima_m has quit [Quit: nima_m]
nima_m has joined #ruby
caleBOT has quit [Ping timeout: 276 seconds]
nima_m has quit [Client Quit]
nima_m has joined #ruby
Sina has quit [Quit: Connection closed for inactivity]
Hashirama has quit [Quit: Leaving.]
mtkd has quit []
tacoboy has joined #ruby
blackmesa has joined #ruby
mtkd has joined #ruby
robertothais has quit [Ping timeout: 260 seconds]
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #ruby
dviola has joined #ruby
roamingdog has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
GodFather__ has joined #ruby
jenrzzz has joined #ruby
_antares_ has quit [Remote host closed the connection]
alfiemax has joined #ruby
gix has quit [Ping timeout: 240 seconds]
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
roamingdog has quit [Ping timeout: 240 seconds]
GodFather has quit [Ping timeout: 240 seconds]
alfiemax has quit [Remote host closed the connection]
lytol has joined #ruby
alfiemax has joined #ruby
<deadmund> Nevermind, I figured it out! :)
sameerynho has joined #ruby
<deadmund> I had to “require” the name of the module. It took some guess and check. In my case it was “market_bot”
cpruitt has quit []
ellcs has joined #ruby
nima_m has quit [Ping timeout: 276 seconds]
jhass has quit [Quit: Bye]
deadmund has left #ruby [#ruby]
GodFather__ has quit [Ping timeout: 240 seconds]
_antares_ has joined #ruby
sauvin has quit [Read error: Connection reset by peer]
ramfjord has joined #ruby
mtkd has quit []
GodFather_ has quit [Remote host closed the connection]
_antares_ has quit [Ping timeout: 240 seconds]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
mtkd has joined #ruby
<cagomez> how does ActiveRecord `create` generate it's timestamps?
venmx has joined #ruby
graft has joined #ruby
graft has joined #ruby
graft has quit [Changing host]
<cagomez> tbuehlmann: how would I call `current_time_from_proper_timezone`?
jhass has joined #ruby
<cagomez> tbuehlmann: what I'm trying to do is create models with `.new`, but also set their `created_at` and `updated_at` columns
<tbuehlmann> why?
<tbuehlmann> also, let's move this to #RubyOnRails
chocoelho has joined #ruby
roamingdog has joined #ruby
<dminuoso> You better do
<dminuoso> I need my silence.
jottr has quit [Ping timeout: 260 seconds]
gix has joined #ruby
karapetyan has joined #ruby
dionysus69 has joined #ruby
ellcs has quit [Ping timeout: 256 seconds]
fu7zed has joined #ruby
graft has quit [Ping timeout: 240 seconds]
duderonomy has joined #ruby
karapetyan has quit [Ping timeout: 265 seconds]
duderonomy has quit [Client Quit]
mnemon has quit [Remote host closed the connection]
robertothais has joined #ruby
duderonomy has joined #ruby
gizmore has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
caleBOT_ has quit [Ping timeout: 248 seconds]
caleBOT has quit [Ping timeout: 256 seconds]
<tuskkk___> need some help with rails, have a form from a custom class, need a dropdown there from one of the fields in a model...
bmurt has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alfiemax has quit [Remote host closed the connection]
nowhereman_ has joined #ruby
<apeiros> ?rails tuskkk___
<ruby[bot]> tuskkk___: Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
<tuskkk___> Hey apeiros! have already asked there, waiting.
<apeiros> in that case…
<apeiros> ?doublepost tuskkk___
<ruby[bot]> apeiros: I don't know anything about doublepost
<apeiros> ?crosspost tuskkk___
<ruby[bot]> tuskkk___: Please do not crosspost without at least telling so and mentioning provided suggestions and their outcome in all channels. Experience shows that people don't do either, and not doing so is considered rude.
<apeiros> I need more aliases for that
<apeiros> but really, this isn't the right channel for rails questions. please keep them over there.
alfiemax has joined #ruby
<tuskkk___> ok, thanks
ShekharReddy has quit [Quit: Connection closed for inactivity]
venmx has quit [Remote host closed the connection]
ellcs has joined #ruby
ccrow has joined #ruby
jottr has joined #ruby
gnufied has quit [Ping timeout: 255 seconds]
suukim has quit [Quit: Konversation terminated!]
alfiemax has quit [Ping timeout: 268 seconds]
mnemon has joined #ruby
tulak has quit [Remote host closed the connection]
mtkd has quit []
memo1 has joined #ruby
tulak has joined #ruby
jameser has joined #ruby
edwardly has quit [Ping timeout: 260 seconds]
plexigras has quit [Ping timeout: 256 seconds]
cschneid_ has quit [Remote host closed the connection]
tulak has quit [Ping timeout: 240 seconds]
jameser has quit [Ping timeout: 256 seconds]
edwardly has joined #ruby
edwardly has joined #ruby
edwardly has quit [Changing host]
KeyJoo has joined #ruby
nowhere_man has joined #ruby
nowhereman_ has quit [Ping timeout: 255 seconds]
alfiemax has joined #ruby
nitric has quit [Ping timeout: 255 seconds]
vovs03 has joined #ruby
jenrzzz has quit [Ping timeout: 255 seconds]
mtkd has joined #ruby
jenrzzz has joined #ruby
grilix has joined #ruby
drale2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
caleBOT has joined #ruby
alfiemax has quit [Ping timeout: 276 seconds]
caleBOT_ has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nitric has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
Zaab1t has quit [Quit: Zaab1t]
regedit has quit [Quit: Connection closed for inactivity]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
tulak has joined #ruby
_antares_ has joined #ruby
ta_ has joined #ruby
tulak has quit [Remote host closed the connection]
tulak has joined #ruby
orbyt_ has joined #ruby
knight33_ has joined #ruby
minimalism has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
_antares_ has quit [Ping timeout: 260 seconds]
tulak has quit [Ping timeout: 260 seconds]
ta_ has quit [Quit: Leaving...]
postmodern has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tulak has joined #ruby
karapetyan has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
bmurt has joined #ruby
mohsen_1 has quit [Quit: Connection closed for inactivity]
coderphive has quit [Quit: coderphive]
karapetyan has quit [Ping timeout: 268 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
cschneid_ has joined #ruby
jenrzzz has joined #ruby
caleBOT has quit [Remote host closed the connection]
caleBOT_ has quit [Remote host closed the connection]
BubonicPestilenc has joined #ruby
<BubonicPestilenc> test
<BubonicPestilenc> Hello my dear friends!
karapetyan has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
<BubonicPestilenc> I have a question: in most cases, i do "scan(/...(x).../).flatten.first"
<BubonicPestilenc> i know about $1, $2
<BubonicPestilenc> but are there any alternative to .flatten.first? One i know is .dig(0, 0)
cschneid_ has quit [Ping timeout: 248 seconds]
<elomatreb> If you just want to get at the first matching group, I like using the [] method with a regex on string
<elomatreb> I.e. somestring[/re(ex)/, 1]
<BubonicPestilenc> hm..., yeah! right! i remember i seen somewhere, tyvm
caleBOT_ has quit [Remote host closed the connection]
caleBOT__ has joined #ruby
caleBOT has quit [Write error: Broken pipe]
caleBO___ has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
squishyj has joined #ruby
<squishyj> ?guys
<ruby[bot]> Though inclusion was probably intended, not everyone relates to being "one of the guys". Maybe consider using "folks", "all", "y'all", or "everyone" instead?
squishyj has left #ruby [#ruby]
tvw has joined #ruby
za1b1tsu has quit [Ping timeout: 276 seconds]
cschneid_ has joined #ruby
jenrzzz has joined #ruby
graft has joined #ruby
graft has joined #ruby
graft has quit [Changing host]
Burgestrand has joined #ruby
adlerdias has quit [Quit: adlerdias]
alfiemax has joined #ruby
BubonicPestilenc has quit [Quit: Textual IRC Client: www.textualapp.com]
jenrzzz has quit [Ping timeout: 260 seconds]
<baweaver> !troll squishyj
reber has quit [Remote host closed the connection]
robertothais has quit [Ping timeout: 255 seconds]
Cavallari1 has joined #ruby
nowhere_man has quit [Ping timeout: 260 seconds]
Cavallari has quit [Ping timeout: 256 seconds]
Cavallari1 is now known as Cavallari
Cavallari1 has joined #ruby
regedit has joined #ruby
GodFather has joined #ruby
Cavallari has quit [Ping timeout: 256 seconds]
Cavallari has joined #ruby
caleBO___ has quit [Remote host closed the connection]
caleBOT__ has quit [Remote host closed the connection]
tulak has quit []
Cavallari1 has quit [Ping timeout: 276 seconds]
sidx64 has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gnufied has joined #ruby
_antares_ has joined #ruby
sidx64_ has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
sidx64 has quit [Ping timeout: 264 seconds]
za1b1tsu has joined #ruby
_antares_ has quit [Ping timeout: 265 seconds]
sidx64 has joined #ruby
sidx64_ has quit [Ping timeout: 240 seconds]
vladdypwnz has joined #ruby
alfiemax has quit [Ping timeout: 255 seconds]
ryzokuken has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
za1b1tsu has quit [Ping timeout: 240 seconds]
graft has quit [Ping timeout: 264 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
chouhoul_ has joined #ruby
ldepandis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ldepandis has joined #ruby
mikecmpbll has joined #ruby
chouhoulis has quit [Ping timeout: 255 seconds]
sidx64_ has joined #ruby
chouhoul_ has quit [Ping timeout: 248 seconds]
caleBOT_ has joined #ruby
caleBOT has joined #ruby
graft has joined #ruby
nowhere_man has joined #ruby
sidx64__ has joined #ruby
sidx64 has quit [Ping timeout: 264 seconds]
sidx64_ has quit [Ping timeout: 240 seconds]
_antares_ has joined #ruby
lypsis has joined #ruby
gr33n7007h has joined #ruby
gr33n7007h is now known as al2o3-cr
_antares_ has quit [Remote host closed the connection]
biberu has quit []
Burgestrand has quit [Quit: Good bye and have a nice day!]
marr has joined #ruby
sammi`_ has joined #ruby
Cavallari1 has joined #ruby
coderphive has joined #ruby
blackmesa has quit [Quit: WeeChat 2.1]
duderonomy has joined #ruby
blackmesa has joined #ruby
duderonomy has quit [Client Quit]
Cavallari has quit [Ping timeout: 264 seconds]
Cavallari1 is now known as Cavallari
sammi` has quit [Quit: Lost terminal]
dionysus69 has quit [Ping timeout: 240 seconds]
RougeR has joined #ruby
ramfjord has quit [Read error: Connection reset by peer]
GodFather has quit [Ping timeout: 276 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AgentVenom has quit [Quit: Textual IRC Client: www.textualapp.com]
ramfjord has joined #ruby
grilix has quit [Ping timeout: 240 seconds]
memo1 has quit [Ping timeout: 276 seconds]
moei has quit [Quit: Leaving...]
knight33_ has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
mroutis_ has quit [Read error: Connection reset by peer]
mroutis has joined #ruby
vovs03 has quit [Quit: vovs03]
ldnunes has quit [Quit: Leaving]
coderphive has quit [Quit: coderphive]
Cavallari has quit [Quit: Cavallari]
n0m4d1c has quit [Remote host closed the connection]
n0m4d1c has joined #ruby
orbyt_ has joined #ruby
TomyLobo has quit [Ping timeout: 256 seconds]
n0m4d1c has quit [Ping timeout: 255 seconds]
RougeR has quit [Ping timeout: 264 seconds]
rikkipitt has joined #ruby
SeepingN has joined #ruby
xuanrui has joined #ruby
jottr has joined #ruby
za1b1tsu has joined #ruby
sidx64__ has quit [Read error: Connection reset by peer]
RougeR has joined #ruby
coderphive has joined #ruby
sidx64 has joined #ruby
jottr has quit [Ping timeout: 268 seconds]
manjaro-user-- has joined #ruby
mtkd has quit []
<manjaro-user--> Boa noite galera
hlmjr has joined #ruby
za1b1tsu has quit [Ping timeout: 268 seconds]
ramfjord has quit [Read error: Connection reset by peer]
gnufied has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
rikkipitt has quit [Remote host closed the connection]
rikkipitt has joined #ruby
ur5us has joined #ruby
roamingdog has quit [Remote host closed the connection]
clemens3 has quit [Ping timeout: 256 seconds]
chouhoulis has joined #ruby
rikkipitt has quit [Ping timeout: 256 seconds]
fu7zed has quit [Quit: Leaving]
hinbody has joined #ruby
hinbody has left #ruby [#ruby]
kmurphy4 has joined #ruby
gnufied has joined #ruby
sidx64 has quit [Read error: Connection reset by peer]
leslie has joined #ruby
AJA4350 has quit [Remote host closed the connection]
ldepandis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
coderphive has quit [Quit: coderphive]
schleppel has quit [Quit: Konversation terminated!]
roamingdog has joined #ruby
jottr has joined #ruby
moei has joined #ruby
mroutis has quit [Read error: Connection reset by peer]
mroutis has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
ricer2 has quit [Remote host closed the connection]
amelliaa has quit [Quit: -]
tvw has quit [Remote host closed the connection]
mjolnird has quit [Ping timeout: 276 seconds]
robertothais has joined #ruby
Dbugger has quit [Quit: Leaving]
ccrow has quit [Quit: Ex-Chat]
alfiemax has joined #ruby
manjaro-user-- has quit [Remote host closed the connection]
kapil___ has quit [Quit: Connection closed for inactivity]
kapil___ has joined #ruby
ramfjord has quit [Ping timeout: 256 seconds]
mjolnird has joined #ruby
ramfjord has joined #ruby
za1b1tsu has joined #ruby
za1b1tsu has quit [Ping timeout: 256 seconds]
amar has quit [Ping timeout: 248 seconds]
ur5us has quit [Read error: Connection reset by peer]
vladdypwnz has quit [Ping timeout: 255 seconds]
KeyJoo has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
xuanrui has quit [Remote host closed the connection]
caleBOT_ has quit [Remote host closed the connection]
caleBOT has quit [Remote host closed the connection]
caleBOT_ has joined #ruby
caleBOT has joined #ruby
mostly-harmless has quit [Ping timeout: 268 seconds]
ramfjord has quit [Ping timeout: 248 seconds]
pwnd_nsfw has quit [Read error: Connection reset by peer]
Nilium has quit [Quit: <kristin> Cower is like... I dunno. sometimes he seems senile and other times he seems like a middle schooler.]
Nilium has joined #ruby
caleBOT_ has quit [Ping timeout: 256 seconds]
caleBOT has quit [Ping timeout: 256 seconds]
amar has joined #ruby
DTZUZO_ has quit [Ping timeout: 248 seconds]
duderonomy has joined #ruby
alfiemax has quit [Ping timeout: 268 seconds]
gnufied has quit [Ping timeout: 276 seconds]
duderonomy has quit [Client Quit]
d_kam has quit [Ping timeout: 256 seconds]
ccrow has joined #ruby
sanscoeur has quit [Ping timeout: 248 seconds]
ramfjord has joined #ruby
DTZUZO has joined #ruby
ccrow has quit [Quit: Ex-Chat]
rikkipitt has joined #ruby
blackmesa has quit [Quit: WeeChat 2.1]
venmx has joined #ruby
alfiemax has joined #ruby
ciscam has quit [Ping timeout: 240 seconds]
<audy> where does rails' 1.day.ago methods come from? I thought they were in active_support but I was wrong :(
ciscam has joined #ruby
alfiemax has quit [Ping timeout: 264 seconds]
jottr has joined #ruby
gnufied has joined #ruby
<Radar> audy: they are in active_support
jottr has quit [Ping timeout: 248 seconds]
<Radar> Finding you a link, one moment
<havenwood> audy: require 'active_support/core_ext/integer/time'
caleBOT has joined #ruby
caleBOT_ has joined #ruby
mostly-harmless has joined #ruby
<audy> Radar, havenwood: thanks!
<Radar> numeric/time ?
gnufied has quit [Ping timeout: 276 seconds]
pwnd_nsfw has joined #ruby
kmurphy4 has quit [Quit: kmurphy4]
_antares_ has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_antares_ has quit [Ping timeout: 265 seconds]
gnufied has joined #ruby
rikkipitt has quit [Quit: Leaving...]
Echo6 has joined #ruby
<Echo6> New to ruby, I'm trying to install rake so I can compile this, https://github.com/qcam/3llo
<Echo6> When I attempt to install rake by typing gem install rake
<Echo6> I get ERROR: Error installing rake:
<Echo6> rake requires Ruby version >= 2.0.0.
<Echo6> I didn't know if ruby was touchy like python
<Echo6> So I figure I would ask before I broke a bunch of stuff with random fixes.
karapetyan has quit [Remote host closed the connection]