havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.5.3, 2.4.5, 2.3.8, 2.6.0-preview3: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
<ShawnEvans> Been awhile since I used HexChat.
<mzo> well you can still use the browser while offline
<mzo> if you want a graphical interface
<ShawnEvans> I can, but its something I would like to learn :)
<mzo> of course
<mzo> i mean you can make your version in the browser
<ShawnEvans> Not sure I need gui if I'm honest..
<mzo> ok i wasn't sure
<ShawnEvans> I've tried different searches but google wants to give me basic reading lists or how to write to a file. Great info, but not what I want specifically.
<ShawnEvans> I guess, if I can input similar info, book start and end, and dates.. then it spits out a daily schedule.. I'd be happy. I could then copy and paste to a file.
<mzo> well i don't think you will find a tutorial specifically on how to write a reading list scheduler in ruby. why not just try making it and then when you get stuck, research something specific that you don't know how to do
<ShawnEvans> mzo, good plan. Thanks! I think I will start with date functions.
<mzo> np, that sounds like a good idea
<ShawnEvans> What would you suggest for writing android apps? Can Rube do so?
<ShawnEvans> *ruby
<mzo> for android apps you'd be looking at java or kotlin
<ShawnEvans> excellent thanks very much for your time.
<ShawnEvans> I'm off to explore.
<mzo> have fun
venmx has quit [Ping timeout: 252 seconds]
ShawnEvans has quit [Read error: Connection reset by peer]
agent_white has joined #ruby
Guest53511 has joined #ruby
Guest53511 has quit [Ping timeout: 268 seconds]
beeman has quit []
akem__ has quit [Remote host closed the connection]
akem__ has joined #ruby
beeman has joined #ruby
ellcs has quit [Ping timeout: 250 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
DEac- has joined #ruby
Nicmavr has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
Pascal is now known as r3m
Freshnuts has joined #ruby
OrangeManBad has quit [Ping timeout: 252 seconds]
bmurt has joined #ruby
arescorpio has joined #ruby
jcalla has joined #ruby
AJA4350 has quit [Quit: AJA4350]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
white_lilies has joined #ruby
jetchisel has quit [Ping timeout: 272 seconds]
esrse has joined #ruby
johnny56 has quit [Ping timeout: 272 seconds]
bmurt has joined #ruby
bmurt has quit [Client Quit]
johnny56 has joined #ruby
_whitelogger has joined #ruby
braincrash has quit [Quit: bye bye]
braincrash has joined #ruby
RougeR has quit [Ping timeout: 246 seconds]
mroutis has joined #ruby
govg has quit [Ping timeout: 264 seconds]
mroutis has quit [Remote host closed the connection]
roshanavand has joined #ruby
relyks has joined #ruby
<relyks> can you do something like this in ruby?
<relyks> (lambda { |location| (location['lat'], location['lng']) }).call(l)
<relyks> where you define a lambda expression and then call the lambda with an argument without defining the lambda in a variable?
<relyks> i'm just screwing around, but i can't get it work. i thought it'd be possible
arescorpio has quit [Remote host closed the connection]
fowl has joined #ruby
fowl was kicked from #ruby by ChanServ [Banned: Obsessive troll, see http://logs.ryanbigg.com/p/fowl]
<relyks> nevermind, just realized what I did wrong
nchambers has joined #ruby
Ubuntu1810 has joined #ruby
jetchisel has joined #ruby
Inline has quit [Quit: Leaving]
<Radar> &>> l = { 'lat' => 1, 'lng' => 2 }; (lambda { |location| (location['lat'], location['lng']) }).call(l)
<rubydoc> # => (https://carc.in/#/r/5ht0)
<Radar> (location['lat'], location['lng']) this part is invalid :D
<Radar> &>> l = { 'lat' => 1, 'lng' => 2 }; p (lambda { |location| [location['lat'], location['lng']] }).call(l)
<rubydoc> # => [1, 2] ...check link for more (https://carc.in/#/r/5ht1)
Guest70792 has quit [Ping timeout: 252 seconds]
donofrio has quit [Remote host closed the connection]
Guest70792 has joined #ruby
<relyks> Radar: yeah, it was supposed to be an array :D I was thinking of the multiple assignment syntax. thanks
orpl has joined #ruby
<relyks> Radar: I appreciate it :)
<relyks> cool, that you can do that. ruby is like lisp!!! :D
<havenwood> relyks: The Ruby manpage agrees!:
<havenwood> "If you want a language for easy object-oriented programming, or you don't like the Perl ugliness, or you do like the concept of LISP, but don't like too many parentheses, Ruby might be your language of choice."
<havenwood> Also a Perl burn.
<relyks> 👍
kapil____ has joined #ruby
white_lilies has quit [Ping timeout: 240 seconds]
donofrio has joined #ruby
tdy has quit [Ping timeout: 260 seconds]
dellavg_ has joined #ruby
ta_ has joined #ruby
MoritaShinobu has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
roshanavand has quit [Ping timeout: 246 seconds]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
agent_white has quit [Quit: night folks]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
shakes has quit [Quit: Leaving]
aupadhye has joined #ruby
akem__ has quit [Remote host closed the connection]
akaiiro has joined #ruby
akem has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tdy has joined #ruby
aupadhye has quit [Ping timeout: 244 seconds]
ta_ has joined #ruby
akaiiro has quit [Remote host closed the connection]
conta has joined #ruby
aupadhye has joined #ruby
roshanavand has joined #ruby
def_jam is now known as eb0t
za1b1tsu has joined #ruby
Guest70792 has quit [Ping timeout: 260 seconds]
Guest70792 has joined #ruby
_whitelogger has joined #ruby
ta_ has quit [Ping timeout: 252 seconds]
_whitelogger has joined #ruby
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
mangold has joined #ruby
dionysus69 has joined #ruby
relyks has quit [Quit: relyks]
relyks has joined #ruby
nchambers has quit [Ping timeout: 272 seconds]
nchambers has joined #ruby
clemens3 has joined #ruby
relyks has quit [Quit: relyks]
roshanavand has quit [Ping timeout: 246 seconds]
relyks has joined #ruby
relyks has quit [Remote host closed the connection]
clemens3 has quit [Remote host closed the connection]
voolik has joined #ruby
mangold has quit [Ping timeout: 260 seconds]
houhoulis has quit [Remote host closed the connection]
nchambers has quit [Ping timeout: 244 seconds]
eckhardt has joined #ruby
nchambers has joined #ruby
mangold has joined #ruby
Guest70792 has quit [Remote host closed the connection]
nowhere_man has joined #ruby
nchambers has quit [Ping timeout: 268 seconds]
vondruch has quit [Quit: vondruch]
nchambers has joined #ruby
phaul has joined #ruby
ta_ has joined #ruby
Guest53511 has joined #ruby
nchambers has quit [Ping timeout: 240 seconds]
nchambers has joined #ruby
Guest53511 has quit [Ping timeout: 240 seconds]
whysthatso_ has quit [Ping timeout: 250 seconds]
vondruch has joined #ruby
roshanavand has joined #ruby
jsc has joined #ruby
jsc is now known as status402
aufi has joined #ruby
Ubuntu1810 has quit [Quit: Leaving]
roshanavand has quit [Remote host closed the connection]
whysthatso has joined #ruby
alem0lars has joined #ruby
arfnir has joined #ruby
asphyxia has joined #ruby
ur5us has joined #ruby
kapil____ has quit [Quit: Connection closed for inactivity]
OrangeManBad has joined #ruby
roshanavand has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
clemens3 has joined #ruby
alem0lars has quit [Ping timeout: 244 seconds]
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
venmx has joined #ruby
MoritaShinobu has quit [Ping timeout: 252 seconds]
Guest53511 has joined #ruby
Freshnuts has quit [Ping timeout: 260 seconds]
nowhereman has joined #ruby
nowhere_man has quit [Read error: Connection reset by peer]
nowhereman is now known as Guest36813
Freshnuts has joined #ruby
lxsameer has quit [Ping timeout: 240 seconds]
alem0lars has joined #ruby
arfnir has left #ruby [#ruby]
MoritaShinobu has joined #ruby
venmx has quit [Remote host closed the connection]
Burgestrand has joined #ruby
nchambers has quit [Ping timeout: 240 seconds]
nchambers has joined #ruby
mikecmpbll has joined #ruby
ua_ has quit [Ping timeout: 276 seconds]
nchambers has quit [Ping timeout: 268 seconds]
nchambers has joined #ruby
nchambers has quit [Ping timeout: 240 seconds]
gix has joined #ruby
nchambers has joined #ruby
arfnir has joined #ruby
<arfnir> hi@all: I have queston about IDE atom with linter & rubocop auto correct. pls thanks!
Guest36813 has quit [Ping timeout: 252 seconds]
Guest36813 has joined #ruby
<phaul> ?ask
<ruby[bot]> Don't ask to ask. Just ask your question, and if anybody can help, they will likely try to do so.
venmx has joined #ruby
<arfnir> pls, I have this error #=> Lint/Syntax: unexpected token tCOLON (Using Ruby 2.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
nchambers has quit [Ping timeout: 264 seconds]
lomex has joined #ruby
nchambers has joined #ruby
alem0lars has quit [Ping timeout: 264 seconds]
alem0lars has joined #ruby
alem0lars has quit [Max SendQ exceeded]
alem0lars has joined #ruby
<zenspider> arfnir: unexpected colon? is this really old ruby code?
<zenspider> it probably tells you what file/line it was near when it had the problem
<zenspider> that sounds like < 1.9 syntax tho... eg using ":" instead of "then" in case/when/then
themsay has quit [Ping timeout: 276 seconds]
<arfnir> zenspider: ok he tells me that I can change it in the 'Allcaps' option of the .rubocop.yml file. But when I do a search for the .rubocop.yml file it does not find one but several .rubocop.yml file.
<arfnir> zenspider: sorry i'm a beginner!
<arfnir> zenspider: I have this version of: ruby -v
<arfnir> zenspider: ruby 2.5.1p57 (2018-03-29 revision 63029)
alem0lars has quit [Ping timeout: 272 seconds]
esrse has quit [Ping timeout: 244 seconds]
mikecmpbll has quit [Quit: inabit.]
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
Freshnuts has quit [Quit: Leaving]
arfnir has quit [Ping timeout: 260 seconds]
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has quit [Ping timeout: 252 seconds]
jamied has joined #ruby
jamied has quit [Ping timeout: 264 seconds]
ur5us has joined #ruby
Burgestr_ has joined #ruby
kapil____ has joined #ruby
ur5us has quit [Ping timeout: 246 seconds]
Burgestrand has quit [Ping timeout: 264 seconds]
asphyxia has quit [Ping timeout: 244 seconds]
vonfry has joined #ruby
jetchisel has quit [Ping timeout: 252 seconds]
apparition has joined #ruby
Burgestr_ has quit [Ping timeout: 252 seconds]
OrangeManBad has quit [Ping timeout: 276 seconds]
nchambers has quit [Ping timeout: 252 seconds]
nchambers has joined #ruby
OrangeManBad has joined #ruby
yohji has joined #ruby
nchambers has quit [Ping timeout: 246 seconds]
nchambers has joined #ruby
yohji has quit [Quit: Leaving]
conta has joined #ruby
jetchisel has joined #ruby
nchambers has quit [Ping timeout: 272 seconds]
nchambers has joined #ruby
GodFather_ has quit [Ping timeout: 240 seconds]
LinuxKnight has joined #ruby
lomex has joined #ruby
<LinuxKnight> Hello Ruby Saints, a Ruby rookie here .. actually trying to get a Vagrantfile done ;
<LinuxKnight> Please help me correct the following syntax to use the value of the variable addon_disk_count as below: this variable is a sub variable in a JSON code
<LinuxKnight> (1..opts[:addon_disk_count]).each do |i|
<LinuxKnight> I suppose I need to be able to use some kind of escape sequence for "opts[:addon_disk_count]"
<LinuxKnight> please suggest
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lomex has joined #ruby
LinuxKnight has quit [Quit: Leaving]
LinuxKnight has joined #ruby
jeffreylevesque has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
roshanavand has quit [Client Quit]
jeffreylevesque has quit [Quit: Colloquy for iPhone - http://colloquy.mobi]
AJA4350 has joined #ruby
<phaul> LinuxKnight: that's valid ruby you posted.
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<phaul> &>> opts = {addon_disk_count: 3}; (1..opts[:addon_disk_count]).each do |i|; p i; end
<rubydoc> # => 1 ...check link for more (https://carc.in/#/r/5hwv)
vonfry has quit [Quit: WeeChat 2.2]
vonfry has joined #ruby
<phaul> please try to rephrase your question, or are there any errors you are getting?
nchambers has quit [Ping timeout: 240 seconds]
nchambers has joined #ruby
KazeFX has joined #ruby
akem__ has joined #ruby
KazeFX has quit [Quit: WeeChat 1.0.1]
akem has quit [Ping timeout: 252 seconds]
jeffreylevesque has joined #ruby
akem has joined #ruby
akem__ has quit [Remote host closed the connection]
roshanavand has joined #ruby
KazeFX has joined #ruby
lomex has joined #ruby
jeffreylevesque has quit [Client Quit]
vonfry has quit [Read error: Connection reset by peer]
vonfry has joined #ruby
kapil____ has quit [Quit: Connection closed for inactivity]
nchambers has quit [Ping timeout: 246 seconds]
vondruch_ has joined #ruby
synaps3 has joined #ruby
nchambers has joined #ruby
synaps3 has left #ruby [#ruby]
k0mpa has quit [Remote host closed the connection]
vondruch has quit [Ping timeout: 252 seconds]
vondruch_ is now known as vondruch
lomex has quit [Ping timeout: 252 seconds]
moei has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
yohji has joined #ruby
yohji has quit [Remote host closed the connection]
aupadhye has quit [Quit: Leaving]
<TvL2386> hey guys, I've got a ruby process started from cron which is hanging
<TvL2386> is there any way to terminate it and get the stack trace?
bmurt has joined #ruby
Burgestrand has joined #ruby
voolik has quit [Ping timeout: 244 seconds]
kapil____ has joined #ruby
nchambers has quit [Ping timeout: 246 seconds]
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
nchambers has joined #ruby
roshanavand has quit [Remote host closed the connection]
nchambers has quit [Remote host closed the connection]
nchambers has joined #ruby
roshanavand has joined #ruby
roshanavand has quit [Remote host closed the connection]
vonfry has quit [Quit: WeeChat 2.2]
roshanavand has joined #ruby
akem has quit [Read error: Connection reset by peer]
vondruch has quit [Quit: vondruch]
akem has joined #ruby
vondruch has joined #ruby
millerti has joined #ruby
defarge has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
brendan- has joined #ruby
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest36813 has quit [Ping timeout: 252 seconds]
akem has quit [Read error: Connection reset by peer]
akem has joined #ruby
Burgestr_ has joined #ruby
Burgestrand has quit [Ping timeout: 260 seconds]
shenghi has quit [Ping timeout: 244 seconds]
shenghi has joined #ruby
Burgestrand has joined #ruby
brendan- has quit [Quit: Textual IRC Client: www.textualapp.com]
Burgestr_ has quit [Ping timeout: 240 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
conta has quit [Ping timeout: 272 seconds]
erpel has joined #ruby
<erpel> hiho, I'm looking for documentation on what is actuall happening, if I do ' foo = "as" "df"' in 2.3
kaleido has joined #ruby
minimal_life has joined #ruby
maryo has joined #ruby
nchambers has quit [Quit: WeeChat 2.2]
jetchisel has quit [Ping timeout: 264 seconds]
rippa has joined #ruby
<erpel> What is going on when I'm just putting two strings next to each other without any operators in between
<al2o3-cr> erpel: it concatenates them.
<erpel> I'm thinking about the syntax in particular. I can see what happens, so I guess my question is why is it valid syntax
<TvL2386> I'm curious as well why that works and what's actually being called
<erpel> If I do the same with two integer literals, I get a syntax error
erpel has quit [Quit: Page closed]
erpel has joined #ruby
<erpel> I Hope I didn't miss the answer ^^
<erpel> Ah, there is a log. Terrific!
<TvL2386> I suppose you didn't miss anything
<TvL2386> I'm waiting on you to supply us with the answer :)
<erpel> The rubocop code calls this "string literal concatenation"
jetchisel has joined #ruby
spiette has quit [Quit: ZNC 1.7.1 - https://znc.in]
<TvL2386> erpel: ah nice!
<TvL2386> ... as long as a percent-string is not last ...
<TvL2386> I'd never use it
<LinuxKnight> phaul, thanks for looking into my request, the vagrant-error I get with that ruby is "Message: ArgumentError: bad value for range"
<TvL2386> LinuxKnight: is that in your Vagrantfile?
<LinuxKnight> the given ruby code, yes
Guest36813 has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
<LinuxKnight> (1..opts[:addon_disk_count]).each do |i|
<TvL2386> ok
<TvL2386> LinuxKnight: like phaul said: it looks good
<TvL2386> irb(main):002:0> opts = { addon_disk_count: 3 } ; (1..opts[:addon_disk_count]).to_a
<TvL2386> => [1, 2, 3]
<TvL2386> but: I assume opts[:addon_disk_count] to actually be an Integer
<TvL2386> I don't know what it is in your case
<TvL2386> obviously it's something wrong
Nicmavr has quit [Quit: ZNC 1.7.0 - https://znc.in]
Inside has joined #ruby
spiette has joined #ruby
<Inside> ruby has absolutely spoiled me
Nicmavr has joined #ruby
<Inside> doing some occasional javascript is fraught with so many pitfalls
<LinuxKnight> yes it is an int
<TvL2386> so: go up 1 line in your Vagrant file and do "puts opts[:addon_disk_count].inspect"
<TvL2386> LinuxKnight: are you 100% sure
<LinuxKnight> let me check
<TvL2386> because I don't believe it
<TvL2386> LinuxKnight: better add: `puts "opts[:addon_disk_count] is #{opts[:addon_disk_count]} and is a #{opts[:addon_disk_count].class}"`
ua has joined #ruby
roshanavand has quit [Remote host closed the connection]
<TvL2386> my guess is that the value is a String
<LinuxKnight> previous puts did report the correct variable value, let me try the recent one suggested above
<TvL2386> yeah, I mistakenly thought inspect would print the class name... sorry :)
akaiiro has joined #ruby
<LinuxKnight> phaul, TvL2386, you are right, my rookie skills - that wasn't an int :-)
<LinuxKnight> I fixed it
<TvL2386> :)
<LinuxKnight> with your help!
<TvL2386> no problem, glad it's clear to you now :)
<LinuxKnight> much thanks guys! I hope to sort out rest of my code, wish you all a great time and hope to hang around and see you again!
<TvL2386> so was it a String or a NilClass?
<LinuxKnight> String
<LinuxKnight> "$ vagrant up
<LinuxKnight> opts[:addon_disk_count] is 2 and is a String
<LinuxKnight> "
<TvL2386> check... do you actually do something with |i| ?
<LinuxKnight> in the Vagrant file, i is usedto create and attach disks to a vm
<TvL2386> because if not, you can replace it with `opts[:addon_disk_count].to_i.times do ... end`
maryo has quit [Ping timeout: 272 seconds]
<LinuxKnight> ok, and that does what?
<TvL2386> however, there is a difference: (1..2).to_a == [1,2] and 2.times.to_a == [0,1]
* LinuxKnight tempted to pick up a Ruby book
<TvL2386> lets say opts[:addon_disk_count].to_i == 5
<TvL2386> 5.times do ... end # will execute the block 5 times
<TvL2386> (1..5).each do |i| ... end # will also execute the block 5 times
<TvL2386> you can also do 5.times do |i| ... end
<LinuxKnight> ok, I'll give this a thought once I have a working overarching proof of my vagrant file
<LinuxKnight> thanks a lot!
<TvL2386> except with 5.times you get an array of [0,1,2,4] and with (1..5) you get an array of [1,2,3,4,5]
<LinuxKnight> TvL2386++ phaul++
<LinuxKnight> k
<TvL2386> have fun with vagrant and Ruby! :)
whysthatso has quit [Ping timeout: 252 seconds]
<TvL2386> Hi all, I have a ruby process that is hanging. It's consuming 100% cpu.
<TvL2386> I want to know why it is doing this
Inline has joined #ruby
roshanavand has joined #ruby
conta has joined #ruby
<TvL2386> found it
Burgestrand has quit [Ping timeout: 250 seconds]
spiette has quit [Quit: ZNC 1.7.1 - https://znc.in]
Rapture has joined #ruby
apparition has quit [Quit: Bye]
minimal_life has quit [Quit: I am functioning within established parameters.]
spiette has joined #ruby
akem has quit [Read error: Connection reset by peer]
akem has joined #ruby
conta has quit [Ping timeout: 272 seconds]
spiette has quit [Client Quit]
roshanavand has quit [Remote host closed the connection]
status402 has quit [Quit: status402]
rivalomega has joined #ruby
Guest36813 has quit [Ping timeout: 264 seconds]
aces1up has joined #ruby
<aces1up> hey all hope you guys can help this is kind of an active record / ror question but I can not get access to that channel
<aces1up> Determine if Current time falls within time ranges.. If not find what the next open window is
<aces1up> posted it on stackexchange.
<aces1up> maybe someone can help
<TvL2386> everybody can get access to that channel right?
<TvL2386> #rubyonrails
<aces1up> lol weird wasnt working before
<TvL2386> I've been in there for at least several days without disconnection
tdy has quit [Ping timeout: 252 seconds]
TheBloke has quit [Read error: No route to host]
whysthatso has joined #ruby
<TvL2386> aces1up: how about
TheBloke has joined #ruby
<TvL2386> aces1up: aces1up [5] pry(main)> window_start = Time.now - 2.hours ; window_end = Time.now + 2.hours ; (window_start..window_end).include?(Time.now)
<TvL2386> gotta go... afk
<aces1up> TvL2386 yes thought of that.. but this is on a weekly time basis
<aces1up> TvL2386 so the windows wouln't be based on current time
<aces1up> just the message itself would be.
roshanavand has joined #ruby
bak1an has joined #ruby
spiette has joined #ruby
MoritaShinobu has quit [Quit: Leaving]
vondruch has left #ruby [#ruby]
tdy has joined #ruby
spiette has quit [Client Quit]
roshanavand has quit [Remote host closed the connection]
TheBloke has quit [Read error: No route to host]
TheBloke has joined #ruby
chouhoulis has joined #ruby
Guest36813 has joined #ruby
Rapture has quit [Ping timeout: 268 seconds]
roshanavand has joined #ruby
nowhere_man has joined #ruby
Guest36813 has quit [Ping timeout: 276 seconds]
erpel has left #ruby [#ruby]
kapil____ has quit [Quit: Connection closed for inactivity]
clemens3 has quit [Ping timeout: 272 seconds]
eckhardt has joined #ruby
aces1up has quit []
Snowy has joined #ruby
nowhere_man has quit [Ping timeout: 250 seconds]
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Dbugger has joined #ruby
aufi has quit [Quit: Leaving]
lxsameer has joined #ruby
Guest53511 has quit [Ping timeout: 252 seconds]
alem0lars has joined #ruby
spiette has joined #ruby
vondruch has joined #ruby
alem0lars has quit [Remote host closed the connection]
Azure has joined #ruby
darkhanb has joined #ruby
Eiam has quit [Ping timeout: 252 seconds]
Snowy has quit [Remote host closed the connection]
Snowy has joined #ruby
agent_white has joined #ruby
Snowy has quit [Ping timeout: 252 seconds]
agent_white has quit [Quit: leaving]
Rapture has joined #ruby
RougeR has joined #ruby
<RougeR> beautiful --> Time.parse(clips.max { |clip| valid_date_time(clip[:end]) }[:end])
lytol has joined #ruby
akem has quit [Remote host closed the connection]
akem has joined #ruby
lytol has quit [Read error: Connection reset by peer]
lytol has joined #ruby
nowhere_man has joined #ruby
Rapture has quit [Remote host closed the connection]
Emmanuel_Chanel has quit [Ping timeout: 244 seconds]
Emmanuel_Chanel has joined #ruby
Rapture has joined #ruby
reber has joined #ruby
spiette has quit [Quit: ZNC 1.7.1 - https://znc.in]
lxsameer has quit [Ping timeout: 264 seconds]
Rapture has quit [Read error: Connection reset by peer]
sanscoeur has joined #ruby
Rapture has joined #ruby
Rapture has quit [Ping timeout: 245 seconds]
venmx has quit [Ping timeout: 245 seconds]
AJA4350 has quit [Ping timeout: 245 seconds]
Eiam has joined #ruby
cahoots has joined #ruby
sauvin has quit [Ping timeout: 244 seconds]
conta has joined #ruby
orbyt_ has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 245 seconds]
Emmanuel_Chanel has joined #ruby
RougeR has quit [Ping timeout: 246 seconds]
ur5us has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
despai has joined #ruby
clemens3 has joined #ruby
spiette has joined #ruby
kapil____ has joined #ruby
themsay has joined #ruby
themsay has quit [Ping timeout: 244 seconds]
despai has quit [Quit: ...]
ur5us has joined #ruby
bak1an has quit [Quit: Textual IRC Client: www.textualapp.com]
clemens3 has quit [Remote host closed the connection]
clemens3 has joined #ruby
sagax has joined #ruby
altlock has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
za1b1tsu has quit [Ping timeout: 250 seconds]
chouhoulis has quit [Ping timeout: 245 seconds]
altlock has quit [Quit: altlock]
conta has quit [Quit: conta]
dellavg_ has quit [Ping timeout: 272 seconds]
venmx has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
zapata has quit [Ping timeout: 252 seconds]
zapata has joined #ruby
themsay has joined #ruby
AJA4350 has joined #ruby
OrangeManBad has quit [Ping timeout: 252 seconds]
matcouto has joined #ruby
woodruffw has quit [Quit: And then he took off.]
woodruffw has joined #ruby
OrangeManBad has joined #ruby
krawchyk has joined #ruby
chouhoulis has joined #ruby
Dbugger has quit [Remote host closed the connection]
kapil____ has quit [Quit: Connection closed for inactivity]
moei has quit [Quit: Leaving...]
donofrio has quit [Read error: Connection reset by peer]
eatingthenight has joined #ruby
donofrio has joined #ruby
<eatingthenight> hello, I am using rake to run some tests via rspec and have it configured to do a few things via the rake file. This all works fine but rake seems to output the command it's going to run in this case the spec one before running it which breaks my json that comes out. Can you stop this from happening? I have tried all combinations of the -q -s -X flags
<eatingthenight> but none of them seem to do anything.
kaleido has quit [Read error: Connection reset by peer]
Burgestrand has joined #ruby
kaleido has joined #ruby
eckhardt_ has joined #ruby
code_zombie has joined #ruby
reber has quit [Read error: Connection reset by peer]
<eatingthenight> ugh i found it
<eatingthenight> inside the rake_task.rb file they default to verbose for rspec
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
* Inside squints
orbyt_ has quit [Quit: Textual IRC Client: www.textualapp.com]
Fernando-Basso has joined #ruby
Fusl has quit [Excess Flood]
Fusl has joined #ruby
asphyxia has joined #ruby
themsay has quit [Read error: Connection reset by peer]
themsay has joined #ruby
eatingthenight has quit [Ping timeout: 264 seconds]
OrangeManBad has quit [Ping timeout: 260 seconds]
themsay has quit [Ping timeout: 252 seconds]
matcouto has quit []
CrazyEddy has quit [Remote host closed the connection]
chouhoulis has quit [Ping timeout: 245 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dviola has joined #ruby
OrangeManBad has joined #ruby
houhoulis has joined #ruby
white_lilies has joined #ruby
whysthatso has quit [Quit: whysthatso]
OrangeManBad has quit [Ping timeout: 252 seconds]
Burgestrand has quit [Quit: Closing time!]
krawchyk has quit [Quit: krawchyk]
OrangeManBad has joined #ruby
NpcOrangeManBad has joined #ruby
RougeR has joined #ruby
Fernando-Basso has quit [Remote host closed the connection]
OrangeManBad has quit [Ping timeout: 252 seconds]
clemens3 has quit [Ping timeout: 268 seconds]
yokel has joined #ruby
akosednar has quit [Ping timeout: 246 seconds]