jhass changed the topic of #ruby to: Welcome new users migrating from #ruby-lang! || Rules & more: http://ruby-community.com || Ruby 2.2.2; 2.1.6; 2.0.0-p645: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || log @ http://irclog.whitequark.org/ruby/
kartouch has quit [Ping timeout: 265 seconds]
teotwaki has joined #ruby
malconis has joined #ruby
kartouch has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Fooster has quit [Ping timeout: 258 seconds]
jhooker has quit [Ping timeout: 256 seconds]
mrsolo has joined #ruby
A124 has quit [Ping timeout: 264 seconds]
mrsolo has quit [Client Quit]
harly has joined #ruby
mrsolo has joined #ruby
havenwood has joined #ruby
segfalt_ has quit [Quit: segfalt_]
OrbitalKitten has joined #ruby
kartouch has quit [Ping timeout: 265 seconds]
kartouch has joined #ruby
noethics has quit [Ping timeout: 246 seconds]
kirun has quit [Quit: Client exiting]
Guest64536 has joined #ruby
spider-mario has quit [Remote host closed the connection]
dgarstang has joined #ruby
Guest64536 has quit [Client Quit]
<dgarstang> Sigh. How do I coerce #<Mixlib::ShellOut:0x00000003562978> into a string? to_s isn't working
yoongkang has quit [Remote host closed the connection]
Jandre has joined #ruby
yoongkang has joined #ruby
Jandre is now known as Guest8897
Guest64536 has joined #ruby
nedp has joined #ruby
<Guest64536> Download your copy of Website Calculator - Software that allows your visitors to calculate their website and drive in traffic for your website! http://www.websiteadverts.org/forum/forumdisplay.php?fid=20
<Guest64536> Download your copy of Website Calculator - Software that allows your visitors to calculate their website and drive in traffic for your website! http://www.websiteadverts.org/forum/forumdisplay.php?fid=20
<Guest64536> Download your copy of Website Calculator - Software that allows your visitors to calculate their website and drive in traffic for your website! http://www.websiteadverts.org/forum/forumdisplay.php?fid=20
Guest64536 has quit [Client Quit]
<shevy> dgarstang hmm does it have a to_s method?
<dgarstang> shevy: I dunno
<dgarstang> shevy: you'd think so, given it's purpose.
<shevy> >> class Foo; def to_s; 'yo'; end; end; foo = Foo.new; puts foo
<ruboto> shevy # => yo ...check link for more (https://eval.in/376652)
<shevy> if you are able to modify it then you could add a to_s method
<dgarstang> shevy: well, I didn't write it
mujou has quit [Quit: Leaving...]
<dgarstang> http://www.rubydoc.info/github/opscode/mixlib-shellout/Mixlib/ShellOut .... I dont see anything about to string there
<shevy> yeah. if the author did not add a to_s method then It hink the only way is to change the code
_ht has quit [Quit: Konversation terminated!]
<shevy> you can also use pp respectively #inspect
<nofxx> or it meant you to explicit use another method... either way shame on him heh
casadei has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<dgarstang> shevy: i find it hard to believe that a lib used to get the output of a command doesn't let you get it as a string
Fooster has joined #ruby
OrbitalKitten has joined #ruby
bootstrappm has quit [Ping timeout: 258 seconds]
<shevy> dunno
<shevy> I rarely define to_s
<shevy> only when I really need a certain output
<shevy> or to_str
<dgarstang> shevy: well, this looks like standard ruby library
<shevy> I think I modified to_str once for objects in my (permanently unfinished) ruby MUD
rbowlby has joined #ruby
growlove has quit [Remote host closed the connection]
Scroff has joined #ruby
tejasmanohar has joined #ruby
mrsolo_ has joined #ruby
<tejasmanohar> anyone have an open source project that they wanna see but dont wanna build?
LJT has joined #ruby
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
LJT has quit [Client Quit]
mrsolo has quit [Ping timeout: 258 seconds]
RegulationD has joined #ruby
justintv90 has joined #ruby
Limix has joined #ruby
malconis has joined #ruby
<shevy> dunno
<shevy> lots of ruby projects related to compiling and installing packages for instance
<harly> sure. a json api to retrieve the works of shakespear. servable as a docker container, using elastic search.
<harly> let me know when it's ready :)
sarkis has joined #ruby
cosmicexplorer has quit [Remote host closed the connection]
jack_rabbit has joined #ruby
tibig has quit [Remote host closed the connection]
<shevy> :)
yoongkang has quit [Remote host closed the connection]
LJT has joined #ruby
senayar has quit [Remote host closed the connection]
zubov has joined #ruby
diegoviola has joined #ruby
RegulationD has quit [Ping timeout: 255 seconds]
blandflakes has joined #ruby
LJT has quit [Max SendQ exceeded]
LJT has joined #ruby
yoongkang has joined #ruby
zotherstupidguy has quit [Ping timeout: 264 seconds]
<tejasmanohar> harly: lol
<tejasmanohar> shevy: like?
<tejasmanohar> compiling and installing what sorta packages
mrmargolis has quit [Remote host closed the connection]
Fooster has quit [Ping timeout: 264 seconds]
marr has quit [Ping timeout: 250 seconds]
mrmargolis has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
OrbitalKitten has joined #ruby
fujimura has joined #ruby
pwnz0r has joined #ruby
Scroff has quit [Ping timeout: 252 seconds]
<athos_diddy> still working on regular expressions... https://gist.github.com/genericlady/6391a48dd1bf53581b74
<athos_diddy> i feel like i should be using the pipe | in between expressions
<shevy> tejasmanohar everything, without restriction; something like mac homebrew but without a mandatory requirement to have to know ruby, in order to install a package
nfk has quit [Quit: yawn]
<tejasmanohar> ah i see
<tejasmanohar> shevy: you dont need to know ruby to install a homebrew package...?
<tejasmanohar> shevy: you mean create one?
<tejasmanohar> `brew install *` meh u dont you need ruby knowledge :P
mrmargolis has quit [Ping timeout: 276 seconds]
<tejasmanohar> you dont even need ruby knowledge to create a lot of packages
<athos_diddy> maybe i should use MatchData
duncannz has quit [Remote host closed the connection]
fujimura has quit [Ping timeout: 255 seconds]
I has joined #ruby
I has quit [Client Quit]
I has joined #ruby
I is now known as Guest66127
MouseTheLuckyDog has quit [Quit: Leaving]
Guest66127 is now known as dopie
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<alxndr> athos_diddy: how about /[\n\-.]+/
OrbitalKitten has joined #ruby
chipotle has quit [Quit: cheerio]
blizzy has joined #ruby
That1Guy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dseitz has joined #ruby
<shevy> tejasmanohar yeah
snophey has quit [Quit: Leaving]
<shevy> tejasmanohar quite a serious limitation
_blizzy_ has quit [Ping timeout: 265 seconds]
<tejasmanohar> shevy: not knowing ruby is a serious limitation to do what with brew?
<tejasmanohar> install packages?
<sarkis> hey all - so im trying to figure out why i still get the Host Verification errors: https://gist.github.com/sarkis/8c41ee815e7b6702252e
<tejasmanohar> i dont see how
<shevy> tejasmanohar to install something yes
<athos_diddy> great thanks i got the hang of it now
<sarkis> i've set the following ssh_options: { paranoid: false }
jhooker has joined #ruby
<tejasmanohar> shevy: thats to WRITE a package, not to install one
<tejasmanohar> installing one is `brew install {{package}}`
<tejasmanohar> :P
<shevy> that requires someone else to have done so
<shevy> and you must conform to it
mrmargolis has joined #ruby
That1Guy has joined #ruby
Synthbread has quit [Remote host closed the connection]
robustus has quit [Ping timeout: 264 seconds]
<shevy> it's exclusive to osx too isn't it?
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<tejasmanohar> shevy: nope
robustus has joined #ruby
<tejasmanohar> npm is the best pkg manager imo
<tejasmanohar> but node
Anthony__ has joined #ruby
<tejasmanohar> maybe i should design a system package manager off of npm
malconis has joined #ruby
<shevy> how do I change the prefix?
<shevy> it seems to install into $HOME/.linuxbrew/Cellar/$NAME/$VERSION
<tejasmanohar> ah i dunno, i dont use linuxbrew
millerti has joined #ruby
<shevy> how do you change the prefix on mac?
<tejasmanohar> i dont know that either
RoryHughes has quit [Ping timeout: 265 seconds]
<tejasmanohar> probably a limitation of homebrew shevy
<shevy> I don't see it in "brew --help", but at least the default prefix seems to work
<tejasmanohar> (though im not the person to ask, only been using mac for a month ish lol)
<shevy> I am giving brew install python a try
<tejasmanohar> yeah
<tejasmanohar> :)
<shevy> ==> Installing dependencies for python: pkg-config, readline, sqlite, gdbm, makedepend, openssl
msnyon has quit [Quit: Textual IRC Client: www.textualapp.com]
<tejasmanohar> why are those called deps
blizzy has quit [Ping timeout: 256 seconds]
<tejasmanohar> you can --without...
<shevy> no idea
<tejasmanohar> but those arent deps lmao
RoryHughes has joined #ruby
<tejasmanohar> sqlite is not a fkin dep
<shevy> it's my first run
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<shevy> not going to interrupt it now :)
<shevy> this feature is nice
<shevy> ==> Patching
<shevy> patching file crypto/x509/x509_vfy.c
<shevy> it patches automatically
OrbitalKitten has joined #ruby
<tejasmanohar> brew install python --without-sqlite --without-readline --without-gdbm
<shevy> lol
<shevy> you want me to add --without for all packages? :)
<tejasmanohar> i dont know why its a dep ok
<tejasmanohar> lol
<tejasmanohar> like it can be bundled but i dont know why its noted as a "dependency"
<tejasmanohar> weird
<nofxx> I don't get this npm hype... it's output is always messy, you can't even configure the fucking global thing and needs to keep adding -g everytime
<tejasmanohar> "you can't even configure the fucking global thing" ?
<tejasmanohar> -g is not default thats why
jackjackdripper has quit [Quit: Leaving.]
<tejasmanohar> if you wanted -g to be the default then ud have to do something like -l to install things locally when uw ant
<tejasmanohar> lol
<tejasmanohar> and then a bunch of ppl would complain nofxx
<nofxx> tejasmanohar, so, how to make it default, is how I want
<tejasmanohar> nofxx: and alias would do
<nofxx> why can't I configure for me, and let the others be happy?
<tejasmanohar> aliases
<shevy> Makefile:153: recipe for target 'openssl' failed
<shevy> make[1]: *** [openssl] Error 2
<tejasmanohar> in ur shell
<tejasmanohar> rekt
<tejasmanohar> shevy: lol
<shevy> ==> perl ./Configure
<shevy> this is strange
<shevy> suddenly perl is used
<tejasmanohar> lel
MadMao has joined #ruby
<tejasmanohar> nofxx: maybe u can do something about that in npmrc idk
<nofxx> it's messy anyway, it's my point. 3 pkg managers that are polished and should be taken as default: pacman, brew and rubygems ;)
<shevy> well rubygems handles only ruby-related thingies
<tejasmanohar> how is npm messy nofxx
longfeet has joined #ruby
<tejasmanohar> rubygems is a mess compared to npm lol
Anthony__ has quit [Ping timeout: 256 seconds]
blandflakes has joined #ruby
<tejasmanohar> bundler
<havenwood> tejasmanohar: I'd disagree from what I've seen.
<tejasmanohar> with npm you have no need for such a thing
Guest8897 is now known as Jandre
Jandre has quit [Changing host]
Jandre has joined #ruby
<tejasmanohar> yeah ok the output is nicer w/ rubygems
<tejasmanohar> other than its error handling npm is nice
<tejasmanohar> havenwood: why
That1Guy has quit [Quit: Textual IRC Client: www.textualapp.com]
<havenwood> tejasmanohar: RubyGems supports `gem i -g` or the long form `gem install --file` to install deps from a Gemfile and make a Gemfile.lock.
<tejasmanohar> havenwood: so?
<havenwood> tejasmanohar: So your Bundler point is moot.
dgarstang has quit [Quit: WeeChat 0.4.3]
<tejasmanohar> no thats not what i dislike about bundler
<tejasmanohar> just the wholei dea of having to use it
<tejasmanohar> rather than just installing packages locally in the project dir
<havenwood> tejasmanohar: --path, your choice
<tejasmanohar> doing it locally eliminates a crap ton of problems
<tejasmanohar> havenwood: well yeah you could install things globally if u want in npm too
<havenwood> tejasmanohar: then do that, but it doesn't make npm better than rubygems
<tejasmanohar> eh
jgt1 has joined #ruby
<tejasmanohar> shevy: so thoughts on homebrew?
doctorly has quit [Ping timeout: 265 seconds]
sarkis has quit [Ping timeout: 272 seconds]
jgt has quit [Ping timeout: 246 seconds]
iamninja has quit [Read error: Connection reset by peer]
iamninja has joined #ruby
Ariadeno has joined #ruby
lkba has joined #ruby
<jesterfraud> nofxx, why on _earth_ would you want to install packages globally by default?
<jesterfraud> that's just asking for version conflicts
lkba_ has quit [Ping timeout: 250 seconds]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
segfalt has joined #ruby
swgillespie has joined #ruby
datanoise has joined #ruby
Fooster has joined #ruby
swgillespie has quit [Max SendQ exceeded]
EnergyCoffee has quit [Quit: No Ping reply in 180 seconds.]
swgillespie has joined #ruby
dorei has quit []
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
rbowlby has quit [Remote host closed the connection]
rbowlby has joined #ruby
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
rbowlby has quit [Remote host closed the connection]
casadei has quit [Remote host closed the connection]
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
mdz_ has joined #ruby
mc_fail_ has joined #ruby
malconis has joined #ruby
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
segfalt has quit [Quit: segfalt]
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
Ariadeno has quit [Quit: leaving]
Evangelia has left #ruby ["Leaving"]
Ariadeno has joined #ruby
_blizzy_ has joined #ruby
fabrice31 has joined #ruby
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
mc_fail has quit [Ping timeout: 246 seconds]
mary5030 has joined #ruby
LJT has quit [Quit: Sleeping...]
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
mdz_ has quit [Ping timeout: 252 seconds]
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
toretore has quit [Quit: This computer has gone to sleep]
EnergyCoffee has joined #ruby
EnergyCoffee has quit [Max SendQ exceeded]
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
headius has quit [Quit: ZNC - http://znc.in]
sarkis has joined #ruby
fabrice31 has quit [Ping timeout: 272 seconds]
EnergyCoffee has joined #ruby
Fooster has quit [Ping timeout: 265 seconds]
mujou has joined #ruby
pontiki has joined #ruby
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
senayar has joined #ruby
senayar has quit [Remote host closed the connection]
xxneolithicxx has quit [Ping timeout: 255 seconds]
Feverio has quit [Remote host closed the connection]
mary5030 has quit [Remote host closed the connection]
Scub_ has joined #ruby
zero7 has quit [Ping timeout: 276 seconds]
jschoolcraft has quit [Max SendQ exceeded]
lanemeyer has quit [Ping timeout: 278 seconds]
Joufflu has quit [Quit: Peace]
zero7 has joined #ruby
<pontiki> hello, ruby-land
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jhooker has quit [Ping timeout: 264 seconds]
goodcodeguy has joined #ruby
bruno- has quit [Ping timeout: 276 seconds]
lanemeyer has joined #ruby
RegulationD has joined #ruby
balazs has quit [Read error: Connection reset by peer]
balazs has joined #ruby
d5sx43 has joined #ruby
RegulationD has quit [Ping timeout: 252 seconds]
Channel6 has joined #ruby
ferr has quit [Quit: WeeChat 1.2]
goodcodeguy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ghr has joined #ruby
dopie has quit [Quit: This computer has gone to sleep]
GriffinHeart has joined #ruby
chussenot has joined #ruby
dopie has joined #ruby
ghr has quit [Ping timeout: 245 seconds]
Cort3z has joined #ruby
mrmargolis has quit [Remote host closed the connection]
mrsolo_ has quit [Quit: This computer has gone to sleep]
MadMao is now known as StarBreaker
senayar has joined #ruby
dgutierrez1287 has joined #ruby
malconis has joined #ruby
j4cknewt has joined #ruby
j4cknewt has quit [Remote host closed the connection]
fujimura has joined #ruby
atomical has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
justintv90 has quit [Ping timeout: 255 seconds]
crdpink2 has quit [Ping timeout: 256 seconds]
ght has quit [Remote host closed the connection]
bogdanteleaga has quit [Ping timeout: 244 seconds]
yoongkang has quit [Remote host closed the connection]
g0r__ has quit []
hewenhong has joined #ruby
michael_mbp has quit [Excess Flood]
hewenhong has quit [Client Quit]
crdpink has joined #ruby
michael_mbp has joined #ruby
fujimura has quit [Ping timeout: 255 seconds]
rubie has quit [Remote host closed the connection]
rubie has joined #ruby
bkxd has joined #ruby
rubie has quit [Remote host closed the connection]
ogpastaling has joined #ruby
IrishGringo has joined #ruby
yqt has quit [Ping timeout: 252 seconds]
CloCkWeRX has left #ruby [#ruby]
edwinvdgraaf has joined #ruby
bogdanteleaga has joined #ruby
ogpastaling has quit [Remote host closed the connection]
sarkis has quit [Ping timeout: 265 seconds]
ogpastaling has joined #ruby
mc_fail has joined #ruby
unreal_ has joined #ruby
sepp2k has quit [Quit: Leaving.]
Limix has quit [Quit: Limix]
greenbagels has quit [Read error: Connection reset by peer]
mc_fail_ has quit [Ping timeout: 252 seconds]
ogpastaling has quit [Ping timeout: 256 seconds]
edwinvdg_ has joined #ruby
unreal has quit [Ping timeout: 244 seconds]
segfalt has joined #ruby
Spami has joined #ruby
dopie has quit [Quit: This computer has gone to sleep]
edwinvdgraaf has quit [Ping timeout: 245 seconds]
sarkis has joined #ruby
d5sx43 has quit [Remote host closed the connection]
edwinvdg_ has quit [Remote host closed the connection]
<sarkis> anyone know where capistrano providers ssh keys are put in for heaven/
edwinvdgraaf has joined #ruby
serivich has joined #ruby
<sarkis> oops wrong chan
gambl0re has quit [Ping timeout: 264 seconds]
d5sx43 has joined #ruby
dopie has joined #ruby
jgt1 has quit [Ping timeout: 245 seconds]
edwinvdgraaf has quit [Ping timeout: 250 seconds]
gambl0re has joined #ruby
justintv90 has joined #ruby
diegoviola has quit [Remote host closed the connection]
attlasbot has quit [Ping timeout: 244 seconds]
ogpastaling has joined #ruby
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
mrmargolis has joined #ruby
prereflect has joined #ruby
TinkerTyper has quit [Ping timeout: 246 seconds]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
havenwood has joined #ruby
Guest23220 has joined #ruby
prereflect has quit [Client Quit]
TinkerTyper has joined #ruby
<Guest23220> Download the Freefavicon.net Generator Script Clone (requires MySQL and {PHP) download attachment at http://www.websiteadverts.org/forum/showthread.php?tid=21
<Guest23220> Download the Freefavicon.net Generator Script Clone (requires MySQL and {PHP) download attachment at http://www.websiteadverts.org/forum/showthread.php?tid=21
<Guest23220> Download the Freefavicon.net Generator Script Clone (requires MySQL and {PHP) download attachment at http://www.websiteadverts.org/forum/showthread.php?tid=21
Guest23220 has quit [Client Quit]
bruno- has joined #ruby
jgt1 has joined #ruby
_blizzy_ has quit [Ping timeout: 265 seconds]
c355E3B has quit [Quit: Connection closed for inactivity]
CustosLimen has quit [Max SendQ exceeded]
n008f4g_ has quit [Ping timeout: 265 seconds]
baweaver has quit [Remote host closed the connection]
CustosLimen has joined #ruby
dgutierrez1287 has quit [Remote host closed the connection]
dgutierrez1287 has joined #ruby
ogpastaling has quit [Remote host closed the connection]
ogpastaling has joined #ruby
bruno- has quit [Ping timeout: 252 seconds]
dwithers has joined #ruby
bronson has joined #ruby
chussenot has quit [Quit: chussenot]
revath has joined #ruby
charliesome has joined #ruby
pl1ght has quit [Ping timeout: 252 seconds]
EllisTAA has joined #ruby
ogpastaling has quit [Ping timeout: 256 seconds]
<EllisTAA> i’m getting into sinatra and so i’m checking out HTTP, does anyone know why we need communication protocols? why can’t machines communicate without them?
justintv90 has quit [Ping timeout: 246 seconds]
<EllisTAA> if it’s because things need a common language to communicate then what does the tcp/ip language look like?
bronson has quit [Ping timeout: 255 seconds]
Vile` has quit [Ping timeout: 256 seconds]
Vile` has joined #ruby
rubie has joined #ruby
ghr has joined #ruby
mary5030 has joined #ruby
symm- has quit [Ping timeout: 272 seconds]
rubie has quit [Remote host closed the connection]
zubov has quit [Ping timeout: 256 seconds]
rubie has joined #ruby
TinkerTyper has quit [Ping timeout: 272 seconds]
pcfreak30 has joined #ruby
blandflakes has joined #ruby
TinkerTyper has joined #ruby
ghr has quit [Ping timeout: 244 seconds]
Limix has joined #ruby
mary5030 has quit [Ping timeout: 276 seconds]
<pcfreak30> I am investigating language options for a project I have as currently I may/may not be able to continue on nodejs. I am creating a scraper bot that could have 50-100 connections at once, and need to know the best option for a jquery like API for html parsing and option for mult-threading or a event system like node has. Also looking to know the best http client gem. Thanks.
rgb-one has quit [Remote host closed the connection]
The_Phoenix has joined #ruby
Papierkorb has quit [Quit: ArchLinux completes an endless loop faster than any other distro!]
hdev1 has joined #ruby
jhooker has joined #ruby
dgutierrez1287 has quit [Remote host closed the connection]
noethics has joined #ruby
GriffinHeart has quit []
quebre has joined #ruby
dwithers1 has joined #ruby
justintv90 has joined #ruby
<quebre> hi
<quebre> Warning: Rails rake tasks currently unavailable because we can't find the 'rails' gem rake aborted!
<quebre> please, what im doing wrong ?
yoongkang has joined #ruby
someword has joined #ruby
<noethics> it tells you exactly what the problem is
d5sx43 has quit [Remote host closed the connection]
<quebre> but when i do 'gem install rails' it installs it and then same problem again
adefa has joined #ruby
<quebre> rails: /usr/bin/rails /usr/local/bin/rails /usr/share/man/man1/rails.1.gz
<quebre> so it is installed
dwithers has quit [Ping timeout: 258 seconds]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
DeBot has quit [Read error: Connection reset by peer]
<quebre> fixed ;D
someword has quit [Ping timeout: 276 seconds]
sarkis has quit [Ping timeout: 252 seconds]
adefa has quit [Ping timeout: 264 seconds]
revath has quit [Ping timeout: 265 seconds]
Limix has quit [Quit: Limix]
rbowlby has joined #ruby
affenhoden has quit [Ping timeout: 265 seconds]
justintv90 has quit [Ping timeout: 245 seconds]
affenhoden has joined #ruby
<shevy> tejasmanohar didn't I tell them before :P
d5sx43 has joined #ruby
mrsolo has joined #ruby
affenhoden has quit [Ping timeout: 258 seconds]
braincras has quit [Quit: bye bye]
Agoldfish has quit [Quit: G'Bye]
<shevy> I think every compile-related or install-related action should be doable through ruby; for instance, there is paco
revath has joined #ruby
metallicrwr has joined #ruby
braincras has joined #ruby
affenhoden has joined #ruby
pwnz0r has quit [Remote host closed the connection]
j4cknewt has joined #ruby
DynamicMetaFlow has joined #ruby
mordof has quit [Quit: Leaving]
pwnz0r has joined #ruby
affenhoden has quit [Ping timeout: 258 seconds]
affenhoden has joined #ruby
havenwood has quit [Ping timeout: 246 seconds]
fabrice31 has joined #ruby
RegulationD has joined #ruby
pwnz0r has quit [Ping timeout: 265 seconds]
affenhoden has quit [Ping timeout: 265 seconds]
byprdct has joined #ruby
affenhoden has joined #ruby
CloCkWeRX has joined #ruby
byprdct has quit [Max SendQ exceeded]
fabrice31 has quit [Ping timeout: 272 seconds]
RegulationD has quit [Ping timeout: 272 seconds]
darkf has joined #ruby
affenhoden has quit [Ping timeout: 265 seconds]
Cort3z has quit [Ping timeout: 272 seconds]
mrsolo has quit [Quit: This computer has gone to sleep]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
balazs has quit [Remote host closed the connection]
revath has quit [Read error: Connection reset by peer]
Xiti has quit [Quit: Xiti]
revath has joined #ruby
lavros has joined #ruby
DynamicMetaFlow has quit [Quit: Leaving]
affenhoden has joined #ruby
Xiti has joined #ruby
blandflakes has joined #ruby
stardiviner has quit [Quit: Weird in coding now, or make love, only two things push me away from IRC.]
stardiviner has joined #ruby
djbkd has joined #ruby
rbowlby has quit [Remote host closed the connection]
DynamicMetaFlow has joined #ruby
xxneolithicxx has joined #ruby
mary5030 has joined #ruby
fujimura has joined #ruby
joaomdmoura has joined #ruby
ghr has joined #ruby
lavros has quit [Ping timeout: 246 seconds]
nini1294 has joined #ruby
root3d has joined #ruby
lavros has joined #ruby
djbkd has quit [Ping timeout: 258 seconds]
fujimura has quit [Ping timeout: 258 seconds]
ghr has quit [Ping timeout: 256 seconds]
revath has quit [Ping timeout: 265 seconds]
dseitz has quit [Quit: Textual IRC Client: www.textualapp.com]
nini1294 has quit [Ping timeout: 258 seconds]
segfalt has quit [Quit: segfalt]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
root3d has quit [Ping timeout: 245 seconds]
DynamicMetaFlow has quit [Quit: Leaving]
kobain has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/]
blandflakes has joined #ruby
<shevy> "Read an Array of float values from a file"
<shevy> are floats in ruby the same as floats in java?
<shevy> e. g. 5.0, 5.2, 4.1
d0lph1n98 has joined #ruby
d0lph1n98 has quit [Client Quit]
gix has quit [Ping timeout: 264 seconds]
ferr1 has joined #ruby
yoongkang has quit [Remote host closed the connection]
yoongkang has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
edwinvdgraaf has joined #ruby
<mozzarella> looks like it has both 32 bits and 64 bits types
gix has joined #ruby
Ox0dea has joined #ruby
<Ox0dea> shevy: No immediately meaningful distinction comes to mind.
<shevy> hmm
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Ox0dea> >> 0.1 + 0.2
<ruboto> Ox0dea # => 0.30000000000000004 (https://eval.in/376680)
<Ox0dea> IEEE 754 and all that.
OrbitalKitten has joined #ruby
<shevy> pfft
<shevy> in my world
<shevy> 0.1 + 0.2 is 0.3
<mozzarella> man, teachers really know how to make computer science boring and unenjoyable
OrbitalKitten has quit [Client Quit]
arescorpio has quit [Remote host closed the connection]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<shevy> Ox0dea do you happen to know what is meant with a "minimum" here? in ruby, this would be building an Array of floats, and then calling .min on it right?
<Ox0dea> shevy: Aye, that's my understanding.
<shevy> really strange
<shevy> I wonder if java does not have a .min variant
<Ox0dea> A hefty portion of those instructions don't really apply to Ruby.
<shevy> yeah I suppose so :(
<mozzarella> sounds easy to me
<shevy> yep, it's introductory-level java
<Ox0dea> shevy: Have you tried CodingBat?
edwinvdgraaf has quit [Ping timeout: 258 seconds]
<shevy> my major problem is trying to make sense of the question itself hehe
<shevy> nope
<shevy> bat, the animal?
<Ox0dea> Nah, codingbat.com.
pengin has joined #ruby
<Ox0dea> Beginner-level Java/Python tasks that translate over to Ruby cleanly enough.
mrmargolis has quit [Remote host closed the connection]
<shevy> cool
serivich has quit [Ping timeout: 244 seconds]
malconis has quit [Ping timeout: 244 seconds]
rbowlby has joined #ruby
malconis has joined #ruby
ferr1 has quit [Quit: WeeChat 1.2]
pengin has quit [Remote host closed the connection]
d5sx43 has quit [Remote host closed the connection]
d5sx43 has joined #ruby
bruno- has joined #ruby
yeticry has quit [Quit: leaving]
workmad3 has joined #ruby
jack_rabbit has quit [Ping timeout: 258 seconds]
olistik has joined #ruby
bruno- has quit [Ping timeout: 272 seconds]
metallicrwr has quit [Quit: WeeChat 1.2]
bkxd has quit [Ping timeout: 264 seconds]
workmad3 has quit [Ping timeout: 256 seconds]
blue_deref has quit [Quit: bbn]
duderonomy has joined #ruby
rbowlby has quit [Remote host closed the connection]
d5sx43 has quit []
olistik has quit [Ping timeout: 264 seconds]
rbowlby has joined #ruby
djbkd has joined #ruby
StarBreaker has quit []
mrsolo has joined #ruby
mrsolo has quit [Client Quit]
mrsolo has joined #ruby
rbowlby has quit [Ping timeout: 264 seconds]
leat1 has quit [Ping timeout: 276 seconds]
pwnz0r has joined #ruby
mdz_ has joined #ruby
balazs has joined #ruby
root3d has joined #ruby
root3d has joined #ruby
leat1 has joined #ruby
sarkis has joined #ruby
mdz_ has quit [Ping timeout: 244 seconds]
balazs has quit [Ping timeout: 265 seconds]
bkxd has joined #ruby
victorkohl has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
leat1 has quit [Remote host closed the connection]
willharrison has joined #ruby
leat1 has joined #ruby
ghr has joined #ruby
bkxd has quit [Ping timeout: 252 seconds]
adefa has joined #ruby
EllisTAA has quit [Quit: EllisTAA]
ghr has quit [Ping timeout: 244 seconds]
mandarinkin has quit [Ping timeout: 265 seconds]
robbyoconnor has joined #ruby
<pontiki> shevy: i believe the point of the assignment is not to learn the Java run-time library so much as how to find the minimum value in an array yourself, i.e. the algorithm
mandarinkin has joined #ruby
mrsolo has quit [Quit: This computer has gone to sleep]
<pontiki> personally, i'd never force someone to use Java to learn basic algorithms and data structures
adefa has quit [Ping timeout: 255 seconds]
Renich has quit [Quit: leaving]
leat1 has quit [Remote host closed the connection]
leat1 has joined #ruby
<Ox0dea> pontiki: But C would be okay?
revath has joined #ruby
joaomdmoura has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<pontiki> are you asking what i would require? :)
<pontiki> sure, C would be great
Spami has joined #ruby
* pontiki cackles evilly as she tells her class the required development environment is Emacs and all programs will be done in Elisp
<pontiki> what's the state of debuggers / repls in the C-world? it's been ages since i wrote C at that level
<Ox0dea> gdb still reigns, I would think.
<pontiki> cool
<Ox0dea> There's CINT for "interpreting" C.
<pontiki> idk
<Ox0dea> And Valgrind for obsessing over "correctness", for some definitions.
<Ox0dea> pontiki: Have you given Spacemacs a try?
<pontiki> i understand Spacemacs is VIM/evil focused
<pontiki> i've been using Emacs since 1984-5
<Ox0dea> Oh. Why the evil cackling, then
<Ox0dea> ?
<pontiki> because using Emacs warps people. it's certainly warped me :)
<pontiki> having a dev env that continues to grow with me, i can change, reconfigure as i need, extend, simplify, streamline
<pontiki> yeah, warped
<Ox0dea> Surely you're aware that all of those adjectives are applicable for Vimmers?
<Ox0dea> s/adjectives/descriptors/
<pontiki> i should absolutely hope so!
dgutierrez1287 has joined #ruby
<pontiki> i think they can apply for sublime users, too
<Ox0dea> Does Sublime have anything like workspaces? Isn't it just one file per tab?
<pontiki> dunno
<pontiki> then there's supercool stuff like pharo
<bnagy> yes, it does
<bnagy> it has "workspaces" and "projects" that you can quick switch between
<Ox0dea> I've only ever seen Pharo being used by Avdi Grimm during a Ruby Tapas.
<bnagy> where each has its own set of folders in the file picker and open tabs etc
<pontiki> oh, yes. a project / workspace occupies a window, but you can have many windows open on many projects
<bnagy> also, if you want
<pontiki> pharo is one of the successors to the old parc place systems smalltalk v
dgutierrez1287 has quit [Ping timeout: 245 seconds]
ledestin has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
nolic has quit [Ping timeout: 245 seconds]
RegulationD has joined #ruby
vikaton has quit [Quit: Connection closed for inactivity]
Scroff has joined #ruby
justintv90 has joined #ruby
justintv90 has quit [Max SendQ exceeded]
justintv90 has joined #ruby
dcarmich has joined #ruby
justintv90 has quit [Max SendQ exceeded]
justintv90 has joined #ruby
jgt1 has quit [Ping timeout: 265 seconds]
EllisTAA has joined #ruby
justintv90 has quit [Max SendQ exceeded]
mrsolo has joined #ruby
justintv90 has joined #ruby
Jandre has quit [Ping timeout: 272 seconds]
RegulationD has quit [Ping timeout: 256 seconds]
justintv90 has quit [Max SendQ exceeded]
justintv90 has joined #ruby
justintv90 has quit [Max SendQ exceeded]
justintv90 has joined #ruby
justintv90 has quit [Max SendQ exceeded]
<avdi> Ox0dea: that wasn't a RubyTapas episode :-)
<Ox0dea> No?
<Ox0dea> It seems foolish to have assumed so, in hindsight.
<avdi> Nope. That was just a quick blog post I made for fun
<avdi> Well, two of them I guess
sarkis has quit [Ping timeout: 245 seconds]
<avdi> I like to think that RubyTapas episodes have slightly higher production quality :-)
endash has quit [Quit: endash]
sarkis has joined #ruby
<avdi> pontiki: Emacs warped Ruby too. Matz said so :-)
<pontiki> lol, avdi :D
<avdi> Btw, I've used both, and it really doesn't apply to vim. Emacs is written in itself. It's a live self reflective lisp machine. Vim is a (very, very effective) tool for editing text.
MVPhelp has quit [Remote host closed the connection]
<avdi> You can write extensions to vim, but there is something fundamentally different about working in an environment that's written in itself. Which is also where you can see the Emacs influence on Ruby.
chinmay_dd has joined #ruby
Jandre has joined #ruby
<Ox0dea> avdi: What do you recently recall not being able to do with Vim?
<avdi> Ox0dea: That's the wrong question :-)
Jandre is now known as Guest99169
<Ox0dea> For the record, I acknowledge the power of homoiconicity, but its practical value in this space feels negligible.
Scroff has quit [Ping timeout: 265 seconds]
<avdi> Like learning Haskell, it's not about what you can or can't do in a Turing complete language.
<avdi> It's about how it changes the way you think about problems.
hubcaps has joined #ruby
hubcaps has joined #ruby
willharrison has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rbowlby has joined #ruby
<avdi> Ox0dea: and I'm not referring to homoiconicity.
zotherstupidguy has joined #ruby
<Ox0dea> Pretend I put the word in quotes, then.
fujimura has joined #ruby
<pontiki> i feel overwhelmed
_seanc_ has quit [Quit: _seanc_]
<pontiki> sorry, don't stop chatting!!
<avdi> Just like everyone should write some Haskell, everyone should spend some time in a self-hosted, self modifying, self reflective working environment. Whether that's emacs, or a Smalltalk (e.g. Pharo)
Rickmasta has joined #ruby
<avdi> And unfortunately it's not something I can convey in a description. You have to do it for a while.
<avdi> It changes how you think.
<avdi> Anyway, it's bedtime over here.
<avdi> Cheers!
<pontiki> night, avdi, thanks for stopping in :D
rbowlby has quit [Ping timeout: 256 seconds]
GGMethos has quit [Ping timeout: 256 seconds]
fujimura has quit [Ping timeout: 244 seconds]
justintv90 has joined #ruby
justintv90 has quit [Max SendQ exceeded]
justintv90 has joined #ruby
mrsolo has quit [Quit: This computer has gone to sleep]
EllisTAA has quit [Quit: EllisTAA]
Tamae has quit [Read error: Connection reset by peer]
Tamae has joined #ruby
ghr has joined #ruby
GGMethos has joined #ruby
keen___________6 has quit [Ping timeout: 250 seconds]
edwinvdgraaf has joined #ruby
doctorly has joined #ruby
blandflakes has joined #ruby
ghr has quit [Ping timeout: 258 seconds]
blandflakes has quit [Client Quit]
mrsolo has joined #ruby
MVPhelp has joined #ruby
edwinvdgraaf has quit [Ping timeout: 255 seconds]
bronson has joined #ruby
code1o6 has joined #ruby
mrmargolis has joined #ruby
code1o6 has quit [Read error: Connection reset by peer]
speaking1ode has joined #ruby
baweaver has joined #ruby
mdz_ has joined #ruby
speakingcode has quit [Ping timeout: 265 seconds]
aapole has joined #ruby
mrmargolis has quit [Ping timeout: 264 seconds]
senayar has quit [Remote host closed the connection]
balazs_ has quit [Ping timeout: 265 seconds]
Exlee_ has quit [Quit: Quit]
olistik has joined #ruby
M-Technic has quit [Quit: leaving]
olistik has quit [Remote host closed the connection]
abuzze has joined #ruby
KrzaQ has quit [Read error: Connection reset by peer]
KrzaQ has joined #ruby
multi_io has quit [Ping timeout: 272 seconds]
multi_io has joined #ruby
IrishGringo has quit [Quit: ChatZilla 0.9.91.1 [Firefox 38.0.5/20150525141253]]
mndrinkin has joined #ruby
abuzze has quit [Ping timeout: 256 seconds]
gianlucadv has joined #ruby
Ox0dea has quit [Read error: No route to host]
davedev24_ has quit []
leat1 has quit [Remote host closed the connection]
bkxd has joined #ruby
leat1 has joined #ruby
iamninja has quit [Read error: Connection reset by peer]
athos_diddy has quit [Remote host closed the connection]
iamninja has joined #ruby
yardenbar has joined #ruby
houhouli_ has joined #ruby
aapole has quit [Ping timeout: 256 seconds]
mrsolo has quit [Quit: This computer has gone to sleep]
doctorly has quit [Ping timeout: 252 seconds]
olistik has joined #ruby
houhoulis has quit [Ping timeout: 265 seconds]
zotherstupidguy has quit [Ping timeout: 255 seconds]
zotherstupidguy has joined #ruby
leat1 has quit [Remote host closed the connection]
harly has quit [Ping timeout: 276 seconds]
mrsolo has joined #ruby
Cort3z has joined #ruby
metallicrwr has joined #ruby
olistik has quit [Remote host closed the connection]
mndrinkin has quit [Ping timeout: 244 seconds]
mndrinkin has joined #ruby
j4cknewt has quit [Remote host closed the connection]
rbowlby has joined #ruby
leat1 has joined #ruby
sarkis has quit [Quit: WeeChat 1.2]
araujo_ has joined #ruby
adefa has joined #ruby
rbowlby has quit [Ping timeout: 256 seconds]
blue_deref has joined #ruby
araujo has quit [Ping timeout: 272 seconds]
armyriad has quit [Quit: Leaving]
sinkensabe has joined #ruby
Nahra has quit [Remote host closed the connection]
adefa has quit [Ping timeout: 265 seconds]
pontiki is now known as NannyOgg
ixti has joined #ruby
NannyOgg is now known as pontiki
leat1 has quit [Remote host closed the connection]
ghr has joined #ruby
leat1 has joined #ruby
<pontiki> everyone leave for the weekend or something?
<quebre> dreams
sevenseacat has joined #ruby
hdev1 has quit [Ping timeout: 252 seconds]
krz has joined #ruby
ghr has quit [Ping timeout: 246 seconds]
blandflakes has joined #ruby
Channel6 has quit [Quit: Leaving]
mrsolo has quit [Quit: This computer has gone to sleep]
blandflakes has quit [Client Quit]
Cort3z has quit [Ping timeout: 256 seconds]
dfockler has joined #ruby
Miphix has joined #ruby
revath has quit [Ping timeout: 256 seconds]
dfockler has quit [Ping timeout: 256 seconds]
amclain has quit [Quit: Leaving]
pontiki has quit [Quit: Textual IRC Client: www.textualapp.com]
metallicrwr has quit [Ping timeout: 246 seconds]
RegulationD has joined #ruby
tejasmanohar has quit [Quit: WeeChat 1.1.1]
longfeet has quit [Ping timeout: 272 seconds]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zotherstupidguy has quit [Read error: Connection reset by peer]
zotherstupidguy has joined #ruby
unshadow has joined #ruby
RegulationD has quit [Ping timeout: 252 seconds]
j4cknewt has joined #ruby
bruno- has joined #ruby
leat1 has quit [Ping timeout: 258 seconds]
rushed has joined #ruby
Guest99169 has quit [Ping timeout: 272 seconds]
leat1 has joined #ruby
Cort3z has joined #ruby
bruno- has quit [Ping timeout: 245 seconds]
pwnz0r has quit [Remote host closed the connection]
pwnz0r has joined #ruby
ohaibbq has quit [Quit: Leaving...]
root3d has quit [Remote host closed the connection]
stardiviner has quit [Ping timeout: 250 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #ruby
fujimura has joined #ruby
dopie has quit [Quit: This computer has gone to sleep]
pwnz0r has quit [Ping timeout: 256 seconds]
hanmac has quit [Ping timeout: 265 seconds]
gsd_ has joined #ruby
fujimura has quit [Ping timeout: 256 seconds]
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
GMka has joined #ruby
GMka has quit [Max SendQ exceeded]
GMka has joined #ruby
GMka has quit [Max SendQ exceeded]
j4cknewt has quit [Remote host closed the connection]
GMka has joined #ruby
GMka has quit [Max SendQ exceeded]
tdy has quit [Ping timeout: 256 seconds]
Jackneill has joined #ruby
gsd_ has quit [Ping timeout: 252 seconds]
fabrice31 has joined #ruby
GMka has joined #ruby
GMka has quit [Max SendQ exceeded]
senayar has joined #ruby
Cort3z has quit [Ping timeout: 265 seconds]
GMka has joined #ruby
GMka has quit [Max SendQ exceeded]
Y4Rv1K has joined #ruby
GMka has joined #ruby
GMka has quit [Max SendQ exceeded]
RandyT has quit [Ping timeout: 255 seconds]
tdy has joined #ruby
zotherstupidguy has quit [Quit: WeeChat 1.2]
fabrice31 has quit [Ping timeout: 252 seconds]
sinkensabe has quit [Remote host closed the connection]
olistik has joined #ruby
mrsolo has joined #ruby
Y4Rv1K has quit [Remote host closed the connection]
adac has joined #ruby
hanmac has joined #ruby
edwinvdgraaf has joined #ruby
Tobarja has quit [Quit: Connection closed for inactivity]
edwinvdgraaf has quit [Ping timeout: 252 seconds]
Cort3z has joined #ruby
Y4Rv1K has joined #ruby
mrsolo has quit [Quit: This computer has gone to sleep]
rubie has quit [Remote host closed the connection]
lavros has quit [Ping timeout: 276 seconds]
mrmargolis has joined #ruby
lavros has joined #ruby
mndrinkin has quit [Quit: Bye]
mndrinkin has joined #ruby
ixti has quit [Ping timeout: 276 seconds]
mary5030 has quit [Remote host closed the connection]
harly has joined #ruby
ghr has joined #ruby
bkxd has quit [Ping timeout: 255 seconds]
dcarmich has quit [Remote host closed the connection]
mrmargolis has quit [Ping timeout: 256 seconds]
pengin has joined #ruby
ghr has quit [Ping timeout: 256 seconds]
bkxd has joined #ruby
ardinent has joined #ruby
sinkensabe has joined #ruby
Jandre has joined #ruby
sinkensabe has quit [Remote host closed the connection]
Jandre is now known as Guest77425
mndrinkin has quit [Quit: Bye]
Rickmasta has quit [Ping timeout: 250 seconds]
blue_deref has quit [Quit: bbn]
Miphix has quit [Ping timeout: 256 seconds]
yoongkang has quit [Remote host closed the connection]
Rickmasta has joined #ruby
workmad3 has joined #ruby
stardiviner has joined #ruby
pengin has quit [Remote host closed the connection]
sinkensabe has joined #ruby
elton has quit [Quit: elton]
lavros has quit [Ping timeout: 246 seconds]
GMka has joined #ruby
GMka has quit [Max SendQ exceeded]
yoongkang has joined #ruby
sinkensabe has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 252 seconds]
<ardinent> Hi there. I have a question about the fundamental nature of Ruby. I have googled around a bit and most articles seem to try convince you about which framework to use. Or at least to substantiate the debate. Ex. https://blog.engineyard.com/2014/rails-vs-sinatra. I work in a PHP orientated development environment and would like to broaden my skillset. Went through Code School's Ruby primer yesterday. I'm familiar with M
<ardinent> VC's also. At this point I would just like to know what is the easiest way to serve a ruby file/page from a web server.
lavros has joined #ruby
_ht has joined #ruby
justintv90 has quit [Ping timeout: 252 seconds]
GMka has joined #ruby
michael_mbp has quit [Excess Flood]
<ardinent> Would it be something similar to this example I found: http://learnrubythehardway.org/book/ex50.html. Or is this not a practical/widely used method?
timonv has joined #ruby
jhooker has quit [Ping timeout: 276 seconds]
leat1 has quit [Ping timeout: 258 seconds]
dgutierrez1287 has joined #ruby
mdz_ has quit [Remote host closed the connection]
<ardinent> This question has been asked on a forum before and explains almost exactly what I want to understand: http://www.codingforums.com/ruby-and-ruby-on-rails/230780-how-do-you-create-simple-web-page-ruby.html. Most of the answers send you straight to Ruby On Rails
athos_diddy has joined #ruby
chussenot has joined #ruby
Cort3z has quit [Ping timeout: 256 seconds]
chussenot has quit [Client Quit]
leat1 has joined #ruby
Blaguvest has quit []
michael_mbp has joined #ruby
michas has joined #ruby
olistik has quit [Remote host closed the connection]
dgutierrez1287 has quit [Ping timeout: 250 seconds]
athos_diddy has quit [Ping timeout: 246 seconds]
rikai has quit [Ping timeout: 250 seconds]
felixjet_ has joined #ruby
sinkensabe has joined #ruby
justintv90 has joined #ruby
leat1 has quit [Remote host closed the connection]
felixjet has quit [Ping timeout: 265 seconds]
leat1 has joined #ruby
jgt1 has joined #ruby
rikai has joined #ruby
adac has quit [Ping timeout: 264 seconds]
sandstrom has joined #ruby
CustosLimen has quit [Ping timeout: 244 seconds]
aapole has joined #ruby
sinkensabe has quit [Remote host closed the connection]
kstuart has joined #ruby
j4cknewt has joined #ruby
ur5us has joined #ruby
Y4Rv1K has quit [Remote host closed the connection]
kstuart_ has quit [Ping timeout: 246 seconds]
leat1 has quit [Remote host closed the connection]
CustosLimen has joined #ruby
pwnz0r has joined #ruby
leat1 has joined #ruby
j4cknewt has quit [Ping timeout: 256 seconds]
ndrei has joined #ruby
Y4Rv1K has joined #ruby
datanoise has quit [Ping timeout: 258 seconds]
manveru has joined #ruby
justintv90 has quit [Ping timeout: 265 seconds]
yeticry has joined #ruby
gianlucadv has quit [Ping timeout: 264 seconds]
j4cknewt has joined #ruby
sandelius has joined #ruby
DoubleMalt has joined #ruby
yoongkang has quit [Remote host closed the connection]
olistik has joined #ruby
leat2 has joined #ruby
leat1 has quit [Ping timeout: 250 seconds]
tvw has joined #ruby
abuzze has joined #ruby
blandflakes has joined #ruby
dangerousdave has joined #ruby
dangerousdave has quit [Client Quit]
blandflakes has quit [Client Quit]
IanVorn has joined #ruby
justintv90 has joined #ruby
Musashi007 has quit [Quit: Musashi007]
ponga has joined #ruby
ghr has joined #ruby
livathinos has joined #ruby
yeticry has quit [Ping timeout: 264 seconds]
leat2 has quit [Remote host closed the connection]
leat2 has joined #ruby
yeticry has joined #ruby
AlexRussia has quit [Quit: WeeChat 1.2-dev]
roolo has joined #ruby
justintv90 has quit [Ping timeout: 256 seconds]
araujo_ has quit [Quit: Leaving]
RegulationD has joined #ruby
baweaver has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 264 seconds]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
abuzze has quit []
araujo has joined #ruby
araujo has quit [Changing host]
araujo has joined #ruby
bruno- has joined #ruby
RegulationD has quit [Ping timeout: 245 seconds]
aapole has quit [Ping timeout: 264 seconds]
attlasbot has joined #ruby
Y4Rv1K has quit []
sandelius has joined #ruby
chussenot has joined #ruby
leat2 has quit [Remote host closed the connection]
leat2 has joined #ruby
livathinos has quit []
Y4Rv1K has joined #ruby
DEA7TH has joined #ruby
ardinent has quit [Remote host closed the connection]
bruno- has quit [Ping timeout: 258 seconds]
CloCkWeRX has left #ruby [#ruby]
lkba_ has joined #ruby
lolmaus has joined #ruby
AnoHito has quit [Quit: Leaving]
lkba has quit [Ping timeout: 252 seconds]
olistik has quit [Remote host closed the connection]
fujimura has joined #ruby
revath has joined #ruby
mdz_ has joined #ruby
AnoHito has joined #ruby
pandaant has joined #ruby
fujimura has quit [Ping timeout: 244 seconds]
bronson has quit [Remote host closed the connection]
mdz_ has quit [Ping timeout: 258 seconds]
ardinent has joined #ruby
desiderius has joined #ruby
ixti has joined #ruby
David_H__ has quit [Remote host closed the connection]
neanderslob has joined #ruby
affenhoden has quit [Quit: leaving]
olistik has joined #ruby
desiderius has quit [Client Quit]
dcarmich has joined #ruby
leat2 has quit [Remote host closed the connection]
olistik has quit [Remote host closed the connection]
blt has quit [Ping timeout: 252 seconds]
leat2 has joined #ruby
Y4Rv1K has quit [Remote host closed the connection]
Miphix has joined #ruby
fusillicode has joined #ruby
fusillicode has left #ruby [#ruby]
fabrice31 has joined #ruby
frank_o has joined #ruby
rbowlby has joined #ruby
datanoise has joined #ruby
ndrei has quit [Ping timeout: 265 seconds]
dionysus69 has joined #ruby
dcarmich has quit [Quit: Textual IRC Client: www.textualapp.com]
allomov has joined #ruby
ndrei has joined #ruby
kaspernj has joined #ruby
fabrice31 has quit [Ping timeout: 276 seconds]
IanVorn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Y4Rv1K has joined #ruby
Y4Rv1K has joined #ruby
mrmargolis has joined #ruby
idafyaid has joined #ruby
LJT has joined #ruby
afrianska has joined #ruby
Y4Rv1K has quit [Remote host closed the connection]
yoongkang has joined #ruby
Y4Rv1K has joined #ruby
mrmargolis has quit [Ping timeout: 276 seconds]
leat2 has quit [Remote host closed the connection]
leat2 has joined #ruby
mengu has joined #ruby
mengu has joined #ruby
olistik has joined #ruby
ixti has quit [Ping timeout: 256 seconds]
pwnz0r has quit [Remote host closed the connection]
<afrianska> Hii all
workmad3 has joined #ruby
afrianska has quit [Quit: Bye]
stoogenmeyer has joined #ruby
afrianska has joined #ruby
olistik has quit [Ping timeout: 276 seconds]
neanderslob has quit [Remote host closed the connection]
justintv90 has joined #ruby
justintv90 has quit [Max SendQ exceeded]
Ariadeno has quit [Quit: leaving]
Ariadeno has joined #ruby
justintv90 has joined #ruby
justintv90 has quit [Max SendQ exceeded]
Ariadeno is now known as Guest19338
afrianska has quit [Client Quit]
justintv90 has joined #ruby
SebastianThorn has quit [Remote host closed the connection]
spider-mario has joined #ruby
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
attlasbot has quit [Quit: Leaving]
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
Spami has joined #ruby
Spami has quit [Changing host]
Spami has joined #ruby
keen_ has joined #ruby
veleno has joined #ruby
A124 has joined #ruby
TinkerTyper has quit [Ping timeout: 252 seconds]
ebbflowgo has quit [Read error: Connection reset by peer]
ebbflowgo has joined #ruby
nofxx has quit [Ping timeout: 276 seconds]
michas has quit [Quit: Verlassend]
timonv has quit [Ping timeout: 264 seconds]
Blaguvest has joined #ruby
TinkerTyper has joined #ruby
<stoogenmeyer> hey guys, can anyone help my diagnose a problem I am having, I have a class with a method 'api_request' defined, then afterwards there is a method which tries to call 'api_request' but receives an error NoMethodError (undefined method `[]' for nil:NilClass). How can I solve this issue? Thank you so much
Guest19338 has quit [Quit: leaving]
Ariadeno_ has joined #ruby
ebbflowgo has quit [Read error: Connection reset by peer]
Rahul_Roy has joined #ruby
Y4Rv1K has quit [Remote host closed the connection]
ebbflowgo has joined #ruby
ponga has quit [Remote host closed the connection]
zz_Outlastsheep is now known as Outlastsheep
<jhass> ?code stoogenmeyer
<ruboto> stoogenmeyer, We can't help you without your code, please post it to https://gist.github.com
Y4Rv1K has joined #ruby
bkxd has quit [Ping timeout: 265 seconds]
ardinent has quit [Remote host closed the connection]
polysics_ has joined #ruby
gianlucadv has joined #ruby
polysics has quit [Ping timeout: 250 seconds]
A205B064 has quit [Ping timeout: 265 seconds]
dionysus69 has quit [Remote host closed the connection]
lxsameer has joined #ruby
lxsameer has quit [Changing host]
lxsameer has joined #ruby
<stoogenmeyer> hey guys thanks for responding, it's not my code actually its sensuapp (https://github.com/sensu-plugins/sensu-plugin/blob/master/lib/sensu-handler.rb)
datanoise has quit [Ping timeout: 245 seconds]
<jhass> please post the backtrace to gist then
robbyoconnor has quit [Ping timeout: 255 seconds]
<jhass> I see no call to api_request in the code you linked that could ever fail with that error
starfox_sf has quit [Ping timeout: 250 seconds]
bronson has joined #ruby
<stoogenmeyer> you mind if I post to pastebin instead?
BTRE has quit [Quit: Leaving]
<stoogenmeyer> this is the backtrace (http://pastebin.com/vrXtnEPb)
<ruboto> stoogenmeyer, we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/ec7b6af27ced657d0769
<ruboto> pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
<stoogenmeyer> oh sorry
adefa has joined #ruby
<jhass> oh, mh
<jhass> I guess your settings are wrong
<jhass> either settings['api'] returns nil
<jhass> s/either//
edwinvdgraaf has joined #ruby
nofxx has joined #ruby
bronson has quit [Ping timeout: 276 seconds]
<stoogenmeyer> that was excatly the problem.. I've been banging my head at the wall over this. But why would the error say undefined method ? That is not the true error
adefa has quit [Ping timeout: 265 seconds]
<jhass> it is
<jhass> >> nil["host"]
<ruboto> jhass # => undefined method `[]' for nil:NilClass (NoMethodError) ...check link for more (https://eval.in/376730)
<stoogenmeyer> i am very upset, I think they should make a better error (-:
<stoogenmeyer> thank you guys you really saved me
<jhass> however I agree that sensu should validate that better, might make a nice first contribution to an open source project ;)
jgt1 has quit [Ping timeout: 245 seconds]
veleno has quit [Quit: veleno]
edwinvdgraaf has quit [Ping timeout: 276 seconds]
BTRE has joined #ruby
bertocode has joined #ruby
CustosLimen has quit [Ping timeout: 265 seconds]
sandelius has joined #ruby
sarkyniin has joined #ruby
yaw has joined #ruby
yaw has quit [Max SendQ exceeded]
veleno has joined #ruby
Xeago has joined #ruby
<Xeago> moin
<jhass> hi
CustosLimen has joined #ruby
yaw has joined #ruby
yaw has quit [Max SendQ exceeded]
Guest77425 has quit [Ping timeout: 272 seconds]
blandflakes has joined #ruby
dcarmich has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
blandflakes has quit [Client Quit]
yaw has joined #ruby
veleno has quit [Quit: veleno]
yaw has quit [Max SendQ exceeded]
yoongkang has quit [Remote host closed the connection]
yoongkang has joined #ruby
workmad3 has quit [Ping timeout: 265 seconds]
justintv90 has quit [Remote host closed the connection]
dcarmich has quit [Quit: Textual IRC Client: www.textualapp.com]
Juanchito has joined #ruby
phale has joined #ruby
<phale> hello rubians
<jhass> *rubyists
PlasmaStar has quit [Ping timeout: 256 seconds]
phale has left #ruby ["Leaving"]
segfalt has joined #ruby
RegulationD has joined #ruby
bruno- has joined #ruby
yaw has joined #ruby
sandstrom has quit [Quit: My computer has gone to sleep.]
chamila has joined #ruby
RegulationD has quit [Ping timeout: 258 seconds]
<jesterfraud> hi all
<jesterfraud> this still blows my mind
<jesterfraud> >> nil * 5
<ruboto> jesterfraud # => undefined method `*' for nil:NilClass (NoMethodError) ...check link for more (https://eval.in/376741)
<jesterfraud> I mean
<jhass> that it's a method?
<jesterfraud> >> [nil] * 5
<ruboto> jesterfraud # => [nil, nil, nil, nil, nil] (https://eval.in/376743)
<jhass> uh, careful with that one
<jesterfraud> why?
<jhass> >> (["foo"] * 5).map(&:object_id)
<ruboto> jhass # => [541605940, 541605940, 541605940, 541605940, 541605940] (https://eval.in/376744)
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jhass> >> Array.new(5) { "foo" }.map(&:object_id)
<ruboto> jhass # => [551728140, 551729070, 551729490, 551729700, 551729850] (https://eval.in/376745)
<jesterfraud> it clones them?
<jesterfraud> it some instances?
<jhass> no, it adds references to the same object
<jesterfraud> weird
<jesterfraud> ahhhhhhhhhhh
<jesterfraud> of course
<jesterfraud> good to know, thanks!
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ghr has joined #ruby
n008f4g_ has joined #ruby
alexherbo2 has joined #ruby
<jesterfraud> also, does ruboto support ActiveSupport methods?
<Mon_Ouie> No, I'm pretty sure there are no gems installed on eval-in (and you probably couldn't even load activesupport because of the sandbox)
chipotle has joined #ruby
<jesterfraud> probably not a bad thing, but it would be a good one to remember
ur5us has quit [Remote host closed the connection]
<apeiros> Mon_Ouie: charliesome special cased some things
<apeiros> depending on how popular it is, he might add more. but it'll increase his effort…
ghr has quit [Ping timeout: 265 seconds]
<apeiros> and not sure how we could help him reduce it
fujimura has joined #ruby
<Mon_Ouie> Any examples of things that are special cased?
<apeiros> I remember that most of stdlib could not be loaded at first and now can. stuff like date, json etc.
<Mon_Ouie> Ah
<jesterfraud> either way
<jesterfraud> it's magical
<jesterfraud> who's the author?
<Mon_Ouie> The eval-in website? charliesome
_blizzy_ has joined #ruby
<stoogenmeyer> jhass: thanks, that's a great idea - I'll see if I can do that
<jesterfraud> thanks charliesome
leat2 has quit [Ping timeout: 264 seconds]
Xeago has quit [Remote host closed the connection]
tvw has quit []
fujimura has quit [Ping timeout: 265 seconds]
leat2 has joined #ruby
Xeago has joined #ruby
Y4Rv1K has quit [Remote host closed the connection]
Outlastsheep is now known as zz_Outlastsheep
<apeiros> ruboto uses eval-in
<apeiros> so author of ruboto's eval code is charliesome too ;-)
chussenot has quit [Quit: chussenot]
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nofxx has quit [Ping timeout: 276 seconds]
mister_solo has joined #ruby
The_Phoenix has quit [Quit: Leaving.]
joey_ has joined #ruby
Y4Rv1K has joined #ruby
FernandoBasso has joined #ruby
m8 has joined #ruby
athos_diddy has joined #ruby
joey_ has quit [Client Quit]
fernig has joined #ruby
fernig has left #ruby ["Saliendo"]
leat2 has quit [Remote host closed the connection]
Fooster has joined #ruby
leat2 has joined #ruby
krz has quit [Ping timeout: 264 seconds]
Y4Rv1K has quit [Ping timeout: 255 seconds]
OrbitalKitten has joined #ruby
Fooster has quit [Ping timeout: 255 seconds]
stoogenmeyer has quit [Ping timeout: 272 seconds]
ItSANgo has joined #ruby
pontiki has joined #ruby
Torsten` has joined #ruby
Y4Rv1K has joined #ruby
Fooster has joined #ruby
serivich has joined #ruby
chinmay_dd has quit [Ping timeout: 265 seconds]
leat2 has quit [Remote host closed the connection]
leat2 has joined #ruby
gauke has joined #ruby
Y4Rv1K has quit [Ping timeout: 255 seconds]
mrmargolis has joined #ruby
jhass is now known as DeBot
DeBot is now known as jhass
DeBot has joined #ruby
mujou has quit [Ping timeout: 255 seconds]
nfk|laptop has joined #ruby
ItSANgo has quit [Quit: Leaving...]
AlexRussia has joined #ruby
mrmargolis has quit [Ping timeout: 255 seconds]
fabrice31 has joined #ruby
Y4Rv1K has joined #ruby
LJT has quit [Quit: Sleeping...]
LJT has joined #ruby
randiman has joined #ruby
Musashi007 has joined #ruby
Y4Rv1K has quit [Ping timeout: 256 seconds]
fabrice31 has quit [Ping timeout: 272 seconds]
sdothum has joined #ruby
sinkensabe has joined #ruby
nolic has joined #ruby
Y4Rv1K has joined #ruby
sinkensabe has quit [Remote host closed the connection]
stoogenmeyer has joined #ruby
OrbitalKitten has quit [Read error: Connection reset by peer]
OrbitalKitten has joined #ruby
postmodern has quit [Quit: Leaving]
rbowlby has quit [Remote host closed the connection]
Y4Rv1K has quit [Ping timeout: 264 seconds]
adac has joined #ruby
leat2 has quit [Remote host closed the connection]
ItSANgo has joined #ruby
leat2 has joined #ruby
hubcaps has quit [Ping timeout: 272 seconds]
LJT has quit [Quit: Sleeping...]
lolmaus has quit [Ping timeout: 256 seconds]
lolmaus has joined #ruby
randiman has quit [Quit: (null)]
yqt has joined #ruby
ghr has joined #ruby
frank_o has quit [Quit: leaving]
<Xeago> what happened to #ruby-lang, given the topic?
blandflakes has joined #ruby
Scroff has joined #ruby
ghr has quit [Ping timeout: 256 seconds]
starfox_sf has joined #ruby
<sevenseacat> it merged in with #ruby
Zackio has quit [Ping timeout: 244 seconds]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
starfox_sf has quit [Ping timeout: 272 seconds]
pandaant has quit [Remote host closed the connection]
Zackio has joined #ruby
<jesterfraud> Xeago, we're channelling our energies here now
<sevenseacat> ommmmm
<jhass> there's not enough synergy in that sentence
j4cknewt has quit [Remote host closed the connection]
chussenot has joined #ruby
mister_solo has quit [Ping timeout: 264 seconds]
Scroff has quit [Ping timeout: 272 seconds]
serivichi has joined #ruby
elia has joined #ruby
<Xeago> so #ruby is now official?
<Xeago> cool
serivich has quit [Ping timeout: 265 seconds]
sandstrom has joined #ruby
sepp2k has joined #ruby
<jhass> yeah
RandyT has joined #ruby
dseitz has joined #ruby
dorei has joined #ruby
GMka has quit [Quit: Leaving.]
Fooster has quit [Ping timeout: 244 seconds]
workmad3 has joined #ruby
TommyTheKid has joined #ruby
elia has quit [Quit: Computer has gone to sleep.]
serivich has joined #ruby
justintv90 has joined #ruby
workmad3 has quit [Ping timeout: 252 seconds]
serivichi has quit [Ping timeout: 258 seconds]
Cort3z has joined #ruby
kirun has joined #ruby
apt-get_ has joined #ruby
Cort3z has quit [Ping timeout: 265 seconds]
RegulationD has joined #ruby
revath has quit [Ping timeout: 256 seconds]
micmus has joined #ruby
TommyTheKid has quit [Quit: This computer has gone to sleep]
iamninja has quit [Read error: Connection reset by peer]
sarkyniin has quit [Ping timeout: 276 seconds]
iamninja has joined #ruby
Y4Rv1K has joined #ruby
nini1294 has joined #ruby
nini1294 has quit [Client Quit]
gagrio has quit [Quit: Leaving...]
millerti has joined #ruby
gagrio has joined #ruby
RegulationD has quit [Ping timeout: 244 seconds]
Xeago has quit [Remote host closed the connection]
lkba has joined #ruby
justintv90 has quit [Ping timeout: 264 seconds]
apofis has joined #ruby
Y4Rv1K has quit [Ping timeout: 276 seconds]
yaw has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
apofis has quit [Read error: Connection reset by peer]
chussenot has quit [Quit: chussenot]
lkba_ has quit [Ping timeout: 245 seconds]
apofis has joined #ruby
yaw has joined #ruby
gianlucadv has quit [Ping timeout: 264 seconds]
rbowlby has joined #ruby
yaw has quit [Client Quit]
leat2 has quit [Remote host closed the connection]
leat2 has joined #ruby
Scroff has joined #ruby
Mon_Ouie has quit [Ping timeout: 244 seconds]
Scroff has quit [Remote host closed the connection]
adac has quit [Ping timeout: 264 seconds]
fujimura has joined #ruby
rbowlby has quit [Ping timeout: 244 seconds]
sandelius has joined #ruby
zotherstupidguy has joined #ruby
senayar has quit [Remote host closed the connection]
Aryasam has joined #ruby
havenwood has joined #ruby
timonv has joined #ruby
gsd_ has joined #ruby
tsujp has joined #ruby
fujimura has quit [Ping timeout: 255 seconds]
justintv90 has joined #ruby
ghr has joined #ruby
gsd_ has quit [Ping timeout: 256 seconds]
iamninja has quit [Read error: Connection reset by peer]
allomov has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 250 seconds]
freerobby has joined #ruby
timonv has quit [Ping timeout: 272 seconds]
kies has quit [Ping timeout: 272 seconds]
tsujp has quit [Quit: tsujp is snoozing]
dgutierrez1287 has joined #ruby
harly has quit [Quit: Leaving]
Tobarja has joined #ruby
dgutierrez1287 has quit [Ping timeout: 245 seconds]
yqt has quit [Ping timeout: 258 seconds]
justintv90 has quit [Read error: Connection reset by peer]
goodcodeguy has joined #ruby
ziprar has joined #ruby
fgo has joined #ruby
yaw has joined #ruby
yaw has quit [Client Quit]
yaw has joined #ruby
yaw has quit [Max SendQ exceeded]
mrmargolis has joined #ruby
zipace has quit [Ping timeout: 272 seconds]
codecop has joined #ruby
bronson has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mrmargolis has quit [Ping timeout: 264 seconds]
iamninja has joined #ruby
randiman has joined #ruby
bronson has quit [Ping timeout: 265 seconds]
serivich has quit [Quit: Leaving]
lolmaus has quit [Read error: Connection reset by peer]
lolmaus_ has joined #ruby
ferr has joined #ruby
mujou has joined #ruby
justintv90 has joined #ruby
apofis has quit [Quit: This computer has gone to sleep]
toretore has joined #ruby
oo__ has joined #ruby
oo_ has quit [Read error: Connection reset by peer]
mc_fail has quit [Read error: Connection reset by peer]
fabrice31 has joined #ruby
yoongkang has quit [Remote host closed the connection]
ItSANgo has quit [Quit: Leaving...]
jottr has joined #ruby
gauke has quit [Quit: gauke]
RegulationD has joined #ruby
mrmargolis has joined #ruby
goodcodeguy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
varunwachaspati has joined #ruby
serivich has joined #ruby
OrbitalKitten has joined #ruby
micmus has quit [Ping timeout: 272 seconds]
mc_fail has joined #ruby
fabrice31 has quit [Ping timeout: 272 seconds]
RegulationD has quit [Ping timeout: 258 seconds]
jerematic has joined #ruby
yaw has joined #ruby
yoongkang has joined #ruby
Xeago has joined #ruby
yaw has quit [Max SendQ exceeded]
datanoise has joined #ruby
yaw has joined #ruby
revath has joined #ruby
yaw has quit [Max SendQ exceeded]
roolo has quit [Remote host closed the connection]
roolo has joined #ruby
varunwachaspati has quit [Remote host closed the connection]
roolo has quit [Remote host closed the connection]
yaw has joined #ruby
datanoise has quit [Ping timeout: 244 seconds]
revath has quit [Quit: Leaving.]
CustosLimen has quit [Ping timeout: 246 seconds]
revath has joined #ruby
micmus has joined #ruby
fujimura has joined #ruby
shazaum_ has joined #ruby
davedev24_ has joined #ruby
starfox_sf has joined #ruby
revath has quit [Client Quit]
revath has joined #ruby
justintv90 has quit [Ping timeout: 246 seconds]
afrianska has joined #ruby
dseitz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
fujimura has quit [Ping timeout: 252 seconds]
afrianska has quit [Client Quit]
CustosLimen has joined #ruby
dseitz has joined #ruby
starfox_sf has quit [Ping timeout: 245 seconds]
adefa has joined #ruby
ghr has joined #ruby
rippa has joined #ruby
atomical has joined #ruby
revath has quit [Ping timeout: 256 seconds]
adefa has quit [Ping timeout: 258 seconds]
ghr has quit [Ping timeout: 256 seconds]
chamila has quit [Ping timeout: 246 seconds]
<jesterfraud> I need to find out how to mute user events on this client
krz has joined #ruby
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
justintv90 has joined #ruby
Mon_Ouie has joined #ruby
mc_fail has quit [Ping timeout: 272 seconds]
mc_fail has joined #ruby
jgt1 has joined #ruby
justintv90 has quit [Ping timeout: 264 seconds]
workmad3 has joined #ruby
nofxx has joined #ruby
ziprar is now known as zipace
ponga has joined #ruby
balazs has joined #ruby
allen has joined #ruby
allen is now known as Guest31734
dfockler has joined #ruby
workmad3 has quit [Ping timeout: 276 seconds]
ferr has quit [Quit: WeeChat 1.2]
ponga has quit [Client Quit]
leat2 has quit [Ping timeout: 264 seconds]
dfockler has quit [Ping timeout: 265 seconds]
lxsameer has quit [Quit: Leaving]
houhouli_ has quit [Remote host closed the connection]
adac has joined #ruby
StarBreaker has joined #ruby
freerobby has quit [Quit: Leaving.]
Fooster has joined #ruby
jgt1 has quit [Ping timeout: 245 seconds]
soulcake has quit [Quit: Quack.]
freerobby has joined #ruby
j4cknewt has joined #ruby
soulcake has joined #ruby
dideler has joined #ruby
mrmargolis has quit [Remote host closed the connection]
Tobarja has left #ruby [#ruby]
rbowlby has joined #ruby
towski_ has joined #ruby
victorkohl has joined #ruby
apt-get_ has quit [Read error: Connection reset by peer]
victorkohl has quit [Max SendQ exceeded]
Xeago has quit [Remote host closed the connection]
leat2 has joined #ruby
sarkyniin has joined #ruby
victorkohl has joined #ruby
sarkyniin has quit [Remote host closed the connection]
rbowlby has quit [Ping timeout: 256 seconds]
bkxd has joined #ruby
Xeago has joined #ruby
sarkyniin has joined #ruby
hdev1 has joined #ruby
Aryasam has quit [Ping timeout: 265 seconds]
charliesome has quit [Quit: zzz]
<Xeago> what ruby version does https://www.bloc.io/ruby-warrior run on? raising RUBY_VERSION is not allowed
sarkyniin has quit [Remote host closed the connection]
fgo has quit [Quit: WeeChat 1.1.1]
<jhass> well, should be possible to find the minor but using new features
<Xeago> trying to use %o(sentence to symbols) but it didn't work :'(
<Xeago> %i *
symm- has joined #ruby
<jhass> but h = {foo: "bar"} works?
dseitz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sarkyniin has joined #ruby
dseitz has joined #ruby
CloCkWeRX has joined #ruby
adefa has joined #ruby
mdz_ has joined #ruby
shazaum_ has quit [Quit: This computer has gone to sleep]
CloCkWeRX has quit [Ping timeout: 272 seconds]
adefa has quit [Ping timeout: 258 seconds]
mc_fail has quit [Ping timeout: 245 seconds]
mdz_ has quit [Ping timeout: 264 seconds]
mc_fail has joined #ruby
hdev1 has quit [Remote host closed the connection]
CustosLimen has quit [Ping timeout: 250 seconds]
hdev1 has joined #ruby
Rahul_Roy has quit [Quit: Connection closed for inactivity]
micmus has quit [Ping timeout: 264 seconds]
Juanchito has quit [Quit: Connection closed for inactivity]
araujo has quit [Quit: Leaving]
caitlinb has quit [Ping timeout: 265 seconds]
jottr_ has joined #ruby
bantic has joined #ruby
Agoldfish has joined #ruby
CloCkWeRX has joined #ruby
jottr has quit [Ping timeout: 265 seconds]
CloCkWeRX has left #ruby [#ruby]
mujou has quit [Quit: Leaving...]
Guest31734 has quit [Quit: Lost terminal]
rubie has joined #ruby
rubie has quit [Remote host closed the connection]
rubie has joined #ruby
RegulationD has joined #ruby
CustosLimen has joined #ruby
bkxd has quit [Ping timeout: 246 seconds]
caitlinb has joined #ruby
ferr has joined #ruby
RegulationD has quit [Ping timeout: 255 seconds]
towski_ has quit [Remote host closed the connection]
yoongkang has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 276 seconds]
gagrio has quit [Ping timeout: 252 seconds]
mdz_ has joined #ruby
caseypatrickdris has joined #ruby
fabrice31 has joined #ruby
jottr_ has quit [Ping timeout: 250 seconds]
aapole has joined #ruby
fujimura has joined #ruby
fabrice31 has quit [Ping timeout: 252 seconds]
hdev1 has quit [Ping timeout: 252 seconds]
starfox_sf has joined #ruby
n008f4g_ has quit [Ping timeout: 265 seconds]
kobain has joined #ruby
varunwachaspati has joined #ruby
mc_fail has quit [Ping timeout: 264 seconds]
<shevy> when I have a string such as: x = 'FOO', how to turn this into a regex /FOO/ ?
DaniG2k has joined #ruby
jottr_ has joined #ruby
gsd_ has joined #ruby
aapole has quit [Ping timeout: 264 seconds]
mc_fail has joined #ruby
fujimura has quit [Ping timeout: 265 seconds]
<hfp> Hi all, I am using a framework called adhearsion and I have some issues in my tests when mocking an object from that framework. There seems to be a method missing on my double that I'll need to stub. I found the method and it's there: https://github.com/adhearsion/adhearsion/blob/develop/lib/adhearsion/call.rb#L457. My understanding is that it will return `command` when it's done running (is that correct?). How can I inspec
<hfp> t what `command` exactly is? The framework is installed as a gem and I'm not sure how to edit the code so I can have a breakpoint or print something from that point. Any pointers?
starfox_sf has quit [Ping timeout: 245 seconds]
mrsolo has joined #ruby
revath has joined #ruby
<havenwood> hfp: With the Pry gem you can `require 'pry'` then put a `binding.pry` wherever you want to start a REPL session.
vikaton has joined #ruby
<hfp> havenwood: Right, but how do I put this in the gem? How do I edit the gem's code that ruby is going to use?
<havenwood> ?pry
<ruboto> Pry, the better IRB. Includes easy object inspection via `ls`, `history`, docs view with `?`, source view with `$` and syntax highlighting, among other features (see `help` for more). It can also be used for easy debugging by putting ’binding.pry’ directy in your source code. Visit https://pryrepl.org/ or get it now with gem install pry pry-doc
<havenwood> hfp: gem open adhearsion
gsd_ has quit [Ping timeout: 264 seconds]
<havenwood> hfp: If you want to ditch your custom changes and revert to the vanilla gem: gem pristine adhearsion
<hfp> ah nice, thanks
<havenwood> hfp: you're welcome
<yorickpeterse> Honestly people refusing to follow project standards, and then openly claiming they couldn't be arsed can just gtfo
<yorickpeterse> Hm, maybe I should add a "GTFO" label for this
stoogenmeyer has quit [Ping timeout: 245 seconds]
<yorickpeterse> "hi I spent like 5 minutes on this, can you please merge and then fix everything?"
<yorickpeterse> I think I already spent at least 45 minutes on this PR
<yorickpeterse> well, 2 laundry runs of 18 minutes + so far 10 minutes of drying
<yorickpeterse> So yeah, about 45 minutes
CloCkWeRX has joined #ruby
jottr_ has quit [Ping timeout: 244 seconds]
robbyoconnor has joined #ruby
darkf has quit [Quit: Leaving]
<shevy> so much energy
<shevy> for discussing tests
<sevenseacat> mmm.... I prefer their way of doing things, but agree that consistency is key
jottr_ has joined #ruby
<shevy> oh even monads are mentioned in that pull request :)
EllisTAA has joined #ruby
<yorickpeterse> Yeah I'm not sure how those were even related
<shevy> "I really fail to see how it's more complicated, they're not monads, and above all, it's readable."
<shevy> hahaha
<shevy> he even was the first to mention them
<yorickpeterse> so I just fixed this problem in like 2 minutes
ixti has joined #ruby
<sevenseacat> their first response should have been 'ok ill update it to match your style' and then that would have been done
<yorickpeterse> Interesting enough this is not the first time, I get these "drive-by pull-requests" quite often
<yorickpeterse> sevenseacat: yes
<sevenseacat> they mean well.
mc_fail has quit [Ping timeout: 272 seconds]
<sevenseacat> style is ultimately in the eye of the beholder/maintainer
<yorickpeterse> I don't know if one means well when they state they couldn't be bothered to do things the existing way
<yorickpeterse> or even consider my input
<sevenseacat> they could have just forked, made their changes, then used their fork. they wanted to contribute back - thats meaning well
<yorickpeterse> It's only half of the work though
mc_fail has joined #ruby
<sevenseacat> true.
jerematic has quit [Remote host closed the connection]
<yorickpeterse> Sure, their initial intentions might've been good
revath has left #ruby [#ruby]
<sevenseacat> disclaimer: i am not a maintainer of anything
<yorickpeterse> And I do certainly respect people working on this, hence I actually left feedback before the PR (hard to see from the PR itself, but I commented on the commit before they submitted it)
<shevy> awwww
<shevy> I wanted to file an issue at a sevenseacat project now :(
<yorickpeterse> But if I ask somebody to do X or Y because of some reason, they either need to convince me otherwise or do it
<yorickpeterse> instead of "lol no"
<sevenseacat> aye.
<shevy> lol no is pretty powerful
<yorickpeterse> ah well
<yorickpeterse> shevy: if your goal is to piss people off, sure
EllisTAA has quit [Ping timeout: 244 seconds]
<yorickpeterse> I think the more modern version is to use .gifs
Papierkorb has joined #ruby
<yorickpeterse> <nope.gif> etc
<shevy> lol
<havenwood> yorickpeterse: \h
<havenwood> 0-9a-fA-F
<yorickpeterse> \h ?
hdev1 has joined #ruby
NeverDie has joined #ruby
<havenwood> yorickpeterse: hexdigit char regexp, though since it's not hex your way is probably better ;)
AbinoamJr has joined #ruby
<yorickpeterse> ah right
<AbinoamJr> Hi all!
<havenwood> AbinoamJr: hi
rushed has quit [Quit: rushed]
nedp has quit [Remote host closed the connection]
<yorickpeterse> right, laundry dried, time to head back to my hostel, toodles
AlexRussia has quit [Remote host closed the connection]
sandelius has joined #ruby
apt-get_ has joined #ruby
n008f4g_ has joined #ruby
sepp2k has quit [Quit: Leaving.]
micmus has joined #ruby
jds has joined #ruby
Fooster has quit [Ping timeout: 276 seconds]
sevenseacat has quit [Quit: Me dun like you no more.]
sarkyniin has quit [Ping timeout: 264 seconds]
yardenbar has quit [Quit: Leaving]
peteykun has joined #ruby
__chris has joined #ruby
banister has joined #ruby
workmad3 has joined #ruby
chipotle has quit [Quit: cheerio]
The_Phoenix has joined #ruby
curiouserandcuri has joined #ruby
<curiouserandcuri> hello, how do I save an irb session?
Tamae has quit [Ping timeout: 250 seconds]
<jhass> ?pry curiouserandcuri
<ruboto> curiouserandcuri, Pry, the better IRB. Includes easy object inspection via `ls`, `history`, docs view with `?`, source view with `$` and syntax highlighting, among other features (see `help` for more). It can also be used for easy debugging by putting ’binding.pry’ directy in your source code. Visit https://pryrepl.org/ or get it now with gem install pry pry-doc
<jhass> ^ can do that
<curiouserandcuri> ok
<curiouserandcuri> thanks
davedev2_ has joined #ruby
davedev24_ has quit [Ping timeout: 264 seconds]
Spami has joined #ruby
CustosLimen has quit [Ping timeout: 265 seconds]
jottr_ has quit [Ping timeout: 256 seconds]
<curiouserandcuri> very nice
The_Phoenix has quit [Ping timeout: 256 seconds]
EllisTAA has joined #ruby
rbowlby has joined #ruby
<curiouserandcuri> how do I save a pry session
<curiouserandcuri> ?
iamjarvo has joined #ruby
mrmargolis has joined #ruby
spider-mario has quit [Read error: Connection reset by peer]
StarBreaker has quit []
Fooster has joined #ruby
<curiouserandcuri> how can I save a pry session?
<jhass> did you run help?
CustosLimen has joined #ruby
<curiouserandcuri> yes, jhass
rbowlby has quit [Ping timeout: 256 seconds]
<curiouserandcuri> however, I'm still confused
<jhass> save-file Export to a file using content from the repl ?
Eiam` has quit [Ping timeout: 252 seconds]
jgt1 has joined #ruby
mrmargolis has quit [Ping timeout: 276 seconds]
<curiouserandcuri> aha, thank you very much
<shevy> jhass is our living manual!
workmad3 has quit [Ping timeout: 272 seconds]
<curiouserandcuri> awesome, much appreciated!
yoongkang has joined #ruby
davedev24_ has joined #ruby
davedev2_ has quit [Ping timeout: 256 seconds]
ponga has joined #ruby
endash has joined #ruby
mc_fail has quit [Ping timeout: 244 seconds]
freedrull has joined #ruby
Xeago has quit [Remote host closed the connection]
timonv has joined #ruby
<curiouserandcuri> how do I open a saved pry session?
robbyoconnor has quit [Ping timeout: 256 seconds]
mc_fail has joined #ruby
astrobun_ has quit [Read error: Connection reset by peer]
Juanchito has joined #ruby
<jhass> just load the file
elev has joined #ruby
twistedpixels is now known as zz_twistedpixels
<elev> how can I change the name of an array?
bronson has joined #ruby
elev is now known as master
<AbinoamJr> Arrays have no name
<AbinoamJr> You assign an Array instance to variable.
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
master is now known as Guest28805
<AbinoamJr> a = [1, 2, 3]
<AbinoamJr> b = a
<AbinoamJr> now 'b' points to the same object that 'a' is pointing
<AbinoamJr> Is it what you were trying to accomplish?
Guest28805 has quit [Client Quit]
Voker57 has quit [Remote host closed the connection]
Fooster has quit [Ping timeout: 256 seconds]
elev has joined #ruby
elev is now known as master44
<master44> nah still bad, I come back later ty
<master44> wait
<AbinoamJr> What?
<master44> how can I change the name of a array?
bronson has quit [Ping timeout: 264 seconds]
<AbinoamJr> Repeating... arrays have no names. They are assigned to variables.
<AbinoamJr> a = [1, 2, 3]
master44 has quit [Client Quit]
OrbitalKitten has joined #ruby
zz_twistedpixels is now known as twistedpixels
amclain has joined #ruby
adefa has joined #ruby
bluOxigen has joined #ruby
revath has joined #ruby
DLSteve has joined #ruby
<yorickpeterse> (╯°□°)╯︵ ┻━┻
CustosLimen has quit [Ping timeout: 276 seconds]
blueOxigen has joined #ruby
bruno- has quit [Quit: Lost terminal]
alexherbo2 has quit [Quit: WeeChat 1.2]
stoogenmeyer has joined #ruby
alexherbo2 has joined #ruby
bluOxigen has quit [Ping timeout: 245 seconds]
bruno- has joined #ruby
adefa has quit [Ping timeout: 265 seconds]
alexherbo2 has quit [Client Quit]
Rickmasta has joined #ruby
Cort3z has joined #ruby
caseypatrickdris has quit [Remote host closed the connection]
__chris has quit [Quit: This computer has gone to sleep]
__chris has joined #ruby
_blizzy_ has quit [Ping timeout: 265 seconds]
__chris has quit [Client Quit]
jottr_ has joined #ruby
AustinMatherne has joined #ruby
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jack_rabbit has joined #ruby
David_H_Smith has joined #ruby
<AbinoamJr> @yorickpeterse Sometimes is hard to people understand that when they "GIVE" you some code "for free" in a pull request, although is good, brings together an obligation for you to maintain it.
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<AbinoamJr> *yorickpeterse* It's like giving a PET for someone that was not prepared to receive it. Now you have to feed the pet until it dies!
casadei has joined #ruby
_ht has quit [Remote host closed the connection]
CloCkWeRX has quit [Quit: Leaving.]
chamila has joined #ruby
AlexRussia has joined #ruby
<yorickpeterse> Yeah, I'm trying to clarify this in the contributing guide atm
<chamila> Hi all, need a little help, https://github.com/ohler55/oj/blob/master/ext/oj/strict.c#L108 what does stack_peek method does here?
phizzbuzz has quit [Ping timeout: 265 seconds]
CustosLimen has joined #ruby
master44 has joined #ruby
<curiouserandcuri> How can I save a Pry session such that I can access the objects and variables of the session when I open it up again?
<AbinoamJr> If, with the Pull Request, came together an agreement or something like "I promise that I will help you maintain this piece of code I'm donating to you" I bet you'd be merging more easily! :-) ;-)
caitlinb has quit [Ping timeout: 250 seconds]
OrbitalKitten has joined #ruby
<yorickpeterse> heh, that never happens
<AbinoamJr> Every addition, almost always adds complexity that you will have to carry along.
<master44> (quit
<master44> nice
gix has quit [Ping timeout: 272 seconds]
<master44> abinomjr?
<AbinoamJr> Hi!
caitlinb has joined #ruby
GGMethos has quit [Ping timeout: 252 seconds]
Rodya_ has joined #ruby
gix has joined #ruby
datanoise has joined #ruby
swgillespie has joined #ruby
curiouserandcuri has quit [Quit: Page closed]
master44 has quit [Ping timeout: 255 seconds]
queequeg1 has joined #ruby
RegulationD has joined #ruby
master44 has joined #ruby
<master44>
<havenwood> master44: Having keyboard trouble?
DaniG2k has quit [Quit: leaving]
rushed has joined #ruby
Cort3z has quit [Ping timeout: 256 seconds]
<master44> havenwood
<master44> its like my wifi is very bad so I cant see what you write, but I can see you now
starfox_sf has joined #ruby
<master44> I got some techical issues yes
<havenwood> master44: Do you have a question?
blueOxigen has quit [Ping timeout: 256 seconds]
bosma has quit [Ping timeout: 244 seconds]
timonv has quit [Ping timeout: 276 seconds]
jack_rabbit has quit [Ping timeout: 258 seconds]
<master44> nope cant get anything, I come back later bye
master44 has quit [Client Quit]
phizzbuzz has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mrsolo has quit [Quit: This computer has gone to sleep]
<havenwood> Alrighty then.
athos_diddy has quit []
RegulationD has quit [Ping timeout: 264 seconds]
railsForDaiz has joined #ruby
OrbitalKitten has joined #ruby
lkba has quit [Ping timeout: 258 seconds]
slackbotgz has quit [Remote host closed the connection]
slackbotgz has joined #ruby
soulcake has quit [Quit: Quack.]
ferr has quit [Quit: WeeChat 1.2]
phizzbuzz has quit [Read error: Connection reset by peer]
revath has left #ruby [#ruby]
<jhass> shall we just forward them to #ruby-fix-your-connection? :P
queequeg1 has quit [Quit: leaving]
rushed has quit [Quit: rushed]
queequeg1 has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
centrx has joined #ruby
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bMalum has joined #ruby
bMalum has quit [Remote host closed the connection]
jottr_ has quit [Ping timeout: 244 seconds]
bMalum has joined #ruby
fujimura has joined #ruby
gianlucadv has joined #ruby
bMalum has quit [Remote host closed the connection]
varunwachaspati has quit [Ping timeout: 276 seconds]
msgodf has joined #ruby
OrbitalKitten has joined #ruby
msgodf has quit [Max SendQ exceeded]
yoongkang has quit [Read error: Connection reset by peer]
fujimura has quit [Ping timeout: 244 seconds]
msgodf has joined #ruby
datanoise has quit [Ping timeout: 256 seconds]
swgillespie has joined #ruby
pontiki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
msgodf has quit [Max SendQ exceeded]
jack_rabbit has joined #ruby
soulcake has joined #ruby
bluOxigen has joined #ruby
GGMethos has joined #ruby
elemongw has joined #ruby
bosma has joined #ruby
chamila has quit [Quit: Page closed]
lavros has quit [Quit: leaving]
msgodf has joined #ruby
timonv has joined #ruby
msgodf has quit [Max SendQ exceeded]
baweaver has joined #ruby
varunwachaspati has joined #ruby
<xxneolithicxx> how slow does your internet have to be before irc becomes delayed, sheesh
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
phizzbuzz has joined #ruby
<xxneolithicxx> ban the dial up lol
affenhoden has joined #ruby
xxneolithicxx has quit [Quit: Leaving.]
Scroff has joined #ruby
Neomex has joined #ruby
* AbinoamJr is trying to remember if there's a proper way to cite someone else's nickname on the channel.
xxneolithicxx has joined #ruby
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
<jhass> AbinoamJr: nope, 99% of the clients trigger the highlight on the nickname
leat2 has quit [Ping timeout: 246 seconds]
yoongkang has joined #ruby
<jhass> and should provide tab completion for them in fact
stoogenmeyer has quit [Ping timeout: 256 seconds]
Tamae has joined #ruby
atmosx has quit [Ping timeout: 265 seconds]
Scroff has quit [Ping timeout: 265 seconds]
<AbinoamJr> So is it automatically. If the word matches a nickname it highlights it. Is it? If so, thank you for clarifying jhass. I have used IRC in the 96 or 98. Long time ago.
<jhass> it's a client feature, nothing baked into the protocol
<jhass> so you can never be 100% sure, but all clients that I've seen so far do
Scroff has joined #ruby
<hanmac> "protocol - now with more baked cookies inside" ;P
blt has joined #ruby
olistik has joined #ruby
ogpastaling has joined #ruby
sandelius has joined #ruby
meadhikari has joined #ruby
jack_rabbit has quit [Ping timeout: 252 seconds]
<meadhikari> Can anyone suggest me a ruby library that can parse rss without must trouble of installation and use? Tried feedjira but it keeps giving No valid parser for XML
<AbinoamJr> I'm on the web interface. So I was "missing" this and was not understanding why it was not coloring the nicknames.
Scroff has quit [Remote host closed the connection]
mc_fail has quit [Ping timeout: 244 seconds]
micmus has quit [Ping timeout: 252 seconds]
adac has quit [Ping timeout: 258 seconds]
kies has joined #ruby
apofis has joined #ruby
mc_fail has joined #ruby
AbinoamJr has quit [Quit: I have to be some time off. Coming back later.]
caseypatrickdris has joined #ruby
ogpastaling has quit [Ping timeout: 276 seconds]
queequeg1 has quit [Quit: leaving]
queequeg1 has joined #ruby
<yorickpeterse> quick sanity check, is https://gist.github.com/YorickPeterse/ab1ac25700cf8aac8e99 too harsh?
queequeg1 has quit [Client Quit]
queequeg1 has joined #ruby
msgodf has joined #ruby
yaw has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
yaw has joined #ruby
timonv has quit [Ping timeout: 265 seconds]
<jhass> I'd probably try to phrase it in a positive/whitelist manner personally, like "Pull requests must follow the style currently used in the project blabla"
<jhass> "don't do this and that" is always a bit more discouraging than "please do it this way"
<yorickpeterse> hmm
EllisTAA has quit [Quit: EllisTAA]
<jhass> if that makes any sense
queequeg1 has quit [Quit: leaving]
queequeg1 has joined #ruby
cabbagesandkings has joined #ruby
<cabbagesandkings> how do I open up a ruby file in pry?
<jhass> but I wouldn't say it's too harsh, just take a day until you actually add it since you can clearly see the current influx ;)
<jhass> (I mean sleep over it ;) )
<cabbagesandkings> I'm struggling
gauke has joined #ruby
<jhass> cabbagesandkings: pry my_file.rb
<yorickpeterse> I hate how I have to write this down in the first place, but I've had to explain this numerous times so far :/
<cabbagesandkings> ok
micmus has joined #ruby
<cabbagesandkings> thanks
stoogenmeyer has joined #ruby
<jhass> cabbagesandkings: or anywhere inside your file: require "pry"; binding.pry to spawn a pry when it reaches that point
_ht has joined #ruby
<yorickpeterse> blegh, I'm off to bed, thanks
pwnz0r has joined #ruby
EllisTAA has joined #ruby
<jhass> you're welcome
_seanc_ has joined #ruby
jottr_ has joined #ruby
cabbagesandkings has quit [Client Quit]
hanmac has quit [Remote host closed the connection]
gauke has quit [Client Quit]
bertocode has quit [Quit: Nettalk6 - www.ntalk.de]
nofxx_ has joined #ruby
senayar has joined #ruby
senayar has joined #ruby
rbowlby has joined #ruby
ferr has joined #ruby
nofxx has quit [Ping timeout: 264 seconds]
railsForDaiz has quit [Quit: Textual IRC Client: www.textualapp.com]
workmad3 has joined #ruby
caitlinb_ has joined #ruby
Tarential has joined #ruby
caitlinb has quit [Ping timeout: 246 seconds]
caitlinb_ is now known as caitlinb
hanmac has joined #ruby
rbowlby has quit [Ping timeout: 258 seconds]
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
LJT has joined #ruby
j4cknewt has quit [Remote host closed the connection]
queequeg1 has quit [Quit: leaving]
blue_deref has joined #ruby
dseitz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
workmad3 has quit [Ping timeout: 245 seconds]
queequeg1 has joined #ruby
ogpastaling has joined #ruby
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dseitz has joined #ruby
queequeg1 has quit [Client Quit]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
LJT has quit [Client Quit]
mc_fail has quit [Read error: Connection reset by peer]
yaw has quit [Ping timeout: 252 seconds]
caseypatrickdris has quit [Remote host closed the connection]
_blizzy_ has joined #ruby
mrmargolis has joined #ruby
queequeg1 has joined #ruby
<meadhikari> Guys please suggest me a rss parsing library
Rickmasta has joined #ruby
apofis has quit [Quit: This computer has gone to sleep]
<centrx> meadhikari, Ruby comes with an RSS parser in the standard library (called RSS)
<centrx> meadhikari, simple-rss looks like another possibility
chinmay_dd has joined #ruby
mc_fail has joined #ruby
queequeg1 has quit [Client Quit]
bantic has quit [Quit: bantic]
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
queequeg1 has joined #ruby
bronson has joined #ruby
timonv has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
queequeg1 has quit [Client Quit]
Sembei has quit [Read error: Connection reset by peer]
datanoise has joined #ruby
Sembei has joined #ruby
bronson has quit [Remote host closed the connection]
varunwachaspati has quit [Quit: Leaving]
<nfk|laptop> any recommendations how to nicely access serial ports from ruby?
<nfk|laptop> or should i use something else? ultimately i want to have a gui application for serial control that was not .net
huddy has joined #ruby
<nfk|laptop> i tried qt 5 but got fed up with C++ and trying to interact with QML
<centrx> nfk|laptop, Graphics apps in Linux you end up using GTK or QT with C/C++
<nfk|laptop> i'm fine with ruby on rails
<centrx> nfk|laptop, Ruby can do it, but it's probably not the best (unless it's a web app)
<nfk|laptop> html5 baby
<centrx> perfect yeah web app is good
Miphix has quit [Quit: Leaving]
DaniG2k has joined #ruby
blandflakes has joined #ruby
p1k has joined #ruby
<centrx> nfk|laptop, rubyserial seems to be an active project
<nfk|laptop> now, any ideas about serial ports? from what i found they seem to be fairly outdated even by ruby 1.8 standards
<nfk|laptop> also, nothing in core?
adefa has joined #ruby
<centrx> they're also ruby-serialport
<centrx> I thought there was something in stdlib, but I can't seem to find it
<p1k> hi
<centrx> nfk|laptop, it wouldn't be in core
<nfk|laptop> ;(
<centrx> nfk|laptop, e.g. all the network stuff is in stdlib
<nfk|laptop> serial is still relevant
<nfk|laptop> hmm... i don't think that bluetooth shingle (shit dongle) is anything but rfcomm capable
<nfk|laptop> that is, it only supports the serial emulation protocol over bluetooth and that's it
blandflakes has quit [Client Quit]
<nfk|laptop> s/is/has/
<nfk|laptop> err.. actually was correct at first
<p1k> I'm rather new to ruby and have a rails question - is that on topic for the channel ?
<nfk|laptop> no
<nfk|laptop> p1k, #RubyOnRails is for you
mdz_ has quit [Remote host closed the connection]
<hanmac> centrx: i am using wxWidgets for ruby ;P
<nfk|laptop> that one is also shit
<p1k> thx
<nfk|laptop> maybe easier than qt but everyone is jumping ship to qt 5 from wx
lkba has joined #ruby
lkba has quit [Read error: Connection reset by peer]
OrbitalKitten has joined #ruby
lkba has joined #ruby
Narzew has joined #ruby
<nfk|laptop> actually, does ruby have something like mpi or corba?
adefa has quit [Ping timeout: 256 seconds]
<nfk|laptop> writing non-gui C++ program to do the serial stuff and then expose it via RoR is fine too
banister has joined #ruby
Sirrr has joined #ruby
Guest31590 is now known as bl4ckdu5t
bl4ckdu5t has quit [Changing host]
bl4ckdu5t has joined #ruby
chussenot has joined #ruby
CustosLimen has quit [Ping timeout: 264 seconds]
Torrieri has quit [Quit: Be back later ...]
davedev2_ has joined #ruby
bigmac_ has quit [Quit: Leaving]
davedev24_ has quit [Ping timeout: 265 seconds]
Sirrr has quit [Client Quit]
peteykun has quit [Quit: Leaving]
datanoise has quit [Ping timeout: 265 seconds]
<havenwood> nfk|laptop: Maybe check out DRb: http://ruby-doc.org/stdlib/libdoc/drb/rdoc/DRb.html
<nfk|laptop> havenwood, unless i can also use it from C++, not really helpful
<havenwood> nfk|laptop: Ah, then not useful.
ogpastaling has quit [Remote host closed the connection]
<nfk|laptop> since it's for ruby to ruby IPC
<havenwood> Indeed.
mrmargolis has quit [Remote host closed the connection]
caseypatrickdris has joined #ruby
Torrieri has joined #ruby
CustosLimen has joined #ruby
alexherbo2 has joined #ruby
timonv has quit [Ping timeout: 258 seconds]
caseypatrickdris has quit [Ping timeout: 244 seconds]
marr has joined #ruby
caseypatrickdris has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
woodruffw has quit [Quit: And then he took off.]
woodruffw has joined #ruby
RegulationD has joined #ruby
chussenot has quit [Quit: chussenot]
banister has quit [Ping timeout: 245 seconds]
swgillespie has joined #ruby
DaniG2k has quit [Quit: leaving]
Channel6 has joined #ruby
chussenot has joined #ruby
RegulationD has quit [Ping timeout: 276 seconds]
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
fusillicode1 has joined #ruby
fusillicode1 has left #ruby [#ruby]
toretore has quit [Quit: Leaving]
Rollabunna has quit [Remote host closed the connection]
agilenav has joined #ruby
Torrieri has quit [Quit: Be back later ...]
elemongw has quit [Ping timeout: 246 seconds]
Rodya_ has quit [Read error: Connection reset by peer]
agilenav has quit []
Macaveli has joined #ruby
agilenav has joined #ruby
houhoulis has joined #ruby
yqt has joined #ruby
Rodya_ has joined #ruby
Rickmasta has joined #ruby
agilenav has quit [Client Quit]
agilenav has joined #ruby
decoponio has quit [Quit: Leaving...]
spider-mario has joined #ruby
speaking1ode has quit [Ping timeout: 264 seconds]
baweaver has quit [Remote host closed the connection]
caseypatrickdris has quit [Read error: Connection reset by peer]
rubie has quit [Remote host closed the connection]
caseypatrickdris has joined #ruby
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yqt has quit [Ping timeout: 250 seconds]
Rodya_ has quit [Ping timeout: 256 seconds]
blt has quit [Ping timeout: 265 seconds]
senayar has quit [Remote host closed the connection]
davedev24_ has joined #ruby
davedev2_ has quit [Ping timeout: 246 seconds]
chinmay_dd has quit [Remote host closed the connection]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
j4cknewt has joined #ruby
<Diabolik> what's the easiest way in ruby of setting two separate responses in a method, one if an argument is passed and one if one isn't?
fujimura has joined #ruby
yqt has joined #ruby
<jhass> if ?
j4cknewt has quit [Ping timeout: 256 seconds]
scripore has joined #ruby
fujimura has quit [Ping timeout: 265 seconds]
diegoviola has joined #ruby
<havenwood> Diabolik: def example argument = nil
symm- has joined #ruby
phizzbuzz has quit [Ping timeout: 265 seconds]
<havenwood> Diabolik: if argument
diegoviola has quit [Client Quit]
blt has joined #ruby
pwnz0r has quit [Remote host closed the connection]
pwnz0r has joined #ruby
centrx has quit [Quit: Shutting down, Please wait...]
mrmargolis has joined #ruby
<Diabolik> hang on havenwood
<Diabolik> il gist this
<Diabolik> i know .present is a rails method
<jhass> elsif ?
<Diabolik> but how can i define if an argument is present?
AlphaAtom has joined #ruby
AlphaAtom has quit [Max SendQ exceeded]
pwnz0r has quit [Ping timeout: 265 seconds]
<jhass> havenwood just showed
<Mon_Ouie> Unrelated, but I think you may be confused about ivars or class vs. instance methods (the @name at line 4 and the one at line 8 will never be the same variables)
webhat has joined #ruby
nofxx__ has joined #ruby
bronson has joined #ruby
victorkohl has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
victorkohl has joined #ruby
nofxx_ has quit [Ping timeout: 255 seconds]
webhat has quit [Remote host closed the connection]
phizzbuzz has joined #ruby
pontiki has joined #ruby
fabrice31 has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
webhat has joined #ruby
bronson has quit [Ping timeout: 256 seconds]
krz has quit [Quit: WeeChat 1.0.1]
lolmaus_ has quit [Ping timeout: 256 seconds]
Xeago has joined #ruby
<pontiki> hi all
<nfk|laptop> Diabolik, i'm pretty sure you can just use if @name
<nfk|laptop> nil should evaluate as false, iirc
fabrice31 has quit [Ping timeout: 252 seconds]
<nfk|laptop> though don't take my word for it
<nfk|laptop> but testing it shouldn't take long
<pontiki> indeed, nil is falsy
kies has quit [Ping timeout: 256 seconds]
mdz_ has joined #ruby
atmosx has joined #ruby
<nfk|laptop> of course if the argument is a boolean and you will need something more like comparing it to nil or something
<nfk|laptop> but not in this case
<nfk|laptop> -and
dfockler has joined #ruby
<nfk|laptop> also there might be isNil() or something but that might be also RoR specific or just my imagination
chussenot has quit [Quit: chussenot]
revath has joined #ruby
diegoviola has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
phizzbuzz has quit [Read error: Connection reset by peer]
blt has quit [Ping timeout: 246 seconds]
revath has quit [Client Quit]
revath has joined #ruby
blt has joined #ruby
longfeet has joined #ruby
mdz_ has quit [Ping timeout: 276 seconds]
<havenwood> >> nil.nil?
<ruboto> havenwood # => true (https://eval.in/376943)
dfockler has quit [Ping timeout: 246 seconds]
agilenav has quit []
revath has left #ruby [#ruby]
leat2 has joined #ruby
<nfk|laptop> wow, i was sure that would fail
webhat has quit [Remote host closed the connection]
<pontiki> why were you sure?
webhat has joined #ruby
<nfk|laptop> because i was certain that NilClass had no methods
<nfk|laptop> maybe apart from logical ones if those are even implemented as methods
<nfk|laptop> nil.methods?
<nfk|laptop> >>nil.methods?
<ruboto> nfk|laptop # => undefined method `methods?' for nil:NilClass (NoMethodError) ...check link for more (https://eval.in/376947)
<havenwood> >> NilClass.instance_methods false
<ruboto> havenwood # => [:to_i, :to_f, :to_s, :to_a, :to_h, :inspect, :&, :|, :^, :nil?, :to_r, :rationalize, :to_c] (https://eval.in/376948)
webhat has quit [Remote host closed the connection]
<havenwood> >> nil.public_methods false
leat2 has quit [Remote host closed the connection]
<ruboto> havenwood # => [:to_i, :to_f, :to_s, :to_a, :to_h, :inspect, :&, :|, :^, :nil?, :to_r, :rationalize, :to_c] (https://eval.in/376949)
<nfk|laptop> nil|true
<havenwood> nfk|laptop: In Pry, check: ls nil
<nfk|laptop> >>nil|true
<ruboto> nfk|laptop # => true (https://eval.in/376950)
woodruffw has quit [Quit: And then he took off.]
<nfk|laptop> kinda scary
leat2 has joined #ruby
woodruffw has joined #ruby
<pontiki> nil is the *only* object that responds (and should respond) true to nil?
<jhass> wait, ! isn't defined on NilClass?
GnuYawk has quit [Ping timeout: 245 seconds]
<nfk|laptop> it is
<jhass> ! is a method too
<nfk|laptop> jhass, i'm a bit lost as to what you were trying to say
sandelius has joined #ruby
<havenwood> >> Kernel.public_method(:!~).call nil
<jhass> >> nil.method(:!).owner
<ruboto> havenwood # => true (https://eval.in/376952)
<ruboto> jhass # => BasicObject (https://eval.in/376952)
<jhass> scary
webhat has joined #ruby
<nfk|laptop> hmm.. what was :^?
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jhass> ^
<jhass> >> nil ^ false
<ruboto> jhass # => false (https://eval.in/376953)
<nfk|laptop> a union?
<havenwood> ^ un chapeau
<shevy> ^ un baguette
<jhass> xor?
<nfk|laptop> right
mrmargolis has quit [Remote host closed the connection]
<nfk|laptop> nil^1
<havenwood> shevy: une baguette
<pontiki> lol
<nfk|laptop> >>nil^1
<ruboto> nfk|laptop # => true (https://eval.in/376954)
<nfk|laptop> >>nil^0
<ruboto> nfk|laptop # => true (https://eval.in/376955)
<jhass> ?experiment nfk|laptop
<ruboto> nfk|laptop, Please use your local irb or pry (see ?pry) to experiment, ruboto's eval functionality is for demonstration purposes only.
<nfk|laptop> eh?
<shevy> cool
<shevy> always gives you true
<nfk|laptop> sorry
<havenwood> >> !nil.!
<ruboto> havenwood # => false (https://eval.in/376956)
<shevy> lol
<shevy> that's pervert syntax
balazs has quit [Remote host closed the connection]
<havenwood> >> !nil.!.!~ nil
<ruboto> havenwood # => false (https://eval.in/376957)
<shevy> omg
webhat has quit [Remote host closed the connection]
<nfk|laptop> havenwood, what does that even mean?
<nfk|laptop> the first one
webhat has joined #ruby
<jhass> nfk|laptop: it's the same as nil.!.!
<jhass> or !!nil
freerobby has quit [Quit: Leaving.]
leat2 has quit [Ping timeout: 252 seconds]
rbowlby has joined #ruby
freerobby has joined #ruby
<nfk|laptop> but what does even nil.! do?
<jhass> !nil
<jhass> it's the same
<havenwood> not nil not not not not nil
<jhass> ! is just a method
<havenwood> !~ is another method
<nfk|laptop> as i suspect but i'm still not sure if my mind can wrap around inversion of nothingness
<nfk|laptop> *suspected
<jhass> nil is not nothing, it's a placeholder
datanoise has joined #ruby
AlphaAtom has joined #ruby
<jhass> you put it somewhere as a reminder that you didn't put anything else there yet
<nfk|laptop> but what would it's inversion be?
<jhass> bosma: s/1.9.3/2.2.2/
micmus has quit [Ping timeout: 255 seconds]
AlphaAtom has quit [Max SendQ exceeded]
leat2 has joined #ruby
<jhass> nfk|laptop: nil and false are the only falsey values in Ruby, so true
webhat has quit [Remote host closed the connection]
<nfk|laptop> i guess i'll leave it at that
AlphaAtom has joined #ruby
rbowlby has quit [Ping timeout: 265 seconds]
phizzbuzz has joined #ruby
<pontiki> do watch this talk: https://youtu.be/9lv2lBq6x4A
symm- has quit [Ping timeout: 264 seconds]
Fooster has joined #ruby
ghr has joined #ruby
<nfk|laptop> only after this song
agilenav has joined #ruby
agilenav has quit [Client Quit]
kies has joined #ruby
houhoulis has quit [Remote host closed the connection]
EllisTAA has quit [Quit: EllisTAA]
Fooster has quit [Ping timeout: 276 seconds]
ghr has quit [Ping timeout: 265 seconds]
kirun has quit [Quit: Client exiting]
Scroff has joined #ruby
michael_mbp has quit [Excess Flood]
michael_mbp has joined #ruby
Cort3z has joined #ruby
SuperTaz_ has quit [Remote host closed the connection]
OrbitalKitten has joined #ruby
leat2 has quit [Remote host closed the connection]
leat2 has joined #ruby
ponga has quit [Quit: Leaving...]
micmus has joined #ruby
_ht has quit [Quit: Konversation terminated!]
mh888 has joined #ruby
lolmaus_ has joined #ruby
AlphaAtom has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mh888 has quit [Client Quit]
apt-get_ is now known as apt-get
apt-get is now known as sarkyniin
<Papierkorb> Why do many documentations write stuff like ":foo => 123" while ruby allows to write the same as "foo: 123" ?
AlphaAtom has joined #ruby
webhat has joined #ruby
<bosma> it was an update in 1.9
AlphaAtom has quit [Max SendQ exceeded]
mdz_ has joined #ruby
<Papierkorb> bosma: ty
AlphaAtom has joined #ruby
<Papierkorb> So they're just not updated yet, and there's no reason to not use the 'new' shorthand instead?
AlphaAtom has quit [Max SendQ exceeded]
bluOxigen has quit [Ping timeout: 265 seconds]
c355E3B has joined #ruby
<Papierkorb> thanks bosma
AlphaAtom has joined #ruby
symm- has joined #ruby
<jhass> Papierkorb: right
rdema has quit [Ping timeout: 246 seconds]
<hanmac> Papierkorb: not all stuff is allowed in the "foo: 123" form ... so its okay if there is the ":foo => 123" form too
<diegoviola> some idiots at my job expect me to use windows to develop in, will performance suck if I have to virtualize linux on windows?
<shevy> Papierkorb the old syntax will work too
<Papierkorb> diegoviola: If your CPU has support for virtualization, then you'll be fine.
<shevy> diegoviola how much RAM does your machine then have?
senayar has joined #ruby
senayar has joined #ruby
<havenwood> diegoviola: Try Vagrant, should be fine if you have a decent box.
<diegoviola> shevy: 4GB afaik
<shevy> here I have 8
<Papierkorb> diegoviola: I converted videos in a windows guest with a linux host (long story) just fine, performance loss was negligable
<shevy> 4 is probably ok
zotherstupidguy has quit [Ping timeout: 245 seconds]
<jhass> Papierkorb: we also have the {"foo": bar} form now
<diegoviola> havenwood: but I don't want just a shell, I want my window manager and everything in linux
<diegoviola> i3wm
adefa has joined #ruby
<diegoviola> I can't stand windows management on windows
<Papierkorb> jhass: ah good to know
blandflakes has joined #ruby
<diegoviola> I can't stand windows
dwithers1 has quit [Ping timeout: 265 seconds]
zotherstupidguy has joined #ruby
<Papierkorb> I don't know anyone who says "I really like to use windows", but tons of people saying that for linux or mac
blandflakes has quit [Client Quit]
<shevy> linux is very configurable
<diegoviola> I've been using linux for 15 years, surprise
<diegoviola> windows is horrible in every way
<shevy> and you have to use it!
<shevy> is at least ruby available on your workplace?
webhat has quit [Remote host closed the connection]
adefa has quit [Ping timeout: 245 seconds]
<Papierkorb> diegoviola: either way, just try using VirtualBox and see how it works. Install, start, and you're ready to go
mengu has quit []
<Papierkorb> Can't get much simpler than that
<Papierkorb> Well, maybe you have to restart thrice during installation. Not sure anymore
<diegoviola> Papierkorb: I've already did this
<diegoviola> took me 10 minutes to install arch on the vm
blandflakes has joined #ruby
<diegoviola> worked ok...
thiagofm has joined #ruby
<Papierkorb> should work good enough if you install the vbox guest stuff
<diegoviola> right...
<diegoviola> and it does
jds has quit [Quit: Connection closed for inactivity]
<diegoviola> I'm just sick of stupid companies
<Papierkorb> at my last company we used Linux :) .. and Java :( .. can't have everything I guess.
<diegoviola> "We use windows so we also expect you to be an idiot and use it"
<diegoviola> Papierkorb: I'd be happier with that
<diegoviola> even though java sucks, sure
weemsledeux has joined #ruby
<Papierkorb> we were. after we installed Arch into a chroot to get rid of Ubuntu as much as possible :)
dwithers1 has joined #ruby
willharrison has joined #ruby
thiagofm has quit [Remote host closed the connection]
rdema has joined #ruby
zotherstupidguy has quit [Ping timeout: 256 seconds]
Torrieri has joined #ruby
Torrieri has joined #ruby
zotherstupidguy has joined #ruby
Vile` has quit [Ping timeout: 265 seconds]
AhabsBeard has joined #ruby
senayar has quit [Remote host closed the connection]
Vile` has joined #ruby
thiagofm has joined #ruby
leat2 has quit [Remote host closed the connection]
AhabsBeard has quit [Client Quit]
Y4Rv1K has joined #ruby
leat2 has joined #ruby
webhat has joined #ruby
A205B064 has joined #ruby
<shevy> you can use ruby on windows
RegulationD has joined #ruby
datanoise has quit [Ping timeout: 264 seconds]
<diegoviola> shevy: I don't want to use windows... that's my point
mrmargolis has joined #ruby
<shevy> quit the job :)
<diegoviola> I didn't even start working there yet
dgutierrez1287 has joined #ruby
IanVorn has joined #ruby
<shevy> lol
<diegoviola> I want to give it a try
govg has quit [Ping timeout: 246 seconds]
thiagofm has quit [Remote host closed the connection]
<shevy> I had to use a windows machine in Februar 2014 too at my old work place; it was annoying but I could use ruby so it did not really matter much; most of the time I spent writing code in an editor anyway
jhooker has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Jackneill has quit [Read error: Connection reset by peer]
postmodern has joined #ruby
RegulationD has quit [Ping timeout: 265 seconds]
leat2 has quit [Remote host closed the connection]
Fooster has joined #ruby
leat2 has joined #ruby
yaw has joined #ruby
<diegoviola> shevy: that's fine, if you have a lot of patience
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
eggoez has quit [Ping timeout: 256 seconds]
rubie has joined #ruby
meadhikari has quit [Quit: This computer has gone to sleep]
<diegoviola> windows and their users annoy me greatly, I don't have patience
woodruffw has quit [Ping timeout: 250 seconds]
allomov has joined #ruby
<diegoviola> ok maybe an exaggeration
nateberkopec has joined #ruby
Macaveli has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mrmargolis has quit [Ping timeout: 272 seconds]
<diegoviola> shevy: look, I just don't see myself being distracted by some coworker who happens to be having trouble with spyware while I'm writing code
bb010g has joined #ruby
swills has quit [Quit: leaving]
Rodya_ has joined #ruby
<shevy> they will ask you?
<diegoviola> who knows
djbkd has quit [Remote host closed the connection]
<jhass> just theme your i3wm as windows xp, nobody will notice
rbowlby has joined #ruby
<diegoviola> jhass: why would I have to do that?
<jhass> so you can pretend you're using windows while you aren't?
<diegoviola> will they faint if they see something else it's not windows?
<jhass> maybe? you're telling the story here
<shevy> you don't like your coworkers :(
<diegoviola> shevy: I have nothing against them personally
Torrieri has quit [Quit: Be back later ...]
<diegoviola> shevy: I just don't want to be forced to use windows, I don't like *that*
<diegoviola> diegoviola | will they faint if they see something else it's not windows? <-- sorry for saying this
chussenot has joined #ruby
<jhass> what kind of work is it anyway? rails?
Rodya_ has quit [Ping timeout: 264 seconds]
rbowlby has quit [Ping timeout: 265 seconds]
yardenbar has joined #ruby
dgutierrez1287 has quit [Remote host closed the connection]
chussenot has quit [Client Quit]
<diegoviola> jhass: they have projects in different stacks from what I've been told
<diegoviola> jhass: rails, php, js
dgutierrez1287 has joined #ruby
<jhass> so webby stuff
<diegoviola> y
<shevy> so you'll be doing rails on windows
thisirs has joined #ruby
<jhass> well, I could understand it if their stuff works only/better on windows, like for most graphic/game stuff still
<diegoviola> shevy: I will use archlinux on virtualbox
<shevy> yeah but inside of windows :)
<diegoviola> ok
Rollabunna has joined #ruby
ghr has joined #ruby
quimrstorres has joined #ruby
fujimura has joined #ruby
eggoez has joined #ruby
woodruffw has joined #ruby
DoubleMalt has quit [Ping timeout: 250 seconds]
roolo has joined #ruby
<diegoviola> I don't mind someone else preferring windows, or whatever they prefer, I just don't want to be forced into using it
<diegoviola> and they mentioned I can't bring my own laptop there
<jhass> did they say anything about bringing your own harddisk? :P
Rollabunna has quit [Ping timeout: 244 seconds]
ghr has quit [Ping timeout: 256 seconds]
<diegoviola> no, but maybe I can try that after the VM
<diegoviola> good idea
fujimura has quit [Ping timeout: 255 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
GPrime has joined #ruby
<jhass> external SSD, plug it in anywhere and you're good
gianlucadv has quit [Ping timeout: 264 seconds]
<diegoviola> I have a external SSD here
<diegoviola> but I don't know how I would be able to connect it to that computer
<diegoviola> I'll probably need a sata to usb cable
<diegoviola> not sure where I'll be able to find one
<nfk|laptop> now that i think about it, ruby has a really great community, unlike *cough* qt *cough*
<jhass> heh
Torsten` has quit [Ping timeout: 252 seconds]
<diegoviola> sorry about calling the people at my job idiots, I don't think they are
<diegoviola> just upset about this windows thing
yaw has left #ruby ["Textual IRC Client: www.textualapp.com"]
bronson has joined #ruby
iwaffles has joined #ruby
houhoulis has joined #ruby
<sweeper> I mean, a 32gb usb stick would be plenty to run a work env from
ur5us has joined #ruby
<nfk|laptop> diegoviola, in case if you weren't told this at uni, most people that quit within a month or three (i forgot) decided they'll do that on the first day
<nfk|laptop> that is, that they want to quit
<diegoviola> nfk|laptop: they'll do what?
<nfk|laptop> not that i'm saying you need to quit, keep strong
<nfk|laptop> diegoviola, that they want to quit
<diegoviola> nfk|laptop: I don't want to quit from my job
zotherstupidguy has quit [Ping timeout: 265 seconds]
<nfk|laptop> diegoviola, do you have hdmi input? you can always get a pc on a stick if that's not forbidden
<nfk|laptop> or just bring your own device?
workmad3 has joined #ruby
<diegoviola> nfk|laptop: they said I can't bring own hardware
<diegoviola> or laptop
<nfk|laptop> where did you apply?
zotherstupidguy has joined #ruby
<nfk|laptop> also no mac option?
<diegoviola> no mac option, afaik, they're all on windwos
<diegoviola> windows
<nfk|laptop> and what do they do?
iamjarvo has joined #ruby
<diegoviola> web dev
<nfk|laptop> i presume IT is not their fort
apt-get_ has joined #ruby
<diegoviola> they are all using sublime/windows
<nfk|laptop> muahahaha
<diegoviola> sometimes they use a linux shell over putty
<nfk|laptop> sublime?
<diegoviola> yes
scripore has joined #ruby
<nfk|laptop> what is that?
<diegoviola> I've no idea
blue_deref has quit [Quit: bbn]
sarkyniin has quit [Ping timeout: 265 seconds]
<nfk|laptop> also, i can't imagine what kind of a moron would use windows for web dev? also are they really that big that they have an IT policy?
<diegoviola> nfk|laptop: they probably don't have a IT policy
<nfk|laptop> i fail to comprehend how they can force you to use windows
houhoulis has quit [Remote host closed the connection]
<nfk|laptop> it's not like they're using windows-only solutions, are they?
<diegoviola> nfk|laptop: I suspect they just don't know Linux themselves so they expect all their machines to have windows
<iwaffles> I was in a company like that once, diegoviola, so I just used vmware inside windows to get around that :)
longfeet has quit [Quit: Leaving]
<diegoviola> and if they were to fire me in 3 months, they probably don't have to remove Linux from their computers because they just know Windows
<nfk|laptop> i'd just use my laptop
olistik has quit [Remote host closed the connection]
rbowlby has joined #ruby
<nfk|laptop> and if someone has something against that they can suck it up or i dunno
baweaver has joined #ruby
<diegoviola> nfk|laptop: they don't want me to bring my own laptop, they fear I'll steal their code
workmad3 has quit [Ping timeout: 255 seconds]
<waxjar> lol
olistik has joined #ruby
<nfk|laptop> you can't do that from their windows?
<nfk|laptop> drm'ed code?!!! muaahahahaha
<diegoviola> I could just scp their code to my personal machine if I really wanted to
<diegoviola> without them knowing it
<diegoviola> idiots
<nfk|laptop> or *cough*dropbox*cough*
<nfk|laptop> or gmail
<diegoviola> but I'm not interested on that
bronson has quit [Remote host closed the connection]
<nfk|laptop> why did you even let them hire you?
<diegoviola> nfk|laptop: I need a job
jhooker has quit [Ping timeout: 255 seconds]
<nfk|laptop> were you that desperate?
<diegoviola> not really
<nfk|laptop> whatever
<shevy> lol
<diegoviola> I'll go VM first, then external SSD
<nfk|laptop> yeah, i'd go drink something right now if i had some
<shevy> so funny conversations
<diegoviola> if they say something, I'll yell back
<shevy> ^^^ I have the feeling he won't stay long at his new job :)
olistik has quit [Read error: Connection reset by peer]
kobain has quit [Ping timeout: 250 seconds]
aspiers has joined #ruby
Fooster has quit [Ping timeout: 255 seconds]
<nfk|laptop> is it better to get fired or to quit yourself?
olistik has joined #ruby
<diegoviola> shevy: I'm not sure if that will be a blessing or a curse, probably more of the former than the latter
Xeago has quit [Remote host closed the connection]
<waxjar> just use windows for a while with the default security settings
<nfk|laptop> diegoviola, no idea where you're from but i'd suspect you don't want to enter a shouting contest
<waxjar> they'll let you use another OS soon enough :p
<nfk|laptop> waxjar, eh? i have been doing that for your
<nfk|laptop> *years
<diegoviola> nfk|laptop: yeah I won't
<nfk|laptop> the only thing i'm afraid of is ATP
<nfk|laptop> and those can hit anything if they want
<nfk|laptop> the rest are generally like std - keep safe and you won't get them
kaspernj has quit [Remote host closed the connection]
<waxjar> :)
veleno has joined #ruby
dnlbyl has joined #ruby
DLSteve has quit [Quit: Leaving]
<shevy> yeah
<shevy> systemd
zotherstupidguy has quit [Ping timeout: 256 seconds]
<diegoviola> sorry about the yelling comment, I won't do that :-)
Narzew_ has joined #ruby
Narzew_ has quit [Read error: Connection reset by peer]
<diegoviola> shevy: systemd is ok
nateberkopec has quit [Quit: Leaving...]
<shevy> indeed - so good that gentoo factored out udev into eudev https://github.com/gentoo/eudev
<diegoviola> meh
<diegoviola> it's great they did that
<diegoviola> it's free software
lkba has quit [Read error: Connection reset by peer]
<shevy> it's their time
<diegoviola> let them do as they please
msnyon has joined #ruby
lkba has joined #ruby
<diegoviola> well
<shevy> you couldn't prevent it anyway
<diegoviola> gentoo also has systemd in portage
<shevy> that's nice - they offer more choice than others then
endash has quit [Quit: endash]
<diegoviola> I would probably just use systemd if I were using gentoo anyway because lots of userspace also depends on systemd these days
<diegoviola> logind, etc
zotherstupidguy has joined #ruby
<jhass> there's some effort to provide a systemd free arch too, if you're into that
<diegoviola> I also like writing services with systemd, I find it to be easier
<diegoviola> it's like 4 lines of code and then I move the service file to /etc/systemd/system
<diegoviola> I really don't mind systemd, it doesn't annoy me at all
<jhass> fun fact: you don't even need to, systemctl enable takes an absolute path and start works afterwards
fabrice31 has joined #ruby
<diegoviola> jhass: really?
<diegoviola> jhass: like I can do `systemctl enable foo.service'?
<jhass> it needs the /
<diegoviola> systemctl enable /path/too/foo.service?
<jhass> if there's no full path it expects it in the standard paths
<diegoviola> to*
<jhass> yeah
<nfk|laptop> diegoviola, have you started working there already, if not, it's probably smarter to quit yourself before you have started
<diegoviola> interesting
Y4Rv1K has quit [Remote host closed the connection]
<diegoviola> jhass: will the foo.service always need to be there afterwards or systemctl will copy it somewhere?
Y4Rv1K has joined #ruby
<jhass> it creates a symlink
<jhass> that's all enable does in any case
<diegoviola> nfk|laptop: I'll go the VM route and then try the SSD, if they create problems, I'll quit
Y4Rv1K has quit [Client Quit]
Y4Rv1K has joined #ruby
<nfk|laptop> shevy, btw, is it even any good, i had issues such as input devices connected to display not working after display (and hub) were turned off with udev (didn't try eudev) but it's been just fine with systemd-udev
bronson has joined #ruby
Y4Rv1K has quit [Client Quit]
datanoise has joined #ruby
<shevy> no idea; I always had problems with all flavours
<nfk|laptop> diegoviola, it will probably look better if you quit before you started working there
<shevy> actually the least problems with eudev
<diegoviola> most distros have adopted systemd these days, I'm not really interesting in avoiding systemd. I think it's nice than when I move from Arch to Debian to Ubuntu or SUSE, service management is still the same everywhere
dnlbyl has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<nfk|laptop> i like that too
<nfk|laptop> i never learned anything other than openrc anyway
<nfk|laptop> so i prefer that kubuntu is now using the same init as my gentoo
fabrice31 has quit [Ping timeout: 272 seconds]
kobain has joined #ruby
Voker57 has joined #ruby
quimrstorres has quit [Remote host closed the connection]
thisirs has quit [Quit: ZNC - http://znc.in]
n008f4g_ has quit [Ping timeout: 246 seconds]
<diegoviola> nfk|laptop: why would it look better?
Mon_Ouie has quit [Ping timeout: 256 seconds]
bronson has quit [Ping timeout: 264 seconds]
atomical has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Yzguy has joined #ruby
armyriad has joined #ruby
willharrison has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
EllisTAA has joined #ruby
<nfk|laptop> good question
<nfk|laptop> it certainly won't look worse than if you quit in a month
Yzguy has quit [Client Quit]
<nfk|laptop> and you probably won't have any better excuses
<nfk|laptop> and beware that sometimes they'll spread FUD about you anyway
<nfk|laptop> so it might be easier to refute it if you have never actually worked there
<nfk|laptop> if you have, well, decide for yourself
EllisTAA has quit [Client Quit]
A124 has quit [Remote host closed the connection]
nolic has quit [Ping timeout: 244 seconds]
veleno has quit [Quit: veleno]
EllisTAA has joined #ruby
leat2 has quit [Ping timeout: 252 seconds]
stoogenmeyer has quit [Ping timeout: 265 seconds]
woodruffw has quit [Ping timeout: 276 seconds]
deric_skibotn has joined #ruby
<diegoviola> why would they spread FUD
mattwildig has joined #ruby
OrbitalKitten has joined #ruby
pygospa has quit [Quit: "Restart with new irssi config"]
<jhass> because they live
<jhass> as long as humans live they spread FUD
<diegoviola> ok
<mozzarella> what's fud?
p1k has quit [Ping timeout: 264 seconds]
<diegoviola> Fear, uncertainty and doubt
Scroff has quit [Remote host closed the connection]
pygospa has joined #ruby
woodruffw has joined #ruby
djbkd has joined #ruby
woodruffw has quit [Max SendQ exceeded]
<diegoviola> I'll go there, do my job, if it turns out they are jerks I'll quit, simple
<nofxx__> diegoviola, it works very well, config files are clear, and there's monitoring! systemd is good, only hating w/o reason
iwaffles has quit [Quit: iwaffles]
<diegoviola> the only reason I'm considering this job is that there aren't many jobs in my area, and remote work is a no-go for me
mattwildig has quit []
attlasbot has joined #ruby
nofxx__ has quit [Quit: Leaving]
nofxx__ has joined #ruby
djbkd has quit [Ping timeout: 258 seconds]
chussenot has joined #ruby
micmus has quit [Quit: Leaving]
senayar has joined #ruby
kies has quit [Ping timeout: 255 seconds]
nateberkopec has joined #ruby
x1337807x has joined #ruby
apt-get_ has quit [Remote host closed the connection]
EllisTAA has quit [Quit: EllisTAA]
Narzew has quit [Remote host closed the connection]
slawrence00 has joined #ruby
Rickmasta has joined #ruby
olistik has quit [Remote host closed the connection]
EllisTAA has joined #ruby
EllisTAA has quit [Client Quit]
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
mary5030 has joined #ruby
mandarinkin has quit [Quit: Leaving]
endash has joined #ruby
snophey has joined #ruby
diegoviola has quit [Remote host closed the connection]
rubie has quit [Remote host closed the connection]
bdnelson has joined #ruby
woodruffw has joined #ruby
bdnelson has quit [Client Quit]
OrbitalKitten has joined #ruby
m8 has quit [Quit: Sto andando via]
OrbitalKitten has quit [Client Quit]
OrbitalKitten has joined #ruby
<shevy> based on your past experiences :)
blue_deref has joined #ruby
Renich has joined #ruby
bdnelson has joined #ruby
chussenot has quit [Quit: chussenot]
msgodf has quit [Ping timeout: 245 seconds]
bdnelson has quit [Client Quit]
intinig has joined #ruby
rubie has joined #ruby
intinig has quit [Remote host closed the connection]
blt has quit [Ping timeout: 265 seconds]
rgb-one has joined #ruby
bdnelson has joined #ruby
RegulationD has joined #ruby
<rgb-one> Hey
mary5030 has quit [Remote host closed the connection]
blt_ has joined #ruby
AbinoamJr has joined #ruby
NeverDie has joined #ruby
bantic has joined #ruby
randiman has quit [Quit: (null)]
b_hoffman has joined #ruby
RegulationD has quit [Ping timeout: 252 seconds]
b_hoffman has left #ruby [#ruby]
gsd_ has joined #ruby
blt_ has quit [Ping timeout: 265 seconds]
bronson has joined #ruby
Renich has quit [Quit: leaving]
willharrison has joined #ruby
gsd_ has quit [Ping timeout: 256 seconds]
Rodya_ has joined #ruby
endash has quit [Quit: endash]
<jhass> if that's a question it's missing an awful lot of context and an actual question
Rodya_ has quit [Ping timeout: 264 seconds]
<rgb-one> jhass: How so?
pwnz0r has joined #ruby
<jhass> there's no explanation on how you end up in a haml template and what's actually going wrong
<rgb-one> I don't think it is that relevant.
<rgb-one> Ok I will supply some more details
bmurt has joined #ruby
nateberkopec has quit [Remote host closed the connection]
DEA7TH has quit [Ping timeout: 265 seconds]
nateberkope has joined #ruby
<jhass> ?answers
<ruboto> How to ask the right questions to get you the right answer: https://www.mikeash.com/getting_answers.html
idafyaid has quit [Ping timeout: 276 seconds]
fujimura has joined #ruby
b_hoffman has joined #ruby
Cort3z has quit [Ping timeout: 276 seconds]
Cort3z has joined #ruby
b_hoffman has quit [Client Quit]
allomov has quit [Remote host closed the connection]
iamninja has quit [Read error: Connection reset by peer]
kinduff has joined #ruby
iamninja has joined #ruby
fujimura has quit [Ping timeout: 265 seconds]
bmurt has quit []
Channel6 has quit [Quit: Leaving]
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yossarian has joined #ruby
FernandoBasso has quit [Quit: WeeChat 1.2]
harly has joined #ruby
kies has joined #ruby
bmurt has joined #ruby
tmoor has joined #ruby
woodruffw has quit [Ping timeout: 255 seconds]
bronson has quit [Remote host closed the connection]
bronson has joined #ruby
Rollabunna has joined #ruby
ghr has joined #ruby
AbinoamJr has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
zotherstupidguy has quit [Ping timeout: 264 seconds]
codecop has quit [Remote host closed the connection]
zotherstupidguy has joined #ruby
workmad3 has joined #ruby
sandstrom has quit [Quit: My computer has gone to sleep.]
Rollabunna has quit [Ping timeout: 244 seconds]
ghr has quit [Ping timeout: 250 seconds]
workmad3 has quit [Ping timeout: 244 seconds]
Rollabunna has joined #ruby
leat2 has joined #ruby
zotherstupidguy has quit [Ping timeout: 258 seconds]
senayar has quit [Remote host closed the connection]
zotherstupidguy has joined #ruby
yossarian has quit [Ping timeout: 255 seconds]
lkba_ has joined #ruby
nszceta has joined #ruby
Rollabunna has quit [Ping timeout: 264 seconds]
balazs_ has joined #ruby
lkba has quit [Ping timeout: 245 seconds]
roolo has quit [Remote host closed the connection]
woodruffw has joined #ruby
nedp has joined #ruby
rushed has joined #ruby
Musashi007 has quit [Quit: Musashi007]
jgt1 has quit [Ping timeout: 276 seconds]
deric_skibotn has quit [Ping timeout: 246 seconds]
Fooster has joined #ruby
angel__ has joined #ruby
<angel__> What happened to the #Rails channel?
<jhass> uh, that died years ago?
<jhass> it's #RubyOnRail
TommyTheKid has joined #ruby
<angel__> Oh, really?
<jhass> *Rails
<angel__> Thank you very much
angel__ has left #ruby [#ruby]
TommyTheKid has quit [Remote host closed the connection]
iamninja has quit [Ping timeout: 272 seconds]
SouL_|_ has joined #ruby
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Torrieri has joined #ruby
Torrieri has quit [Changing host]
Torrieri has joined #ruby
kobain has quit [Read error: Connection reset by peer]
stnly has joined #ruby
Fooster has quit [Ping timeout: 256 seconds]
rushed has quit [Quit: rushed]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
blue_deref has quit [Quit: bbn]
yoongkang has quit [Remote host closed the connection]
yoongkang has joined #ruby
idafyaid has joined #ruby
bmurt has quit []
stnly has quit [Quit: leaving]
iamninja has joined #ruby
fabrice31 has joined #ruby
jottr_ has quit [Ping timeout: 265 seconds]
deric_skibotn has joined #ruby
zotherstupidguy has quit [Read error: Connection reset by peer]
x1337807x has joined #ruby
freerobby has quit [Quit: Leaving.]
zotherstupidguy has joined #ruby
duderonomy has quit [Ping timeout: 265 seconds]
bantic has quit [Quit: bantic]
kinduff has quit [Ping timeout: 258 seconds]
fabrice31 has quit [Ping timeout: 272 seconds]
ndrei has quit [Ping timeout: 246 seconds]
Rickmasta has joined #ruby
Torrieri has quit [Read error: No route to host]
mc_fail has quit [Ping timeout: 265 seconds]
mary5030 has joined #ruby
greenbagels has joined #ruby
mc_fail has joined #ruby
nszceta has left #ruby ["Textual IRC Client: www.textualapp.com"]
djbkd has joined #ruby
Neomex has quit [Read error: Connection reset by peer]
kobain has joined #ruby
mary5030 has quit [Ping timeout: 255 seconds]
hdev1 has quit [Ping timeout: 245 seconds]
<dorei> let's say i have an array of objects, is there some magic way that could I write my_array.total instead of my_array.map(&:total) ?
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jhass> class MagicArray; def initialize(array); @array = array; end; def method_missing(m, *a, &b); @array.map {|i| i.public_send(m, *a, &b) }; end; end;
<jhass> + respond_to_missing? and if respond_to?/else I guess
<jhass> also probably don't actually do that
yardenbar has quit [Ping timeout: 276 seconds]
CloCkWeRX has joined #ruby
<shevy> awww method_missing
* dorei scratches head
<shevy> :)
jottr_ has joined #ruby
<shevy> ?ruby
<ruboto> I don't know anything about ruby
<shevy> :(
scripore has quit [Quit: This computer has gone to sleep]
<jhass> what should we teach ruboto about ruby?
oo__ has quit [Remote host closed the connection]
Sirrr has joined #ruby
Filete has joined #ruby
rushed has joined #ruby
<havenwood> jhass: "Ruby" was a television documentary that chronicled the weight-loss-attempts of a woman in Savannah, Georgia.
leat2 has quit [Remote host closed the connection]
<jhass> heh
adefa has joined #ruby
<havenwood> From ruby-lang homepage: Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
Deele has quit [Ping timeout: 256 seconds]
<havenwood> ;) From manpage: If you want a language for easy object-oriented programming, or you don't like the Perl ugliness, or you do like the
<havenwood> concept of LISP, but don't like too many parentheses, Ruby might be your language of choice.
IanVorn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<havenwood> Ruby is a language with fewer parentheses than LISP.
leat2 has joined #ruby
<bougyman> um
EllisTAA has joined #ruby
<bougyman> ruby's object model is nothing like CLoS.
<bougyman> which LISP do you mean?
attlasbot has quit [Quit: Leaving]
Ox0dea has joined #ruby
<havenwood> bougyman: I'm just quoting the Ruby manpage.
<bougyman> oh.
<Ox0dea> I suspect Ruby is one of the least parenthetical languages.
serivich has quit [Ping timeout: 265 seconds]
ghr has joined #ruby
serivichi has joined #ruby
<havenwood> Ox0dea: Seattle style \o/ no parens unless it breaks the interpreter
<Ox0dea> Oui.
<baweaver> zens
<baweaver> zenspider knows all about that one.
<Ox0dea> Or you need to do something silly like: def_delegator(Foo = Class.new { ... }, :new)
<bougyman> Ox0dea: you shoulda seen a few years back (maybe 8 years even) there was a rubyist who came from CL (common-lisp) and proposed adding parens to ruby to make it clearer.
mc_fail has quit [Ping timeout: 244 seconds]
<EllisTAA> i’m in a bootcamp and i’m going to start building web apps for my portfolio, what kinds of things do you think most employers want to see?
<bougyman> he'd code his ruby with so many parens he made it look like lisp.
<bougyman> I wouldn't recommend it.
northfurr has quit [Quit: northfurr]
<bougyman> EllisTAA: something that interests you
<bougyman> because you'll make it better if you use it.
adefa has quit [Ping timeout: 256 seconds]
<shevy> good thinking
<shevy> I think he'll make it worse
<shevy> :>
<EllisTAA> bougyman: are there any gems that would impress potential employees?
northfurr has joined #ruby
ixti has quit [Quit: WeeChat 1.2]
<bougyman> EllisTAA: employees?
<bougyman> :)
<EllisTAA> lol
<EllisTAA> well that too ha
<EllisTAA> jk employers
<bougyman> they just want to see good ruby
<shevy> and documentation! working examples!
mc_fail has joined #ruby
<EllisTAA> alright cool :)
<bougyman> I haven't been able to find any good people for the opening we have.
<bougyman> in the dallas area
<bougyman> none of the applicants even made it past our screener.