00:08
hololeap has quit [Remote host closed the connection]
00:11
hololeap has joined #ruby
00:36
swaggboi has joined #ruby
00:46
Cork has joined #ruby
00:51
samgranieri has quit [Ping timeout: 240 seconds]
00:55
Jantz has joined #ruby
00:55
Jantz has quit [Excess Flood]
01:04
ur5us_ has quit [Ping timeout: 240 seconds]
01:05
swaggboi has quit [Quit: C-x C-c]
01:14
samgranieri has joined #ruby
01:17
<
sagax >
example this
01:18
<
sagax >
i see 404 with any gem with rdoc
01:38
<
adam12 >
sagax: what command did you run? just gem server?
01:49
ur5us_ has joined #ruby
02:33
<
sagax >
`gem server`
02:34
<
sagax >
because i need old ruby 2.3.8
02:38
michigan has quit [Quit: Connection closed for inactivity]
02:48
fef has joined #ruby
02:56
sylario has quit [Quit: Connection closed for inactivity]
03:28
fef has quit [Ping timeout: 276 seconds]
03:40
fef has joined #ruby
04:55
ur5us_ has quit [Ping timeout: 240 seconds]
05:10
smp has quit [Ping timeout: 268 seconds]
05:12
smp has joined #ruby
05:16
easbarba` has left #ruby [ERC (IRC client for Emacs 27.1)]
05:19
fef has quit [Ping timeout: 276 seconds]
05:24
orbyt_v10 has joined #ruby
05:26
Rounin has joined #ruby
05:41
orbyt_v10 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:50
mahlon has quit [Ping timeout: 256 seconds]
05:54
Al2O3 has quit [Ping timeout: 240 seconds]
06:04
Pipip has joined #ruby
06:07
Ryo99 has joined #ruby
06:09
<
Ryo99 >
Hi, when I used "rails db:create" , the following error message appeared.rails aborted!
06:09
<
Ryo99 >
LoadError: cannot load such file -- Win32API
06:09
<
Ryo99 >
Did you mean? win32/sspi
06:10
<
Ryo99 >
does anyone know how to fix this error?
06:30
Ryo99 has quit [Quit: Client closed]
06:46
Guest56 has joined #ruby
06:46
<
Guest56 >
i had a question for rails, sorry
06:46
Cork has quit [Ping timeout: 240 seconds]
06:47
<
Guest56 >
i want to use coffeescript in rails 6, any idea?
06:54
cyj123 has joined #ruby
06:59
Guest56 has quit [Quit: Client closed]
07:21
Ryo21 has joined #ruby
07:21
Ryo21 has quit [Client Quit]
07:32
teclator has joined #ruby
07:32
ur5us_ has joined #ruby
07:42
_ht has joined #ruby
07:42
bhaak has joined #ruby
07:42
sagax has quit [Ping timeout: 260 seconds]
08:35
ur5us_ has quit [Ping timeout: 240 seconds]
09:05
<
nakilon >
Class.instance_of? Class #=> true wat?
09:09
Al2O3 has joined #ruby
09:15
Al2O3 has quit [Remote host closed the connection]
09:17
Al2O3 has joined #ruby
09:26
___nick___ has joined #ruby
09:37
mahlon has joined #ruby
09:47
Pipip has quit [Remote host closed the connection]
10:23
weyhmueller has joined #ruby
10:56
huma has joined #ruby
11:05
weyhmueller has joined #ruby
11:18
huma has quit [Ping timeout: 256 seconds]
11:26
hololeap has quit [Ping timeout: 276 seconds]
11:28
weyhmueller has joined #ruby
12:14
cornduck has quit [Remote host closed the connection]
12:19
cornduck has joined #ruby
12:22
aby-7903 has joined #ruby
12:27
aby-7903 is now known as bluedust
12:28
bluedust is now known as aj___
12:28
aj___ is now known as aby
12:29
aby is now known as bluedust
12:32
bluedust has quit []
12:32
aby-7903 has joined #ruby
12:35
aby-7903 has quit [Client Quit]
12:36
bluedust has joined #ruby
13:03
sagax has joined #ruby
13:32
cek has joined #ruby
13:34
<
cek >
I've got a funny and extremely huge JSON object that I'd like to "multiply" for test purposes changing only a couple of values deep inside it. Any suitable fast framework I could use for that?
13:34
<
cek >
factorybot would be an overkill -- I'll die defining all the nested relations.
13:56
<
nakilon >
is the replacable substring unique?
13:57
<
nakilon >
convert json to string, use .sub, then convert back to json
14:01
<
cek >
I could've used ERB to output json without actually parsing it, but I'd rather have ruby know what it's dealing with.
16:04
cornduck has quit [Remote host closed the connection]
16:04
cornduck has joined #ruby
16:20
huma has joined #ruby
16:44
sylario has joined #ruby
16:46
huma has quit [Ping timeout: 250 seconds]
17:11
cek has quit [Quit: Connection closed for inactivity]
17:38
pandabot has quit [Quit: thanks for showing me the light]
17:39
pandabot has joined #ruby
18:23
lim has joined #ruby
18:34
howdoi has joined #ruby
18:41
jhass has quit [Ping timeout: 245 seconds]
19:17
jhass has joined #ruby
19:26
dviola has joined #ruby
19:42
dviola has left #ruby [WeeChat 3.3]
19:47
roadie has joined #ruby
19:56
ur5us_ has joined #ruby
20:20
goldfish has joined #ruby
20:21
darkstardevx has joined #ruby
20:22
darkstardevx has quit [Remote host closed the connection]
20:23
darkstardevx has joined #ruby
20:23
bluedust_ has joined #ruby
20:26
bluedust has quit [Ping timeout: 240 seconds]
20:28
bluedust has joined #ruby
20:28
bluedust_ has quit [Ping timeout: 240 seconds]
20:37
samgranieri has quit [Quit: samgranieri]
20:40
samgranieri has joined #ruby
21:04
___nick___ has quit [Ping timeout: 260 seconds]
21:05
_ht has quit [Remote host closed the connection]
21:19
bluedust_ has joined #ruby
21:20
shokohsc has joined #ruby
21:22
bluedust has quit [Ping timeout: 256 seconds]
21:27
shokohsc has joined #ruby
21:41
roadie has quit [Ping timeout: 252 seconds]
21:42
random-jellyfish has joined #ruby
21:46
<
libsys >
can I define a lambda with keyword arguments?
21:49
<
libsys >
I can, but it doesn't work on my code... I'll be back if needed
21:58
ua_ has quit [Excess Flood]
21:59
ua_ has joined #ruby
22:02
darkstardevx has quit [Read error: Connection reset by peer]
22:08
roadie has joined #ruby
22:13
samgranieri has quit [Quit: samgranieri]
22:15
roadie has quit [Ping timeout: 268 seconds]
22:18
darkstardevx has joined #ruby
22:20
cek has joined #ruby
22:21
<
cek >
ERB isn't showing lines where the error is. just generic `TypeError: no implicit conversion of Hash into Integer`
22:21
<
cek >
how do I make it show the lines/offset or just any clue?
22:30
<
cek >
okay, it was the arg order in older #new
22:37
<
nakilon >
libsys, ->(a:1, b:2){p [a,b]}.call(b: 3) #-> [1, 3] # what's the problem?
22:41
roadie has joined #ruby
22:46
roadie has quit [Ping timeout: 240 seconds]
22:49
dukester has joined #ruby
22:51
dukester has left #ruby [Leaving]
22:56
bluedust_ has quit [Remote host closed the connection]
22:57
roadie has joined #ruby
23:03
roadie has quit [Ping timeout: 252 seconds]
23:15
roadie has joined #ruby
23:16
random-jellyfish has quit [Ping timeout: 256 seconds]
23:18
ur5us_ has quit [Ping timeout: 240 seconds]
23:20
roadie has quit [Ping timeout: 268 seconds]
23:21
goldfish has quit [Ping timeout: 240 seconds]
23:25
darkstardevx has quit [Remote host closed the connection]
23:49
lim has quit [Quit: WeeChat 3.2.1]