adam12 changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.0.2, 2.7.4, 2.6.8: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
ur5us has quit [Ping timeout: 252 seconds]
flooose has quit [Ping timeout: 252 seconds]
Oxfuxxx has quit [Ping timeout: 252 seconds]
Oxfuxxx has joined #ruby
Rounin has quit [Ping timeout: 245 seconds]
ur5us has joined #ruby
reset has quit [Quit: reset]
Oxfuxxx has quit [Ping timeout: 252 seconds]
Oxfuxxx has joined #ruby
lunarkitty has quit [Quit: Connection closed for inactivity]
jetchisel has joined #ruby
Oxfuxxx has quit [Ping timeout: 240 seconds]
Oxfuxxx has joined #ruby
Guest2586 has joined #ruby
Guest2586 has quit [Client Quit]
Oxfuxxx has quit [Ping timeout: 252 seconds]
<bjonnh> Is there a book covering ruby's under the hood? I've seen that https://nostarch.com/rum but I wonder if there is something more recent
Oxfuxxx has joined #ruby
Skyfire has joined #ruby
nemesit has quit [Quit: Textual IRC Client: www.textualapp.com]
jpw has joined #ruby
Skyfire has quit [Quit: brb]
ur5us has quit [Ping timeout: 240 seconds]
gr33n7007h has quit [Quit: WeeChat 3.2]
Skyfire has joined #ruby
TomyWork has joined #ruby
teclator has joined #ruby
Rounin has joined #ruby
lunarkitty has joined #ruby
ur5us has joined #ruby
kiki_lamb has quit [Ping timeout: 240 seconds]
goldfish has joined #ruby
teclator has quit [Ping timeout: 252 seconds]
teclator has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 252 seconds]
kiki_lamb has joined #ruby
flooose has joined #ruby
goldfish has quit [Read error: Connection reset by peer]
goldfish has joined #ruby
kiki_lamb has quit [Ping timeout: 245 seconds]
Oxfuxxx has quit [Read error: Connection reset by peer]
goldfish has quit [Ping timeout: 245 seconds]
Oxfuxxx has joined #ruby
goldfish has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
CrazyEddy has quit [Ping timeout: 240 seconds]
goldfish has quit [Ping timeout: 256 seconds]
goldfish has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 240 seconds]
Garb0 has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 245 seconds]
<ox1eef> ruby under the microscope is the only book in that category i know of, and i think any book in that category would become dated quick.
<rapha> morning
<rapha> which kinds of variables defined on a module are in scope inside class definition also defined on that same module?
<rapha> i know THESE and AlsoThese, but not @these ... is that correct or am i on the wrong path here?
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
<nakilon> this might depend on how you define class
<nakilon> if "MyClass = Class.new do" then probably it sees all of that
<rapha> ah, no, meant simple "module Foo; XYZ=:xyz; XyZ=:xyz; @xyz=:xyz; class Bar; pp XYZ, XyZ, @xyz; end; end"
<rapha> simply*
dachi_ has quit [Ping timeout: 245 seconds]
ur5us has quit [Ping timeout: 250 seconds]
fdan has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
fdan has quit [Quit: Client closed]
Oxfuxxx has quit [Ping timeout: 240 seconds]
lunarkitty has quit [Quit: Connection closed for inactivity]
kiki_lamb has joined #ruby
maria_elis has joined #ruby
Garb0 has quit [Ping timeout: 252 seconds]
kiki_lamb has quit [Ping timeout: 240 seconds]
Garb0 has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 256 seconds]
Garb0 has quit [Read error: Connection reset by peer]
Rounin has quit [Ping timeout: 240 seconds]
kiki_lamb has joined #ruby
teclator has quit [Ping timeout: 256 seconds]
kiki_lamb has quit [Ping timeout: 256 seconds]
teclator has joined #ruby
goldfish has quit [Remote host closed the connection]
kiki_lamb has joined #ruby
goldfish has joined #ruby
kiki_lamb has quit [Ping timeout: 252 seconds]
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 252 seconds]
fanhako has joined #ruby
<fanhako> hi, I am not sure If I can ask this here but has anyone here found a solution to make capistrano works with ssh/2FA ?
kiki_lamb has joined #ruby
work has joined #ruby
kiki_lamb has quit [Ping timeout: 256 seconds]
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 252 seconds]
kiki_lamb has joined #ruby
dviola has quit [Changing host]
dviola has joined #ruby
kiki_lamb has quit [Ping timeout: 256 seconds]
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 245 seconds]
bit4bit has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 252 seconds]
bit4bit has quit [Ping timeout: 252 seconds]
CrazyEddy has joined #ruby
shokohsc8 has quit [Read error: Connection reset by peer]
kiki_lamb has joined #ruby
shokohsc8 has joined #ruby
kiki_lamb has quit [Ping timeout: 256 seconds]
kiki_lamb has joined #ruby
<bjonnh> ox1eef: thanks
kiki_lamb has quit [Ping timeout: 252 seconds]
kiki_lamb has joined #ruby
reset has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
<rapha> he's gone now, but i think my favourite part of ruby is '😃'*5678, as little-used as that might be, it's just cool.
wawawewa has joined #ruby
<wawawewa> Say I want to set up Devise and commit my changes to my repo, is it ok to group similar stuff together in commits or would I have to microscopically split things up and explain in detail every change made to every file and how it all correlates to my other commits as well as RoR/webdev in general?
<wawawewa> Right now I have the commits "Add Devise gem", "Run Devise installer" and "Generate Devise user model" which look fine separately. But as for stuff like adding Devise permitted parameters to the application controller, adding basic user stuff to my controllers and views -- is it ok to just put it all under "Set up basic user auth"?
<wawawewa> should have asked in #rubyonrails sorry
eldritch_ has quit [Quit: bye]
kiki_lamb has joined #ruby
eldritch_ has joined #ruby
kiki_lamb has quit [Ping timeout: 240 seconds]
mikrosis has joined #ruby
<adam12> wawawewa: This is more generic and not really related to Rails.
<adam12> wawawewa: This will change depending on team / project, but you wouldn't want to be overprescribing. Think "logical units". I generally might group the Gemfile changes in one, then the rest of the setup in another. For no specific reason other than installing a gem seems like a unit in itself, and then the configuation another.
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 245 seconds]
<nyuszika7h> <rapha> he's gone now, but i think my favourite part of ruby is '😃'*5678, as little-used as that might be, it's just cool. <-- works in Python too :P
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 256 seconds]
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 245 seconds]
TomyWork has quit [Remote host closed the connection]
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Skyfire has quit [Quit: WeeChat 3.2]
dhruvasagar has quit [Ping timeout: 252 seconds]
kiki_lamb has joined #ruby
Skyfire has joined #ruby
kiki_lamb has quit [Ping timeout: 252 seconds]
fanhako has quit [Ping timeout: 252 seconds]
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 252 seconds]
_ht has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
hololeap_ has joined #ruby
hololeap has quit [Ping timeout: 276 seconds]
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
freeworld has joined #ruby
kiki_lamb has joined #ruby
lunarkitty has joined #ruby
kiki_lamb has quit [Ping timeout: 252 seconds]
<wawawewa> adam12: hmmm.. that makes a lot of sense. logical units :D yesss!
kiki_lamb has joined #ruby
<wawawewa> also one of the peeps from #git said the commit diffs will tell the whole story (so no need for me to study technical writing which was originally the plan), also they pointed out it depends on the audience
e2 has quit [Write error: Connection reset by peer]
_ht has quit [Remote host closed the connection]
e2 has joined #ruby
jpw has quit [Remote host closed the connection]
jpw has joined #ruby
ur5us has joined #ruby
jpw has quit [Remote host closed the connection]
dviola has quit [Quit: WeeChat 3.2]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
sgt_chuckles has joined #ruby
Starfoxxes has quit [Ping timeout: 240 seconds]
Starfoxxes has joined #ruby
CrazyEddy has quit [Ping timeout: 252 seconds]
Oxfuxxx has joined #ruby
Rounin has joined #ruby
nik has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
freeworld has quit [Ping timeout: 252 seconds]
nik has quit [Quit: Leaving]
goldfish_ has joined #ruby
goldfish has quit [Ping timeout: 240 seconds]
goldfish__ has joined #ruby
goldfish_ has quit [Ping timeout: 252 seconds]
Oxfuxxx_ has joined #ruby
Oxfuxxx has quit [Ping timeout: 252 seconds]
goldfish__ has quit [Ping timeout: 240 seconds]
mikrosis has quit [Ping timeout: 240 seconds]
CrazyEddy has joined #ruby