00:01
john_ has quit [Remote host closed the connection]
00:03
d^sh has quit [Ping timeout: 246 seconds]
00:05
d^sh has joined #ruby
00:05
ioquatix has joined #ruby
00:06
elphe has quit [Ping timeout: 246 seconds]
00:15
rsenic_ has joined #ruby
00:19
rsenic__ has quit [Ping timeout: 260 seconds]
00:23
gell5 has joined #ruby
00:25
queip has quit [Ping timeout: 245 seconds]
00:25
greengriminal has joined #ruby
00:25
DaRock has joined #ruby
00:29
greengriminal has quit [Client Quit]
00:29
gell5 has quit [Ping timeout: 252 seconds]
00:30
AJA4351 has joined #ruby
00:30
poontangmessiah has quit [Remote host closed the connection]
00:32
AJA4350 has quit [Ping timeout: 258 seconds]
00:32
AJA4351 is now known as AJA4350
00:33
gell5 has joined #ruby
00:33
queip has joined #ruby
00:50
tdy has joined #ruby
00:55
sylario has quit [Quit: Connection closed for inactivity]
00:55
elphe has joined #ruby
01:05
baojg has quit [Remote host closed the connection]
01:07
ooldirty has joined #ruby
01:09
gell5 has quit [Remote host closed the connection]
01:13
greengriminal has joined #ruby
01:14
tsujp has joined #ruby
01:21
gix has quit [Ping timeout: 244 seconds]
01:37
AJA4350 has quit [Ping timeout: 252 seconds]
01:42
gell5 has joined #ruby
01:42
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:45
Exuma has joined #ruby
01:46
gell5 has quit [Ping timeout: 245 seconds]
01:53
rsenic__ has joined #ruby
01:53
edwardly has quit [Ping timeout: 258 seconds]
01:55
AJA4350 has joined #ruby
01:56
edwardly has joined #ruby
01:56
edwardly has quit [Changing host]
01:56
edwardly has joined #ruby
01:56
rsenic_ has quit [Ping timeout: 260 seconds]
02:12
edwardly has quit [Ping timeout: 245 seconds]
02:13
esrse has joined #ruby
02:15
cd has quit [Quit: cd]
02:15
tcurdt has joined #ruby
02:16
al2o3-cr has quit [Read error: Connection reset by peer]
02:16
<
tcurdt >
I am looking for a nice way of doing something along the lines of: { puts ""; next } unless m = arr.last.match(/foo (\d+)$/).captures[0].to_i
02:17
<
tcurdt >
this of course has a few problems. one the part before the unless is invalid
02:17
<
tcurdt >
and the chaining needs to tolerate optionals
02:17
gell5 has joined #ruby
02:18
AJA4350 has quit [Quit: AJA4350]
02:19
<
tcurdt >
anyone with a nice approach? I'd rather have this as a one-liner instead of breaking this up further
02:20
tsujp has joined #ruby
02:20
edwardly has joined #ruby
02:20
edwardly has quit [Changing host]
02:20
edwardly has joined #ruby
02:22
gell5 has quit [Ping timeout: 245 seconds]
02:23
MrCrackPot has quit [Remote host closed the connection]
02:24
MrBismuth has quit [Read error: Connection reset by peer]
02:27
<
leftylink >
note that two things may be grouped with parentheses
02:27
<
leftylink >
and the possibility of using &. introduced in 2.3.0
02:28
al2o3-cr has joined #ruby
02:28
<
tcurdt >
leftylink the optional chaining I got working as in: m = arr.last&.match(/foo (\d+)$/)&.captures&.first.to_i
02:29
<
tcurdt >
but I am really not sure on how to do a puts && next in an chaining error condition
02:33
SeepingN has joined #ruby
02:34
sidepocket has joined #ruby
02:40
<
baweaver >
Exuma: protected, like mentioned there, is the best option.
02:40
<
Exuma >
baweaver oh awesome, they put that answer literally 1 second ago
02:41
<
baweaver >
Yeah, same when I saw it.
02:41
<
Exuma >
baweaver so if i use a protected method like that, will it "convert" it to an instance method. in other words its thread safe, etc. its not going to use class variables somehow
02:41
<
Exuma >
ok well, it wouldnt use class variables but hopefully I am explaining it well
02:41
<
baweaver >
If included it'd be at an instance level
02:41
<
baweaver >
If extended, a class level.
02:42
<
Exuma >
oh crap my bad
02:42
<
Exuma >
i thoguht it was on the module
02:42
<
Exuma >
ok this makes perfect sense, thank you baweaver !
02:42
<
baweaver >
Threadsafe would depend on other variables
02:43
<
baweaver >
If you make a race condition, nothing will stop that from being thread unsafe.
02:45
<
baweaver >
Just be careful not to get too happy with GoF patterns in Ruby
02:45
<
baweaver >
Gang of Four
02:45
<
baweaver >
People who've done too much Java love patterns
02:46
<
baweaver >
Service, Proxy, Factory, Abstract, Singleton, Command, etc.
02:46
<
baweaver >
Makes code stupidly hard to follow
02:47
<
Exuma >
baweaver yeah, I feel that. I mostly need a service because I have a lot of database operations that need to be performed in a transaction and theres no good place in a single model to put htem
02:47
<
Exuma >
im not a fan of patterns overcomplicating things either
02:48
<
Exuma >
i actually litearlly just had them as module methods but i thought maybe that was too rough around the edges
02:48
<
Exuma >
service objects seemed like a happy medium
02:49
duderonomy has joined #ruby
02:55
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:59
sidepocket has quit [Quit: Leaving]
03:04
duderonomy has joined #ruby
03:09
duderonomy has quit [Client Quit]
03:13
ravenous_ has joined #ruby
03:17
duderonomy has joined #ruby
03:18
ravenous_ has quit [Ping timeout: 252 seconds]
03:26
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:27
duderonomy has joined #ruby
03:29
MrBismuth has joined #ruby
03:41
gell5 has joined #ruby
03:45
gell5 has quit [Ping timeout: 252 seconds]
03:51
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:52
duderonomy has joined #ruby
03:56
duderonomy has quit [Client Quit]
03:56
Huck777 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:02
duderonomy has joined #ruby
04:03
duderonomy has quit [Client Quit]
04:14
Intelo has quit [Remote host closed the connection]
04:15
gell5 has joined #ruby
04:15
donofrio has quit [Remote host closed the connection]
04:22
rafadc_ has quit [Ping timeout: 246 seconds]
04:22
gell5 has quit [Ping timeout: 245 seconds]
04:22
rafadc has joined #ruby
04:26
tdy has quit [Ping timeout: 244 seconds]
04:26
tsujp has quit [Read error: Connection reset by peer]
04:28
tsujp has joined #ruby
04:32
baojg has joined #ruby
04:34
duderonomy has joined #ruby
04:37
tsujp has joined #ruby
04:48
ravenous_ has joined #ruby
04:48
ur5us has quit [Remote host closed the connection]
04:48
Freshnuts has quit [Quit: Leaving]
04:49
ur5us has joined #ruby
04:49
Freshnuts has joined #ruby
04:51
tdy has joined #ruby
04:51
gell5 has joined #ruby
04:52
ravenous_ has quit [Ping timeout: 252 seconds]
04:53
ur5us has quit [Ping timeout: 245 seconds]
04:55
gell5 has quit [Ping timeout: 258 seconds]
05:00
Exuma has joined #ruby
05:02
Exuma has quit [Client Quit]
05:04
x86sk has joined #ruby
05:05
donofrio has joined #ruby
05:08
queip has quit [Ping timeout: 258 seconds]
05:16
queip has joined #ruby
05:16
rsenic_ has joined #ruby
05:20
rsenic__ has quit [Ping timeout: 260 seconds]
05:24
Huck777 has joined #ruby
05:27
ropeney has joined #ruby
05:27
ropeney_ has quit [Ping timeout: 245 seconds]
05:28
Inline has quit [Quit: Leaving]
05:31
r29v has joined #ruby
05:32
queip has quit [Ping timeout: 246 seconds]
05:40
chalkmonster has joined #ruby
05:41
schaerli has joined #ruby
05:41
queip has joined #ruby
05:43
schneider has joined #ruby
05:49
cgfbee has quit [Remote host closed the connection]
05:49
chalkmonster has quit [Quit: WeeChat 2.5]
06:01
schneider has quit [Ping timeout: 245 seconds]
06:03
queip has quit [Ping timeout: 245 seconds]
06:04
Freshnuts has quit [Quit: Leaving]
06:05
Freshnuts has joined #ruby
06:11
cgfbee has joined #ruby
06:13
queip has joined #ruby
06:19
envex has joined #ruby
06:20
Guest15733 has quit [Ping timeout: 245 seconds]
06:23
aarzaga has joined #ruby
06:28
aarzaga has left #ruby [#ruby]
06:32
beanie__ is now known as tpanarch1st
06:33
gell5 has joined #ruby
06:36
jmcgnh has quit [Ping timeout: 245 seconds]
06:36
andikr has joined #ruby
06:38
gell5 has quit [Ping timeout: 258 seconds]
06:39
jmcgnh has joined #ruby
06:40
Guest15733 has joined #ruby
06:41
jmcgnh has quit [Read error: Connection reset by peer]
06:43
suukim has joined #ruby
06:43
phroa has quit [Remote host closed the connection]
06:44
greengriminal has quit [Quit: This computer has gone to sleep]
06:44
phroa has joined #ruby
06:45
Guest15733 has quit [Ping timeout: 250 seconds]
06:47
jmcgnh has joined #ruby
06:48
phroa has quit [Ping timeout: 244 seconds]
06:50
phroa has joined #ruby
06:51
r29v has quit [Quit: r29v]
06:51
ioquatix has quit [Quit: ioquatix]
06:54
yokel has quit [Ping timeout: 245 seconds]
06:54
phroa has quit [Max SendQ exceeded]
06:54
yokel has joined #ruby
06:55
dbugger has joined #ruby
06:56
phroa has joined #ruby
06:57
Guest15733 has joined #ruby
06:59
lalitmee has joined #ruby
06:59
Freshnuts has quit [Remote host closed the connection]
07:00
Freshnuts has joined #ruby
07:02
chalkmonster has joined #ruby
07:02
dionysus69 has joined #ruby
07:02
phroa has quit [Remote host closed the connection]
07:04
phroa has joined #ruby
07:05
phroa has quit [Remote host closed the connection]
07:07
edwardly has quit [Ping timeout: 258 seconds]
07:10
gell5 has joined #ruby
07:10
phroa has joined #ruby
07:10
queip has quit [Ping timeout: 245 seconds]
07:12
edwardly has joined #ruby
07:12
edwardly has quit [Changing host]
07:12
edwardly has joined #ruby
07:15
phroa has quit [Max SendQ exceeded]
07:16
gell5 has quit [Ping timeout: 245 seconds]
07:20
queip has joined #ruby
07:21
Freshnuts has quit [Ping timeout: 245 seconds]
07:22
SeepingN has quit [Quit: The system is going down for reboot NOW!]
07:29
schne1der has joined #ruby
07:31
ravenous_ has joined #ruby
07:33
tpanarch1st has quit [Ping timeout: 258 seconds]
07:33
phroa has joined #ruby
07:33
Nicmavr has quit [Read error: Connection reset by peer]
07:35
Nicmavr has joined #ruby
07:37
lxsameer has joined #ruby
07:47
r29v has joined #ruby
07:49
ellcs has joined #ruby
07:49
DTZUZO has quit [Ping timeout: 245 seconds]
07:52
phroa has quit [Remote host closed the connection]
07:58
fphilipe has joined #ruby
08:00
r29v has quit [Quit: r29v]
08:00
Guest15733 has quit [Ping timeout: 258 seconds]
08:00
andikr has quit [Ping timeout: 246 seconds]
08:01
andikr has joined #ruby
08:01
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:21
Intelo has joined #ruby
08:22
<
Intelo >
How to make API calls to third parties, in rubyonrails?
08:22
lalitmee has quit [Ping timeout: 245 seconds]
08:23
r29v has joined #ruby
08:24
<
baweaver >
Intelo - What have you tried?
08:24
<
baweaver >
what's your knowledge level of APIs, REST, and JSON?
08:25
<
Intelo >
REST with json and xml
08:25
involans has joined #ruby
08:25
<
baweaver >
It's all just HTTP requests
08:25
<
Intelo >
baweaver, ya, is there any gem?
08:25
<
Intelo >
or way to do this in ror?
08:25
lalitmee has joined #ruby
08:26
<
baweaver >
Remember, RoR is just Ruby
08:26
<
baweaver >
which means any HTTP method for Ruby works in Rails.
08:26
<
baweaver >
That said, I would consider something like Typhoeus.
08:26
<
havenwood >
Intelo: You can make an HTTP request from Rails the same you can always make one from Ruby.
08:26
<
baweaver >
The API is nicer to use.
08:26
<
baweaver >
havenwood: oi
08:26
<
baweaver >
Why are we still up?
08:26
r29v has quit [Client Quit]
08:26
<
Intelo >
baweaver, which api?
08:27
<
baweaver >
API could refer to an HTTP API, or it could refer to the code's API
08:27
<
havenwood >
Intelo: Net/HTTP ships with Ruby or there are nice gems like HTTP.rb and Typhoeus, which baweaver already mentioned.
08:27
<
Intelo >
are you talking about Net::HTTP::Get.new?
08:27
<
baweaver >
Yeah, which I never really liked
08:28
<
baweaver >
I kinda wonder if we should try and coax core into adopting another HTTP standard in 3.x
08:28
<
baweaver >
or do you think that's a lost cause havenwood?
08:28
<
Intelo >
I will go with Net::HTTP::Get.new( for now. I hope I can make xml and json in it?
08:29
<
havenwood >
Intelo: You can of course serialize and deserialize with whatever HTTP client. That's unrelated.
08:29
BTRE has quit [Ping timeout: 268 seconds]
08:29
<
baweaver >
require 'json'
08:29
<
baweaver >
JSON.parse(whatever_the_response_was)
08:34
ravenous_ has quit [Ping timeout: 264 seconds]
08:34
liKe2k1 has joined #ruby
08:35
<
Intelo >
havenwood, thanks. which one do you recommend in those? ones with green color or Net:;Http is fine?
08:35
chalkmonster has quit [Quit: WeeChat 2.5]
08:35
andikr has quit [Quit: No Ping reply in 180 seconds.]
08:36
<
baweaver >
Green looks like pure Ruby
08:36
<
baweaver >
Yellow is using extensions with libcurl, so faster
08:36
andikr has joined #ruby
08:37
<
baweaver >
Last one was either adapters (supports multiple formats) or excon? Not sure.
08:38
TomyWork has joined #ruby
08:40
BTRE has joined #ruby
08:42
ioquatix has joined #ruby
08:46
fphilipe has quit [Ping timeout: 258 seconds]
08:48
Fusl has quit [Excess Flood]
08:49
Fusl has joined #ruby
08:55
ioquatix has quit [Quit: ioquatix]
08:59
fphilipe has joined #ruby
09:01
fphilipe has quit [Read error: Connection reset by peer]
09:04
BTRE has quit [Ping timeout: 252 seconds]
09:05
schaerli has quit [Ping timeout: 245 seconds]
09:05
fphilipe has joined #ruby
09:07
pwnd_nsfw has joined #ruby
09:12
gell5 has joined #ruby
09:17
ellcs1 has joined #ruby
09:19
gell5 has quit [Ping timeout: 258 seconds]
09:19
duderonomy has joined #ruby
09:20
<
Intelo >
havenwood, /?
09:23
duderonomy has quit [Client Quit]
09:26
ravenous_ has joined #ruby
09:26
involans has quit [Quit: involans]
09:28
<
Cork >
anyone know of a good restful urlpath builder? (resource/id/other_resource/id)
09:28
NL3limin4t0r_afk is now known as NL3limin4t0r
09:30
lalitmee has quit [Ping timeout: 258 seconds]
09:30
ravenous_ has quit [Ping timeout: 252 seconds]
09:36
involans has joined #ruby
09:39
fphilipe_ has joined #ruby
09:39
fphilipe has quit [Ping timeout: 246 seconds]
09:45
duderonomy has joined #ruby
09:57
duderonomy has quit [Ping timeout: 252 seconds]
10:04
bitwinery has quit [Quit: Leaving]
10:11
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:17
BH23 has joined #ruby
10:20
ravenous_ has joined #ruby
10:22
_Joes_ has joined #ruby
10:22
_Joes_ has quit [Remote host closed the connection]
10:23
elphe has quit [Quit: leaving]
10:23
elphe has joined #ruby
10:23
x86sk has quit [Quit: Connection closed for inactivity]
10:24
ravenous_ has quit [Ping timeout: 252 seconds]
10:31
BH23 has quit [Quit: Konversation terminated!]
10:32
BH23 has joined #ruby
10:35
elphe has quit [Quit: leaving]
10:36
BH23 has quit [Client Quit]
10:36
elphe has joined #ruby
10:37
_Joes_ has joined #ruby
10:37
tsujp has joined #ruby
10:37
involans has quit [Quit: involans]
10:37
_Joes_ has quit [Client Quit]
10:38
_Joes_ has joined #ruby
10:38
_Joes_ has quit [Client Quit]
10:38
_Joes_ has joined #ruby
10:39
tsujp has quit [Client Quit]
10:39
_Joes_ has quit [Client Quit]
10:41
_Joes_ has joined #ruby
10:42
_Joes_ has quit [Client Quit]
10:42
BH23 has joined #ruby
10:44
tsujp has joined #ruby
10:49
phaul has quit [Quit: :wq]
10:51
phaul has joined #ruby
10:57
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:00
poontangmessiah has joined #ruby
11:00
esrse has quit [Ping timeout: 258 seconds]
11:04
vondruch has quit [Ping timeout: 268 seconds]
11:05
AJA4350 has joined #ruby
11:07
fig-le-deunch[m] has quit [Remote host closed the connection]
11:07
turt2live has quit [Remote host closed the connection]
11:07
qbrd[m] has quit [Write error: Connection reset by peer]
11:08
Seance[m] has quit [Write error: Connection reset by peer]
11:08
sepp2k has quit [Write error: Broken pipe]
11:08
aecepoglu[m] has quit [Remote host closed the connection]
11:08
Hanma[m] has quit [Remote host closed the connection]
11:08
iotatron[m] has quit [Remote host closed the connection]
11:08
linuus[m] has quit [Remote host closed the connection]
11:08
tsrt^ has quit [Max SendQ exceeded]
11:09
tsujp has joined #ruby
11:13
tsrt^ has joined #ruby
11:14
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:15
gell5 has joined #ruby
11:16
aecepoglu[m] has joined #ruby
11:17
tsujp has joined #ruby
11:20
gell5 has quit [Ping timeout: 252 seconds]
11:25
poontangmessiah_ has joined #ruby
11:26
<
Intelo >
havenwood, thanks. which one do you recommend in those? ones with green color or Net:;Http is fine?
11:27
poontangmessiah has quit [Ping timeout: 244 seconds]
11:28
schaerli has joined #ruby
11:29
<
havenwood >
Intelo: The benefit of Net::HTTP is that it's in the standard library. I prefer the interface of HTTP.rb that I linked above. Typhoeus is nice if you have a bunch of requests.
11:29
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:31
vondruch has joined #ruby
11:32
BTRE has joined #ruby
11:33
schaerli has quit [Ping timeout: 276 seconds]
11:38
tsujp has joined #ruby
11:41
darix has joined #ruby
11:41
leitz has joined #ruby
11:41
darix has quit [Client Quit]
11:49
gell5 has joined #ruby
11:49
cd has joined #ruby
11:56
gell5 has quit [Ping timeout: 245 seconds]
11:58
qbrd[m] has joined #ruby
11:58
linuus[m] has joined #ruby
11:58
iotatron[m] has joined #ruby
11:58
sepp2k has joined #ruby
11:58
turt2live has joined #ruby
11:58
Seance[m] has joined #ruby
11:58
Hanma[m] has joined #ruby
11:58
fig-le-deunch[m] has joined #ruby
12:07
queip has quit [Ping timeout: 245 seconds]
12:11
zodd has joined #ruby
12:11
zodd is now known as Guest88912
12:12
AJA4351 has joined #ruby
12:12
AJA4350 has quit [Ping timeout: 245 seconds]
12:12
AJA4351 is now known as AJA4350
12:13
ryouba has joined #ruby
12:14
queip has joined #ruby
12:15
<
ryouba >
is there something where you can have, let's say, an empty hash ({}) and can then fill it up with non-existing elements at an arbitrary depth without having to prepare for that? e.g. "foo = {}; foo[:bar][:blah][:baz] = 'hello world'"?
12:15
<
ryouba >
(i'm aware of hash_dot, but that only allows to write to depths that were previously defined)
12:17
vondruch has quit [Quit: vondruch]
12:19
vondruch has joined #ruby
12:20
<
phaul >
h = Hash.new { Hash.new { Hash.new { Hash.new { :nope } } } }; h[:x][:y][:z][:q]
12:20
<
phaul >
&>> h = Hash.new { Hash.new { Hash.new { Hash.new { :nope } } } }; h[:x][:y][:z][:q]
12:22
<
phaul >
this doesn't raise exceptions to arbitrary levels, but it's not very useful: :) :
12:23
<
phaul >
&>> h = {}; h.default = h; h[:x][:y][:z]
12:24
defnofdumb has joined #ruby
12:24
<
ryouba >
yeah, i'm looking for something that's easy to type and easy on the eyes :-/
12:25
infernix has joined #ruby
12:25
<
phaul >
I don't think it's possible, without monkey patching Hash
12:26
<
ryouba >
that would be fine
12:26
schaerli has joined #ruby
12:26
<
ryouba >
i'm in the confines of my own little script and noone except for me (and me in a few years) will ever use it
12:30
zathraz has joined #ruby
12:30
zathraz is now known as Guest23072
12:31
banisterfiend has joined #ruby
12:31
<
phaul >
ah, so they demonstrate how this can be done..
12:32
<
mnemon >
ryouba: foo.merge({bar: { blah: { baz: "hello world" }}}) ?
12:32
greengriminal has joined #ruby
12:32
greengriminal has quit [Client Quit]
12:32
Guest88912 has quit [Ping timeout: 245 seconds]
12:32
greengriminal has joined #ruby
12:33
banisterfiend has quit [Read error: Connection reset by peer]
12:34
<
phaul >
ryouba: it's a neat trick
12:35
tdy has quit [Ping timeout: 252 seconds]
12:35
gell5 has joined #ruby
12:40
gell5 has quit [Ping timeout: 246 seconds]
12:41
Guest23072 has quit [Ping timeout: 258 seconds]
12:43
<
ryouba >
phaul: okay, i was afraid you'd call it vile instead of neat :-P
12:44
<
phaul >
well. it's a neat party trick. I wouldn't use it in production code. It's way too clever for that.
12:45
<
ryouba >
unfortunately it makes everything so infinitely easier that i'll just pack it into a class of its own and call it WayTooCleverHash or something like that
12:46
<
ryouba >
but then that script's job is basically to create a deep tree of things and before i
12:46
<
ryouba >
'm done i won't know how that'll look like
12:48
<
ryouba >
"production" code is such a nebulous term
12:49
<
ryouba >
if i'm a scientist trying to make heads and tails of something using code as a tool and then once i know what i'm dealing with that code won't be used much anymore, was i "productive" with it? sure...
12:49
<
ryouba >
but i suspect people who talk about "production" code are thinking about things like maintainability, security, attack vectors, etc.
12:50
<
phaul >
maintainablity is the key.
12:51
<
ryouba >
and ease-of-reading is part of that, right?
12:51
<
phaul >
yeah just what I wanted to say :)
12:55
<
ryouba >
okay, good then :)
12:55
lalitmee has joined #ruby
12:58
lucasb has joined #ruby
13:05
DTZUZO has joined #ruby
13:05
lalitmee has left #ruby ["Leaving"]
13:14
gell5 has joined #ruby
13:15
suukim has quit [Quit: Konversation terminated!]
13:18
AJA4351 has joined #ruby
13:20
AJA4350 has quit [Ping timeout: 246 seconds]
13:20
AJA4351 is now known as AJA4350
13:21
gell5 has quit [Ping timeout: 258 seconds]
13:30
throstur has joined #ruby
13:32
<
NL3limin4t0r >
ryouba: Hash.new { |hash, key| hash[key] = Hash.new(&hash.default_proc) }
13:32
<
phaul >
that's what was under the link
13:32
<
NL3limin4t0r >
Ah, didn't had a look at that yet.
13:35
fig-le-deunch has joined #ruby
13:40
rafadc has quit [Read error: Connection reset by peer]
13:40
rafadc has joined #ruby
13:44
schaerli has quit [Ping timeout: 245 seconds]
13:52
leitz has quit [Quit: Leaving]
13:52
Inline has joined #ruby
14:10
Intelo has quit [Remote host closed the connection]
14:10
throstur has quit [Remote host closed the connection]
14:11
Intelo has joined #ruby
14:14
fig-le-deunch has quit [Quit: Konversation terminated!]
14:15
Intelo has quit [Ping timeout: 244 seconds]
14:20
banisterfiend has joined #ruby
14:20
banisterfiend has quit [Read error: Connection reset by peer]
14:22
zulu_ has joined #ruby
14:22
crankharder has joined #ruby
14:23
<
zulu_ >
test message!
14:24
<
phaul >
zulu_: you are loud and clear on freenode/#ruby
14:25
Esa_ has joined #ruby
14:25
AJA4351 has joined #ruby
14:26
AJA4350 has quit [Ping timeout: 245 seconds]
14:26
AJA4351 is now known as AJA4350
14:27
schne1der has quit [Ping timeout: 245 seconds]
14:29
fphilipe has joined #ruby
14:31
fphilipe_ has quit [Ping timeout: 244 seconds]
14:32
suukim has joined #ruby
14:42
Intelo has joined #ruby
14:47
`Alison has joined #ruby
14:48
banisterfiend has joined #ruby
14:50
banisterfiend has quit [Read error: Connection reset by peer]
14:51
banisterfiend has joined #ruby
14:55
queip has quit [Ping timeout: 245 seconds]
14:57
banisterfiend has quit [Read error: Connection reset by peer]
15:03
rippa has joined #ruby
15:03
Intelo has quit [Remote host closed the connection]
15:04
queip has joined #ruby
15:05
banisterfiend has joined #ruby
15:07
banisterfiend has quit [Read error: Connection reset by peer]
15:07
banisterfiend has joined #ruby
15:12
banisterfiend has quit [Read error: Connection reset by peer]
15:13
aarzaga has joined #ruby
15:14
aarzaga has left #ruby [#ruby]
15:17
gell5 has joined #ruby
15:18
fphilipe has quit [Read error: Connection reset by peer]
15:22
fphilipe has joined #ruby
15:24
Esa_ has joined #ruby
15:24
x86sk has joined #ruby
15:24
gell5 has quit [Ping timeout: 244 seconds]
15:29
TomyWork has quit [Ping timeout: 246 seconds]
15:30
banisterfiend has joined #ruby
15:31
AJA4351 has joined #ruby
15:32
AJA4350 has quit [Ping timeout: 245 seconds]
15:32
AJA4351 is now known as AJA4350
15:32
banisterfiend has quit [Read error: Connection reset by peer]
15:33
schne1der has joined #ruby
15:40
schne1der has quit [Ping timeout: 258 seconds]
15:41
banisterfiend has joined #ruby
15:42
dretnx has joined #ruby
15:43
banisterfiend has quit [Read error: Connection reset by peer]
15:49
banisterfiend has joined #ruby
15:49
banisterfiend has quit [Client Quit]
15:50
banisterfiend has joined #ruby
15:51
ooldirty has quit [Ping timeout: 245 seconds]
15:52
banisterfiend has quit [Read error: Connection reset by peer]
15:57
queip has quit [Ping timeout: 258 seconds]
16:01
banisterfiend has joined #ruby
16:03
`Alison has joined #ruby
16:03
`Alison has quit [Remote host closed the connection]
16:04
`Alison has joined #ruby
16:04
`Alison has quit [Client Quit]
16:05
banisterfiend has quit [Read error: Connection reset by peer]
16:06
`Alison has joined #ruby
16:06
gix has joined #ruby
16:07
queip has joined #ruby
16:09
andikr has quit [Remote host closed the connection]
16:10
phaul has quit [Ping timeout: 245 seconds]
16:10
rubydoc has quit [Ping timeout: 245 seconds]
16:11
rubydoc has joined #ruby
16:14
fphilipe has quit [Ping timeout: 258 seconds]
16:15
sagax has quit [Ping timeout: 246 seconds]
16:16
aphprentice__ has joined #ruby
16:17
phaul has joined #ruby
16:21
hays has quit [Ping timeout: 244 seconds]
16:25
hays has joined #ruby
16:30
dretnx has quit [Ping timeout: 245 seconds]
16:32
dretnx has joined #ruby
16:37
akem-hp_ has joined #ruby
16:40
akem-hp has quit [Ping timeout: 258 seconds]
16:40
banisterfiend has joined #ruby
16:42
Emmanuel_Chanel has quit [Quit: Leaving]
16:44
Intelo has joined #ruby
16:45
Emmanuel_Chanel has joined #ruby
16:48
Emmanuel_Chanel has quit [Client Quit]
16:53
banisterfiend has quit [Ping timeout: 246 seconds]
16:54
schne1der has joined #ruby
17:00
renich has joined #ruby
17:02
Emmanuel_Chanel has joined #ruby
17:03
ghormoon has quit [Remote host closed the connection]
17:03
ghormoon has joined #ruby
17:05
banisterfiend has joined #ruby
17:15
SeepingN has joined #ruby
17:18
sagax has joined #ruby
17:19
zulu_ has quit [Quit: Konversation terminated!]
17:19
banisterfiend has quit [Read error: Connection reset by peer]
17:20
renich has quit [Quit: renich]
17:21
gell5 has joined #ruby
17:21
renich has joined #ruby
17:22
Intelo has quit [Ping timeout: 246 seconds]
17:23
banisterfiend has joined #ruby
17:25
gell5 has quit [Ping timeout: 246 seconds]
17:25
banisterfiend has quit [Read error: Connection reset by peer]
17:25
banister_ has joined #ruby
17:30
tpanarch1st has joined #ruby
17:30
fphilipe has joined #ruby
17:34
banister_ has quit [Read error: Connection reset by peer]
17:35
fphilipe has quit [Ping timeout: 250 seconds]
17:36
Intelo has joined #ruby
17:37
fphilipe has joined #ruby
17:40
AJA4351 has joined #ruby
17:42
AJA4350 has quit [Ping timeout: 245 seconds]
17:42
AJA4351 is now known as AJA4350
17:44
dellavg has joined #ruby
17:46
banisterfiend has joined #ruby
17:47
<
leftylink >
where's the person's weird thing
17:49
<
leftylink >
found it.
17:50
<
leftylink >
->f{f[f]}[->f{Hash.new{|h,k|h[k]=f[f]}}]
17:50
john_ has joined #ruby
17:52
gell5 has joined #ruby
17:56
dinfuehr has quit [Ping timeout: 246 seconds]
17:58
gell5 has quit [Ping timeout: 245 seconds]
17:59
dinfuehr has joined #ruby
18:02
john_ has quit [Remote host closed the connection]
18:02
wildtrees has joined #ruby
18:04
suukim has quit [Quit: Konversation terminated!]
18:05
vjacob has quit [Read error: Connection reset by peer]
18:32
dionysus70 has joined #ruby
18:33
ravenous_ has joined #ruby
18:34
gell5 has joined #ruby
18:34
sameerynho has joined #ruby
18:36
dionysus69 has quit [Ping timeout: 252 seconds]
18:36
dionysus70 is now known as dionysus69
18:40
gell5 has quit [Ping timeout: 246 seconds]
18:44
x86sk has quit [Quit: Connection closed for inactivity]
18:46
queip has quit [Ping timeout: 245 seconds]
18:48
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:50
banisterfiend has joined #ruby
18:52
<
NL3limin4t0r >
leftylink: What's the question?
18:53
emptyflask has joined #ruby
18:54
banisterfiend has quit [Client Quit]
18:54
elphe has quit [Ping timeout: 245 seconds]
18:54
queip has joined #ruby
18:56
tdy has joined #ruby
19:00
za1b1tsu has joined #ruby
19:01
duderonomy has joined #ruby
19:02
crankharder has quit [Ping timeout: 244 seconds]
19:03
dbugger has left #ruby ["Leaving"]
19:05
banisterfiend has joined #ruby
19:06
joaumg has joined #ruby
19:06
banisterfiend has quit [Client Quit]
19:10
ebbflowgo has joined #ruby
19:11
elphe has joined #ruby
19:12
defnofdumb has quit [Remote host closed the connection]
19:13
brool has joined #ruby
19:23
crankharder has joined #ruby
19:24
elphe has quit [Quit: leaving]
19:26
crankharder has quit [Read error: Connection reset by peer]
19:29
Technodrome has quit [Ping timeout: 245 seconds]
19:30
lxsameer has quit [Ping timeout: 252 seconds]
19:31
NL3limin4t0r is now known as NL3limin4t0r_afk
19:35
x86sk has joined #ruby
19:35
gigetoo has quit [Ping timeout: 245 seconds]
19:36
gigetoo has joined #ruby
19:41
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
19:43
luminousnine has quit [Quit: Toodles]
19:44
MrBusiness3 has joined #ruby
19:46
xfbs has joined #ruby
19:47
MrBismuth has quit [Ping timeout: 264 seconds]
19:51
r29v has joined #ruby
19:51
dellavg has quit [Ping timeout: 245 seconds]
19:53
Technodrome has joined #ruby
19:54
luminousnine has joined #ruby
19:54
luminousnine has quit [Changing host]
19:54
luminousnine has joined #ruby
19:55
luminousnine has quit [Read error: Connection reset by peer]
19:59
luminousnine has joined #ruby
19:59
luminousnine has quit [Changing host]
19:59
luminousnine has joined #ruby
20:03
banisterfiend has joined #ruby
20:05
ioquatix has joined #ruby
20:07
Xiti` has joined #ruby
20:08
tpanarch1st has quit [Read error: Connection reset by peer]
20:08
tpanarch1st has joined #ruby
20:09
Brian-W-Gray has joined #ruby
20:09
dionysus69 has quit [Read error: Connection reset by peer]
20:11
BrianWGray has quit [Ping timeout: 268 seconds]
20:11
Xiti has quit [Ping timeout: 268 seconds]
20:16
banister_ has joined #ruby
20:16
banister_ has quit [Remote host closed the connection]
20:21
Intelo has quit [Ping timeout: 246 seconds]
20:22
Epitaph64 has joined #ruby
20:23
<
Epitaph64 >
Anyone have experience here w/ setting up Action Text on Rails 6.0? I have migrated a Ruby on Rails site from 5.2 to 6.0 and the editor no longer appears but the posts formerly created w/ it still retrieve from the DB properly. I see one JS syntax error complaining about an Active Storage AttachmentUpload function in the packaged js. Anyone have an
20:23
<
Epitaph64 >
y ideas?
20:25
schne1der has quit [Ping timeout: 245 seconds]
20:25
Intelo has joined #ruby
20:27
reber has joined #ruby
20:29
ur5us has joined #ruby
20:30
imtravis has joined #ruby
20:30
ioquatix has quit [Quit: ioquatix]
20:31
ElFerna has joined #ruby
20:36
gell5 has joined #ruby
20:42
gell5 has quit [Ping timeout: 244 seconds]
20:56
aphprentice__ has quit [Quit: Connection closed for inactivity]
20:57
poontangmessiah_ has quit [Remote host closed the connection]
21:00
AJA4350 has quit [Ping timeout: 245 seconds]
21:01
yokel has quit [Ping timeout: 245 seconds]
21:02
yokel has joined #ruby
21:02
ravenous_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:03
ebbflowgo has quit [Quit: ebbflowgo]
21:03
za1b1tsu has quit [Read error: Connection reset by peer]
21:04
wildtrees has quit [Quit: Leaving]
21:04
ioquatix has joined #ruby
21:08
bitwinery has joined #ruby
21:09
Exuma has joined #ruby
21:11
gell5 has joined #ruby
21:15
Xiti` has quit [Ping timeout: 246 seconds]
21:16
ioquatix has quit [Quit: ioquatix]
21:17
gell5 has quit [Ping timeout: 245 seconds]
21:18
ioquatix has joined #ruby
21:25
hiroaki_ has joined #ruby
21:27
hiroaki has quit [Ping timeout: 246 seconds]
21:32
catbusters has joined #ruby
21:32
tbisker8 has joined #ruby
21:32
hiroaki_ has quit [Ping timeout: 245 seconds]
21:33
titanbiscuit has quit [Ping timeout: 245 seconds]
21:44
tbisker8 has quit [Read error: Connection reset by peer]
21:45
hiroaki_ has joined #ruby
21:46
titanbiscuit has joined #ruby
21:46
ioquatix has quit [Quit: ioquatix]
21:50
Xiti has joined #ruby
21:51
ioquatix has joined #ruby
21:51
bmurt has joined #ruby
21:58
bambanx has joined #ruby
22:01
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:01
donofrio_ has joined #ruby
22:05
BTRRY has joined #ruby
22:06
BTRE has quit [Ping timeout: 252 seconds]
22:06
donofrio has quit [Ping timeout: 252 seconds]
22:07
banisterfiend has joined #ruby
22:10
banisterfiend has quit [Read error: Connection reset by peer]
22:12
Intelo has quit [Read error: Connection reset by peer]
22:18
Intelo has joined #ruby
22:21
r29v has quit [Quit: r29v]
22:26
reber has quit [Remote host closed the connection]
22:26
ElFerna has quit [Remote host closed the connection]
22:28
r29v has joined #ruby
22:54
Epitaph64 has quit [Remote host closed the connection]
23:01
poontangmessiah has joined #ruby
23:07
banisterfiend has joined #ruby
23:08
sameerynho has quit [Ping timeout: 244 seconds]
23:10
stooj has joined #ruby
23:14
gell5 has joined #ruby
23:18
Fusl has quit [Excess Flood]
23:18
greengriminal has quit [Quit: Leaving]
23:19
Fusl has joined #ruby
23:21
gell5 has quit [Ping timeout: 246 seconds]
23:23
tpanarch1st has quit [Quit: Thanks for your help, nice to see you, take care.]
23:23
hiroaki_ has quit [Ping timeout: 258 seconds]
23:24
duderono_ has joined #ruby
23:25
duderonomy has quit [Ping timeout: 245 seconds]
23:27
ioquatix has quit [Quit: ioquatix]
23:29
r29v has quit [Quit: r29v]
23:29
budonyc has joined #ruby
23:31
banisterfiend has joined #ruby
23:34
banisterfiend has quit [Read error: Connection reset by peer]
23:38
Exuma has joined #ruby
23:51
catbusters has quit [Quit: Connection closed for inactivity]
23:54
planigan has quit [Ping timeout: 245 seconds]
23:56
duderono_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:57
lucasb has quit [Quit: Connection closed for inactivity]
23:58
banisterfiend has joined #ruby
23:58
banisterfiend has quit [Read error: Connection reset by peer]