baweaver changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.5.1, 2.4.4, 2.3.7, 2.6.0-preview2: 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!
r3m has quit [Ping timeout: 256 seconds]
r3m_ is now known as r3m
GodFather has quit [Remote host closed the connection]
<zenspider> RAWR
t0xik has joined #ruby
clemens3 has quit [Ping timeout: 272 seconds]
wnd has quit [Quit: Disconnecting from stoned server.]
wnd has joined #ruby
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
EGreg has joined #ruby
<EGreg> hey all
<EGreg> how do you get that nice ruby icon in bottom right of the LimeChat channel? i dont' know
<EGreg> anyway listen .... question for you.
<EGreg> Anyone here btw?
lxsameer has joined #ruby
<EGreg> Hey lxsameer
<Radar> hi.
<EGreg> OK so here is myq ueastion
<EGreg> Incomplete response received form application
<EGreg> nginx error logs say nothing
<EGreg> nginx access logs show the http request
<EGreg> now what can I do?
<EGreg> I already did the SECRET_KEY_ASE
<Radar> Ask the application why.
<EGreg> I already did the SECRET_KEY_BASE
<EGreg> how?
<EGreg> what logs can I look at, or what can I do
<Radar> logs/production.log
<Radar> Can you access the application without nginx in front of it?
<EGreg> ahh thanks!
<EGreg> I have no idea, honestly. SOmeone else set this up
<EGreg> I just guessed that we have passenger instead of webrick or thin
<EGreg> DEPRECATION WARNING: You didn't set `secret_key_base`. Read the upgrade documentation to learn more about this new config option. (called from validate_secret_key_config! at /root/.rvm/gems/ruby-2.1.2/gems/railties-4.2.8/lib/rails/application.rb:530)
<Radar> Right.
<EGreg> that must be it
<EGreg> this is for redmine btw
<Radar> Seems like a good avenue for investigation.
<EGreg> so what can I do
<Radar> It's always for Redmine.
<EGreg> hehe why do you say that
<Radar> Maybe set the secret key base?
<Radar> Because lots of people come here for Redmine questions.
<EGreg> look, I am a PHP and JS and Node.js expert, I know very little about Ruby
<EGreg> seems Redmine is the most popular Ruby app :D
<EGreg> is discourse written in ruby? or python?
<Radar> Makes me wonder why people curse themselves with Redmine instead of using Trello / Jira.
<EGreg> anyway, how do I set the secret_key_base?
<EGreg> because it's opensource
<EGreg> and we own our own data :)
<EGreg> also, if I was writing stuff, I'd use PHP (no offense, just more popular)
<EGreg> we bless ourselves with opensource
<EGreg> okay so I should set it in secrets.yml?
<Radar> bbl. glhf
<EGreg> wait i'm so close
<EGreg> craaaap
<EGreg> note to self: don't mention PHP in Ruby channel :D
lxsameer has quit [Ping timeout: 256 seconds]
eckhard__ has quit [Quit: Textual IRC Client: www.textualapp.com]
<EGreg> WHEW DID IT THANKS!
<EGreg> oh, next problem with redmine :(
<EGreg> Internal error
<EGreg> If you continue to experience problems please contact your Redmine administrator for assistance.
<EGreg> An error occurred on the page you were trying to access.
<EGreg> If you are the Redmine administrator, check your log files for details about the error.
<EGreg> Back
<EGreg> OH MOTHERCRAPPING CRAPAZOID!!!!
<EGreg> ActiveRecord::StatementInvalid (Mysql2::Error: Unknown column 'tokens.updated_on' in 'order clause': SELECT `tokens`.`id` FROM `tokens` WHERE `tokens`.`user_id` = 3 AND `tokens`.`action` = 'session' ORDER BY `tokens`.`updated_on` DESC LIMIT 18446744073709551615 OFFSET 9):
<EGreg> looks like a newer redmine and I have to somehow migrate database to its new schema, crap crap crap
EGreg has quit [Remote host closed the connection]
mroutis has quit [Ping timeout: 272 seconds]
EGreg has joined #ruby
<EGreg> hi
<EGreg> anyone here??
<EGreg> sorry got disconnected
orbyt_ has joined #ruby
orbyt_ has quit [Client Quit]
NightMonkey has joined #ruby
cagomez has joined #ruby
r29v has quit [Quit: r29v]
orbyt_ has joined #ruby
<EGreg> I tried rake db:migrate
<EGreg> doesn't do anyth8ing
r29v has joined #ruby
<EGreg> rake aborted!
r29v has quit [Client Quit]
<EGreg> NoMethodError: undefined method `observers=' for #<Class:0x00000004dc54e8>
EGreg has quit [Ping timeout: 260 seconds]
duderonomy has joined #ruby
kent\n has quit [Quit: Quitting]
kent\n has joined #ruby
dionysus69 has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has joined #ruby
<Radar> Trello sure is looking like a good alternative right about now, eh?
orbyt_ has quit [Ping timeout: 244 seconds]
\void has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
thy0 has quit [Quit: TTFN]
dionysus69 has joined #ruby
dionysus69 has quit [Read error: Connection reset by peer]
dionysus69 has joined #ruby
Azure has quit [Ping timeout: 268 seconds]
NightMonkey has quit [Quit: ZNC - http://znc.in]
Azure has joined #ruby
fredlinhares has quit [Quit: WeeChat 1.4]
NightMonkey has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
cagomez has quit [Ping timeout: 244 seconds]
EGreg2 has joined #ruby
<EGreg2> I am getting super close but now I need to migrate the database to the new
<EGreg2> redmine
<EGreg2> qbixstaging.new redmine # rake about
<EGreg2> NoMethodError: undefined method `observers=' for ActiveRecord::Base:Class
<EGreg2> rake aborted!
<EGreg2> how can I fix this??
<EGreg2> I am stuk
<EGreg2> and I know I didn't spell "stuck" right but plz help if you can
dionysus69 has quit [Ping timeout: 272 seconds]
<EGreg2> anyone here?
<EGreg2> NoMethodError: undefined method `observers=' for ActiveRecord::Base:Class
<EGreg2> /root/.rvm/gems/ruby-2.4.2/gems/activerecord-4.2.8/lib/active_record/dynamic_matchers.rb:26:in `method_missing'
<EGreg2> wtf?
mroutis has joined #ruby
Azure has quit [Quit: Oops.]
lxsameer has joined #ruby
dionysus69 has joined #ruby
t0xik has quit [Quit: Connection closed for inactivity]
Azure has joined #ruby
lxsameer has quit [Ping timeout: 256 seconds]
cadillac_ has quit [Quit: I quit]
cadillac_ has joined #ruby
qolq has quit [Ping timeout: 272 seconds]
EGreg2 has quit [Remote host closed the connection]
sspreitz has quit [Ping timeout: 272 seconds]
sspreitz has joined #ruby
braincrash has quit [Quit: bye bye]
gix has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
AJA4350 has quit [Quit: AJA4350]
braincrash has joined #ruby
dionysus69 has joined #ruby
donofrio has quit [Remote host closed the connection]
akkiguru_ has joined #ruby
<akkiguru_> anyone worked on Logstash ruby code before?
darkhanb has joined #ruby
ponzii has joined #ruby
akkiguru_ has quit [Ping timeout: 240 seconds]
<ponzii> Is there any slice of a URL which identifies a site as a Rails site? Ok, I can search the source for data-turbolinks-track but the source code isn't necessarily available. In order to locate Rails sites in a Google search I have to use, eg. site:*.com/assets/ but I'm not sure this is unique to Rails.
wyoung has joined #ruby
dionysus69 has quit [Ping timeout: 256 seconds]
<wyoung> .o/
lytol_ has quit [Remote host closed the connection]
bambanx has joined #ruby
ponzii has quit [Quit: [BX] Check out the sexy BitchX pr0n at http://127.0.0.1/bx-pron.html]
lxsameer has joined #ruby
mroutis has quit [Remote host closed the connection]
lxsameer has quit [Ping timeout: 244 seconds]
s2013 has joined #ruby
akkiguru_ has joined #ruby
akkiguru_ has quit [Quit: ByrdIRC]
dionysus69 has joined #ruby
mroutis has joined #ruby
snuz has quit [Quit: WeeChat 2.2]
dionysus69 has quit [Ping timeout: 260 seconds]
dionysus69 has joined #ruby
mroutis has quit [Remote host closed the connection]
Eiam has quit [Ping timeout: 265 seconds]
tty has quit [Quit: tty]
za1b1tsu has joined #ruby
tfitts has joined #ruby
<mrush> termbin.com/xrl2 is it possible to cause a string of hexadecimal escapes to encode to ASCII-8BIT? why is ruby changing my string encoding to UTF-8
kujira has joined #ruby
dionysus69 has quit [Ping timeout: 272 seconds]
tty has joined #ruby
vonfry has joined #ruby
Dbugger has joined #ruby
bambanx has quit [Read error: Connection reset by peer]
akaiiro has quit [Remote host closed the connection]
\void has quit [Quit: So long, and thanks for all the fish.]
dviola has quit [Quit: WeeChat 2.2]
Inline has quit [Quit: Leaving]
tristanp has joined #ruby
tristanp has quit [Ping timeout: 240 seconds]
archedice has quit [Ping timeout: 245 seconds]
nibbo_ has quit [Ping timeout: 256 seconds]
kapil___ has joined #ruby
bambanx has joined #ruby
apeiros has quit [Remote host closed the connection]
aufi has joined #ruby
cadillac_ has quit [Ping timeout: 240 seconds]
cadillac_ has joined #ruby
aupadhye has joined #ruby
_whitelogger has joined #ruby
bambanx has quit [Quit: Leaving]
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
reber has joined #ruby
dionysus69 has joined #ruby
vonfry has quit [Quit: WeeChat 2.2]
cibs has quit [Ping timeout: 260 seconds]
Mike11 has joined #ruby
dellavg has joined #ruby
sauvin has joined #ruby
za1b1tsu has quit [Quit: WeeChat 2.1]
za1b1tsu has joined #ruby
niexxx has joined #ruby
TomyWork has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Burgestrand has joined #ruby
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
DTZUZO has quit [Ping timeout: 240 seconds]
Burgestrand has quit [Quit: Closing time!]
LiftLeft has quit [Remote host closed the connection]
mlehrer has quit [Ping timeout: 265 seconds]
apeiros has joined #ruby
jottr has joined #ruby
kapil___ has quit [Quit: Connection closed for inactivity]
Beams has joined #ruby
Burgestrand has joined #ruby
nowhere_man has quit [Ping timeout: 256 seconds]
drale2k_ has joined #ruby
kerunaru has joined #ruby
outhicat has joined #ruby
ferhaty has joined #ruby
outhicat has quit []
outhicat has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mikecmpbll has joined #ruby
Cork has quit [Ping timeout: 265 seconds]
jottr has quit [Ping timeout: 240 seconds]
t0xik has joined #ruby
Nicmavr has quit [Read error: Connection reset by peer]
Burgestrand has quit [Quit: Closing time!]
Nicmavr has joined #ruby
nowhere_man has joined #ruby
jottr has joined #ruby
Burgestrand has joined #ruby
nowhereman_ has joined #ruby
nowhere_man has quit [Ping timeout: 240 seconds]
lxsameer has joined #ruby
dhollin3 has joined #ruby
dhollinger has quit [Ping timeout: 260 seconds]
vondruch has joined #ruby
alex`` has joined #ruby
titanmaru has joined #ruby
apeiros has quit []
troys has quit [Quit: Bye]
<dionysus69> I have a rails problem and this specific one I think it applies to ruby channel too, this is the sheet I made with GC.stat per each request, my problem is that memory consumption increases drastically, from 300 to 900mb in like 10-15 requests? and, I am refreshing same page! this is the sheet, each column is one request https://docs.google.com/spreadsheets/d/16bmmoggLNUW9Qpe3q2lvLDL4eFoVe2anorKFjE70Zt8/edit?usp=sharing if anyone notices anythin
<dionysus69> only thing I could notice that would grab my attention is that total_allocated_objects increases from 3 million to 80 million
<dminuoso> dionysus69: I dont think it's a memory leak.
<dminuoso> You should probably tap into ObjectSpace, trace allocations
<dionysus69> still ? :P ok I will try disabling asset pipeline and see what happens
<dminuoso> Do some shenanigans.
<dionysus69> thing is that I have 0 experience in that stuff so far so I have trouble deciding what to look at exactly
<dminuoso> I suspect it might be some sub-optimal caching behavior.
gigetoo has quit [Ping timeout: 248 seconds]
tristanp has joined #ruby
<dionysus69> I have redis yes and I do some caching, that's what you mean? but if I do very poor caching, it's the redis server process that should get fat not the rails one right?
<dminuoso> dionysus69: You have to dig very hard through objectspace I suspect.
<dionysus69> I guess :D I even checked number of allocated symbols accross the app and the number doesn't grow crazily
tristanp has quit [Ping timeout: 240 seconds]
<dionysus69> dminuoso: it maybe sprocket thing and you maybe right and this amount of ram consumption maybe normal, just got out of hand couple of times and it became suspicious, config.assets.debug = true and precompiled assets now process doesn't grow more than 300mb, 3-4 times less
Freshnuts has quit [Quit: Leaving]
jottr has quit [Ping timeout: 268 seconds]
jottr has joined #ruby
niexxx has quit [Ping timeout: 240 seconds]
titanmaru has quit [Remote host closed the connection]
Cork has joined #ruby
aufi has quit [Ping timeout: 268 seconds]
discopatrick has joined #ruby
GodFather has joined #ruby
clemens3 has joined #ruby
graphene has quit [Read error: Connection reset by peer]
graphene has joined #ruby
kerunaru has quit [Quit: leaving]
kerunaru has joined #ruby
graphene has quit [Remote host closed the connection]
Burgestrand has quit [Quit: Closing time!]
nowhereman_ has quit [Ping timeout: 272 seconds]
graphene has joined #ruby
<alex``> How to get RSS keys?
<alex``> I want to get the entry names of items
snuz has joined #ruby
<alex``> title, itunes:author, enclosure (url, type), guid, pubDate, etc.
<alex``> Is there a way to expose as a Ruby object?, Hash / Array
<alex``> instead of methods: item.title, item.itunes_author
<alex``> like: item holding a hash, item['itunes:author'], etc.
outhicat has quit []
za1b1tsu has quit [Ping timeout: 272 seconds]
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
clemens3 has quit [Quit: quit]
kapil___ has joined #ruby
t0xik has quit [Quit: Connection closed for inactivity]
drale2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Zaab1t has joined #ruby
AJA4350 has joined #ruby
Burgestrand has joined #ruby
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
drale2k_ has joined #ruby
sticaz has quit [Quit: My name Heff]
DTZUZO has joined #ruby
clemens3 has joined #ruby
clemens3 has quit [Client Quit]
sticaz has joined #ruby
kerunaru has quit [Quit: leaving]
clemens3 has joined #ruby
hfp has joined #ruby
za1b1tsu has joined #ruby
<hfp> Hi all, someone asked me the other day how to do this in Ruby and I'm curious what the actual solution is: assuming you have a function that takes two arguments: arg1 and library. You can pass that function any library to operate on arg1, but you don't know the API to library when writing the function. How do you make that function do its thing with arg1 when passing any arbitrary library? So I though you could
<hfp> add a third argument to the signature and make it a block which you'd run within the function, and it's the user's responsibility to write that block using library's API to manipulate arg1. Was a right? Is there a better way?
kerunaru has joined #ruby
graphene has quit [Remote host closed the connection]
<hfp> And can the code within the block access the function's arguments when it's executed?
graphene has joined #ruby
za1b1tsu has quit [Ping timeout: 260 seconds]
bijan_ has joined #ruby
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
thy0 has joined #ruby
nowhereman_ has joined #ruby
<kerunaru> exit
<kerunaru> Ooops...
<kerunaru> Sorry, guys
kerunaru has quit [Quit: leaving]
gigetoo has joined #ruby
jcalla has joined #ruby
bmurt has joined #ruby
<ineb> hfp: so you are basically looking for glue code that passes arg1 to library in whatever ways
<ineb> in your scenario, your function cant do it.
graphene has quit [Remote host closed the connection]
<ineb> iam not asking why, because usually thats the job of a function that takes the two arguments arg1 and library
za1b1tsu has joined #ruby
<ineb> then your thoughts were right. you can pass this glue code via block
graphene has joined #ruby
bmurt has quit [Client Quit]
<ineb> << def glue(arg1,library); yield arg1, library end; glue("1", "2") { |a,b| p a + b }
<ineb> >> def glue(arg1,library); yield arg1, library end; glue("1", "2") { |a,b| p a + b }
<ruby[bot]> ineb: # => "12" ...check link for more (https://eval.in/1048488)
<ineb> :D
za1b1tsu has quit [Ping timeout: 240 seconds]
GodFather has quit [Ping timeout: 260 seconds]
bijan_ has quit [Remote host closed the connection]
aufi has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
alem0lars has joined #ruby
GodFather has joined #ruby
bijan_ has joined #ruby
Criten has joined #ruby
bijan_ has quit [Ping timeout: 260 seconds]
<Criten> Hello ruby people! What are you listening to today? Looking for suggestions.
Azure has quit [Read error: Connection reset by peer]
Azure|dc has joined #ruby
tristanp has joined #ruby
bijan_ has joined #ruby
donofrio has joined #ruby
Mike11 has quit [Quit: Leaving.]
tristanp has quit [Ping timeout: 268 seconds]
bijan_ has quit [Ping timeout: 260 seconds]
Burgestrand has quit [Quit: Closing time!]
bijan_ has joined #ruby
Burgestrand has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
<alex``> Any idea?
dionysus69 has joined #ruby
<Criten> alex``: for what?
bijan_ has joined #ruby
jottr has quit [Ping timeout: 256 seconds]
postmodern has quit [Quit: Leaving]
<dminuoso> Criten: Stupid comments from my working colleague.
<Criten> Ah
<alex``> Criten: You were not here when I asked
despai has joined #ruby
<hfp> ineb: thanks, totally forgot about yield
bijan_ has quit [Remote host closed the connection]
<alex``> by entry names, I mean the tag names
<alex``> I want access like a Ruby object (Hash, Array, String)
<alex``> , etc.
bijan_ has joined #ruby
<Criten> alex``: huh, looks like a weird api
<alex``> ?
<Criten> the RSS lib
<Criten> I've never looked at it before
<alex``> Do you suggest another lib or language?
<alex``> I could go with standard XML if there is a lightweight
fmcgeough has joined #ruby
Fr4n has quit [Ping timeout: 240 seconds]
bijan_ has quit [Ping timeout: 256 seconds]
<alex``> Basically I need to collect items in and get the hash of each item
<Criten> I think we use nokogiri for xml... which is far from lightweight :P
<alex``> So that I can do
<Criten> let me doublecheck
<alex``> "user-input-string" % item-data
Inline has joined #ruby
<alex``> and let user choose the output
<alex``> with printf syntax
<alex``> Criten: Yep I would avoid Nokogiri
<alex``> JS is adapted for that?
<Criten> oh lolz
<alex``> XD
<alex``> Rails is worse no? X)
<Criten> oh oops
<Criten> well thats what we use
<Criten> Thought that was base ruby
Fr4n has joined #ruby
<Criten> which would be crazy now that i think about it
<alex``> it’s in 'active_support/core_ext' ?
<Criten> idk, just try some libs. :P
<Criten> I have no good suggestions
<Criten> I dont work with XML... pretty much ever
<alex``> Same
<alex``> but I need to get the data from feeds which is useful
<alex``> to collect the data songs
bijan_ has joined #ruby
za1b1tsu has joined #ruby
bijan_ has quit [Ping timeout: 255 seconds]
za1b1tsu has quit [Ping timeout: 260 seconds]
qolq has joined #ruby
jottr has joined #ruby
jottr has quit [Ping timeout: 256 seconds]
drale2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bijan_ has joined #ruby
tristanp has joined #ruby
ferhaty has quit [Quit: ferhaty]
bijan_ has quit [Ping timeout: 255 seconds]
tristanp has quit [Ping timeout: 260 seconds]
apeiros_ has joined #ruby
apeiros_ is now known as apeiros
bijan_ has joined #ruby
augcesar has joined #ruby
dviola has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
za1b1tsu has joined #ruby
dhollin3 is now known as dhollinger
Rapture has joined #ruby
[Butch] has joined #ruby
za1b1tsu has quit [Ping timeout: 268 seconds]
drale2k_ has joined #ruby
jottr has joined #ruby
bijan_ has joined #ruby
c0ncealed2 has quit [Remote host closed the connection]
c0ncealed2 has joined #ruby
Fr4n has quit [Read error: Connection reset by peer]
Fr4n has joined #ruby
despai has quit [Quit: ...]
blood has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
<blood> https://dpaste.de/GcCV ruby's win32 service keeps complaining that the service i'm trying to configure doesn't exist but it does... any ideas?
<blood> I'm assuming the issue is it isn't handling the spaces properly
venmx has joined #ruby
dtom has joined #ruby
<dtom> hey guys... noob question. I am trying to use net-ssh to ssh to the servers and execute some commands.... How do I write a function that if ssh password failed to try different password ??
<dtom> Please help
bijan_ has joined #ruby
<apeiros> soooo you're writing a brute-force cracker?
<havenwood> mrush: String#b is a shorthand to return an ASCII-8BIT copy. If you also .b the String you're shoveling on they'll both be binary.
<Criten> dtom: rescue from that error, retry
<dtom> ah .. coolio !!! Let me try that .. Thank you so much'
jdawgaz has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
vondruch has quit [Ping timeout: 265 seconds]
za1b1tsu has joined #ruby
venmx has quit [Ping timeout: 260 seconds]
bijan_ has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
s2013 has joined #ruby
aufi has quit [Remote host closed the connection]
bijan_ has joined #ruby
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
venmx has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
KidSK8 has quit [Ping timeout: 260 seconds]
kryptoz has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
s2013 has joined #ruby
graphene has quit [Remote host closed the connection]
Eiam has joined #ruby
graphene has joined #ruby
aupadhye has quit [Ping timeout: 272 seconds]
bijan_ has joined #ruby
kryptoz has quit [Ping timeout: 272 seconds]
bijan_ has quit [Read error: Connection reset by peer]
akaiiro has joined #ruby
bijan_ has joined #ruby
fluxAeon has quit [Ping timeout: 240 seconds]
eddof13 has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
TomyWork has quit [Remote host closed the connection]
nowhereman_ has quit [Ping timeout: 240 seconds]
DarthGandalf has quit [Quit: Bye]
DarthGandalf has joined #ruby
IanMalcolm has joined #ruby
jdawgaz has joined #ruby
cthulchu_ has joined #ruby
IanMalcolm has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
apeiros has quit []
impermanence has quit [Remote host closed the connection]
Burgestrand has quit [Quit: Closing time!]
jottr has quit [Ping timeout: 260 seconds]
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
bijan__ has joined #ruby
bijan_ has quit [Ping timeout: 260 seconds]
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<blood> https://dpaste.de/GcCV anyone know why this service can't be found? is it the spaces?
bijan__ has quit [Read error: Connection reset by peer]
bijan_ has joined #ruby
fluxAeon has joined #ruby
solocshaw has joined #ruby
solocshaw has quit [Client Quit]
<havenwood> blood: 404 Snippet not found
<blood> oh sec
<blood> havenwood: https://dpaste.de/QR4j
bijan_ has quit [Ping timeout: 256 seconds]
duderonomy has joined #ruby
blowmage has joined #ruby
<havenwood> blood: Why do you put a space in it in one place and not in the other?
<blood> Oracle sets this name, I'm just trying to make it work to configure post install
BTRE has quit [Remote host closed the connection]
alem0lars has quit [Ping timeout: 244 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sameerynho has joined #ruby
bijan_ has joined #ruby
BTRE has joined #ruby
graphene has quit [Remote host closed the connection]
<alex``> How to get RSS guid value?
graphene has joined #ruby
Beams has quit [Quit: .]
bijan_ has quit [Ping timeout: 256 seconds]
<havenwood> blood: What I mean is you use two versions of the service name, and they aren't the same within that one method.
<havenwood> blood: Here's a gist with a few ideas: https://dpaste.de/iBFE
dviola has quit [Quit: WeeChat 2.2]
drale2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mikecmpbll has quit [Quit: inabit. zz.]
<havenwood> blood: But your `"ORACLE ProcMGR V" + tuxedo_version` doesn't result in: "ORACLE ProcMGR V12.2.2.0.0_VS2015"
bijan_ has joined #ruby
<blood> what does it result in?
<blood> I tested your changes, same error
<blood> i created a dummy service called 'TestService' and that works fine
<blood> so is this a bug in win32-service
<blood> ?
bijan_ has quit [Ping timeout: 256 seconds]
<blood> interesting, I cant even change it with sc....
darkhanb has joined #ruby
jcarl43 has joined #ruby
sspreitz has quit [Ping timeout: 256 seconds]
bijan_ has joined #ruby
sspreitz has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
blowmage has quit []
drale2k_ has joined #ruby
code_zombie has joined #ruby
nowhereman_ has joined #ruby
fluxAeon has quit [Ping timeout: 240 seconds]
bijan_ has joined #ruby
akaiiro has quit [Ping timeout: 256 seconds]
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
samort7 has joined #ruby
jdawgaz has joined #ruby
IanMalcolm has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
fluxAeon has joined #ruby
dtom has quit [Ping timeout: 252 seconds]
akaiiro has joined #ruby
lxsameer has quit [Ping timeout: 268 seconds]
clemens3 has quit [Ping timeout: 244 seconds]
bijan_ has joined #ruby
s2013 has joined #ruby
bijan_ has quit [Read error: Connection reset by peer]
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jdawgaz has joined #ruby
jdawgaz has quit [Client Quit]
harmaahylje has left #ruby [#ruby]
impermanence has joined #ruby
IanMalcolm has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
mikecmpbll has joined #ruby
nowhereman_ has quit [Ping timeout: 256 seconds]
BunkyPrewster has joined #ruby
graphene has quit [Remote host closed the connection]
bijan_ has joined #ruby
lytol_ has joined #ruby
graphene has joined #ruby
GodFather has quit [Ping timeout: 265 seconds]
eddof13 has joined #ruby
bijan_ has quit [Ping timeout: 260 seconds]
BunkyPrewster has quit [Quit: Leaving.]
za1b1tsu has quit [Ping timeout: 244 seconds]
bijan_ has joined #ruby
blood has quit [Quit: Page closed]
IanMalcolm has joined #ruby
GodFather has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
bijan_ has joined #ruby
bijan_ has quit [Read error: Connection reset by peer]
bijan_ has joined #ruby
bijan_ has quit [Read error: Connection reset by peer]
bijan_ has joined #ruby
kryptoz has joined #ruby
za1b1tsu has joined #ruby
bijan_ has quit [Ping timeout: 255 seconds]
kryptoz has quit [Ping timeout: 244 seconds]
GodFather has quit [Ping timeout: 260 seconds]
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
s2013 has joined #ruby
bijan_ has joined #ruby
bijan_ has quit [Ping timeout: 256 seconds]
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
GodFather has joined #ruby
orbyt_ has joined #ruby
drale2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
croberts has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
SeepingN has joined #ruby
dviola has joined #ruby
troys has joined #ruby
cadillac_ has quit [Ping timeout: 260 seconds]
cadillac_ has joined #ruby
eckhardt_ has joined #ruby
kapil___ has quit [Quit: Connection closed for inactivity]
jcarl43 has quit [Quit: WeeChat 2.2]
cajone has joined #ruby
cajone has left #ruby [#ruby]
jcarl43 has joined #ruby
apeiros_ has joined #ruby
sauvin has quit [Remote host closed the connection]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has quit [Ping timeout: 256 seconds]
maciuszek has quit [Excess Flood]
maciuszek has joined #ruby
GodFather has quit [Ping timeout: 265 seconds]
aeontech has joined #ruby
<aeontech> hi all
<aeontech> has anyone here done much raw arel?
<aeontech> i can't figure out the syntax to generate "WHERE ? = ANY(column)" for an array column
Zaab1t has quit [Quit: Zaab1t]
doubledup has joined #ruby
aeontech has quit [Client Quit]
aeontech has joined #ruby
dionysus70 has joined #ruby
<Criten> aeontech: like .where("? = ANY('asdf')", 'asdfasdf')
<Criten> or whatever
dionysus69 has quit [Ping timeout: 256 seconds]
dionysus70 is now known as dionysus69
<apeiros_> ?ar aeontech
<ruby[bot]> aeontech: For activerecord/arel questions, please join #RubyOnRails, since they're maintained as a part of it. Note: you need to be identified with NickServ, see /msg NickServ HELP
<apeiros_> chances over there are probably better
apeiros_ is now known as apeiros
IanMalcolm has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
orbyt_ has joined #ruby
kujira has quit [Quit: leaving]
akaiiro has quit [Ping timeout: 272 seconds]
dviola has quit [Quit: WeeChat 2.2]
go|dfish has joined #ruby
<aeontech> thanks!
<aeontech> @Criten: that's good for records against activerecord models, I think, but not if I'm not using activerecord models (this is for stats/aggregations, which don't make sense to have model representations for each row.
aeontech has quit [Quit: aeontech]
<Criten> apeiros: just run a raw query then?
<Criten> I guess i havent really looked into arel without AR
dionysus69 has quit [Ping timeout: 240 seconds]
pskosinski has quit [Quit: No Ping reply in 180 seconds.]
pskosinski has joined #ruby
aeontech has joined #ruby
za1b1tsu has quit [Ping timeout: 272 seconds]
za1b1tsu has joined #ruby
fluxAeon has quit [Read error: Connection reset by peer]
fmcgeough has quit [Quit: fmcgeough]
Rapture has quit [Read error: Connection reset by peer]
fluxAeon has joined #ruby
fmcgeough has joined #ruby
fmcgeough has quit [Client Quit]
Nicmavr has quit [Read error: Connection reset by peer]
faitswulff has joined #ruby
Nicmavr has joined #ruby
nowhereman_ has joined #ruby
kryptoz has joined #ruby
jottr has joined #ruby
discopatrick has quit [Quit: Connection closed for inactivity]
<apeiros> Criten: I assume you meant aeontech?
<Criten> correct :P
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
za1b1tsu_ has joined #ruby
za1b1tsu_ has quit [Ping timeout: 272 seconds]
eyeris has joined #ruby
ur5us has joined #ruby
<eyeris> At some point an ancient version of the tzinfo gem was installed. Now I have .rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/specifications/tzinfo-0.3.52.gemspec, which causes the newest rubygems to complain about the deprecated has_rdoc= method. What command will get rid of this ancient specification? I've tried gem cleanup to no avail.
<aeontech> pretty quiet on #rubyonrails :)
<apeiros> aeontech: can happen
<aeontech> ya :) friday afternoon
<apeiros> eyeris: gem uninstall
<apeiros> ?ugt aeontech
<ruby[bot]> aeontech: it's morning, see http://www.total-knowledge.com/~ilya/mips/ugt.html
tty has quit [Quit: tty]
<apeiros> ;-)
<aeontech> ahaha
<apeiros> (late evening here actually)
<eyeris> apeiros: there's no bulk mode? I used tzinfo as an example but I have a _lot_ of other gems in the same situation.
<apeiros> eyeris: you can list as many gems as you want there
<aeontech> @apeiros it's ​881​.beats right now
<aeontech> :D
<aeontech> according to https://twitter.com/internet_time
<aeontech> hehe
<apeiros> aeontech: heh, somebody other than me knows about that one?
<aeontech> *concentrates to grow a longer beard*
<eyeris> apeiros: thanks for your help.
eyeris has quit [Quit: leaving]
tty has joined #ruby
za1b1tsu_ has joined #ruby
doubledup has quit [Remote host closed the connection]
za1b1tsu_ has quit [Ping timeout: 244 seconds]
jdawgaz has joined #ruby
t0xik has joined #ruby
LiftLeft has joined #ruby
dellavg has quit [Ping timeout: 240 seconds]
Rapture has joined #ruby
s2013 has joined #ruby
aeontech has quit [Quit: aeontech]
qckbrnfx has joined #ruby
[Butch] has quit [Quit: Textual IRC Client: www.textualapp.com]
sylario has quit [Quit: Connection closed for inactivity]
za1b1tsu_ has joined #ruby
jsrn has quit [Ping timeout: 260 seconds]
BTRE has quit [Remote host closed the connection]
aeontech has joined #ruby
canton7 has quit [Remote host closed the connection]
za1b1tsu_ has quit [Ping timeout: 256 seconds]
canton7 has joined #ruby
aeontech has quit [Ping timeout: 260 seconds]
BTRE has joined #ruby
za1b1tsu_ has joined #ruby
snuz has quit [Quit: WeeChat 2.2]
jrich523 has quit [Read error: Connection reset by peer]
Dbugger has quit [Ping timeout: 265 seconds]
qckbrnfx has quit [Quit: Mutter: www.mutterirc.com]
faitswulff has quit [Remote host closed the connection]
faitswulff has joined #ruby
postmodern has joined #ruby
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
faitswulff has quit [Remote host closed the connection]
GodFather has joined #ruby
faitswulff has joined #ruby
za1b1tsu has quit [Ping timeout: 240 seconds]
orbyt_ has quit [Ping timeout: 240 seconds]
faitswulff has quit [Remote host closed the connection]
faitswulff has joined #ruby
faitswulff has quit [Remote host closed the connection]
za1b1tsu_ has quit [Read error: Connection reset by peer]
za1b1tsu has joined #ruby
za1b1tsu_ has joined #ruby
IanMalcolm has joined #ruby
za1b1tsu_ has quit [Ping timeout: 240 seconds]
jthomas has joined #ruby
aeontech has joined #ruby
reber has quit [Remote host closed the connection]
ur5us has quit [Remote host closed the connection]
jrich523 has joined #ruby
<jrich523> hey guys, is there a Rails specific channel?
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
augcesar has quit [Quit: Connection closed for inactivity]
<elomatreb> #RubyOnRails, but you need to authenticate with nickserv to talk
<jrich523> seems to be the case with most channels these days
<jrich523> thank you @elomatreb
paraxial has quit [Quit: The Lounge - https://thelounge.github.io]
<baweaver> It's on in here as well elomatreb
<elomatreb> oh, lol
paraxial has joined #ruby
<elomatreb> Those spammers still at it?
<baweaver> Yep.
<jrich523> the whole network was auth'd a day or two ago
Cthulu201 has quit [Ping timeout: 240 seconds]
graphene has quit [Remote host closed the connection]
za1b1tsu_ has joined #ruby
venmx has quit [Ping timeout: 256 seconds]
graphene has joined #ruby
akaiiro has joined #ruby
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
graphene has quit [Remote host closed the connection]
za1b1tsu_ has quit [Ping timeout: 268 seconds]
graphene has joined #ruby
DLSteve_ has quit [Quit: All rise, the honorable DLSteve has left the channel.]
jdawgaz has joined #ruby
Cthulu201 has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
IanMalcolm has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
ur5us has joined #ruby
Freshnuts has joined #ruby
arescorpio has joined #ruby
aeontech has quit [Quit: aeontech]
ur5us has quit [Ping timeout: 272 seconds]
jqpl has joined #ruby
Turnikov has quit [Remote host closed the connection]
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
sameerynho has quit [Ping timeout: 240 seconds]
aeontech has joined #ruby
jthomas has quit [Quit: WeeChat 2.1]
jottr has quit [Ping timeout: 240 seconds]
nowhereman_ has quit [Ping timeout: 256 seconds]
za1b1tsu_ has joined #ruby
za1b1tsu_ has quit [Ping timeout: 256 seconds]
mikecmpbll has quit [Quit: inabit. zz.]
t0xik has quit [Quit: Connection closed for inactivity]
agent_white has joined #ruby
j0bk has quit [Ping timeout: 276 seconds]
Nightmare has quit [Ping timeout: 256 seconds]
apeiros has quit [Ping timeout: 268 seconds]
jtperreault has quit [Ping timeout: 244 seconds]
thy0 has quit [Quit: TTFN]
orbyt_ has joined #ruby
gnufied has quit [Ping timeout: 256 seconds]
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gnufied has joined #ruby