Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_merlim_ has quit [Quit: Connection closed]
sagax has joined #ruby
akem has quit [Quit: leaving]
akem has joined #ruby
jenrzzz has joined #ruby
ChmEarl has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
akem has quit [Read error: Connection reset by peer]
akem has joined #ruby
Inv1s1ble has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jla has joined #ruby
RougeR has quit [Remote host closed the connection]
jla has quit [Ping timeout: 256 seconds]
Mia has quit [Ping timeout: 260 seconds]
Mia has joined #ruby
Rudd0 has joined #ruby
Technodrome has joined #ruby
moldorcoder7 has quit [Ping timeout: 272 seconds]
moldorcoder7 has joined #ruby
mikecmpbll has joined #ruby
dinfuehr has quit [Ping timeout: 272 seconds]
ruurd has joined #ruby
dinfuehr has joined #ruby
GodFather has quit [Ping timeout: 240 seconds]
orbyt_ has joined #ruby
SuperLag has joined #ruby
GodFather has joined #ruby
AndreYuhai has quit [Quit: Leaving]
mikecmpbll has quit [Quit: inabit.]
jla has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jla has quit [Ping timeout: 240 seconds]
jla has joined #ruby
GodFather has quit [Ping timeout: 240 seconds]
Xiti` has quit [Quit: Leaving]
JohnBanana has joined #ruby
s3nd1v0g1us has quit [Ping timeout: 264 seconds]
adu_ has joined #ruby
adu_ is now known as adu
<JohnBanana>
Hello
JohnBanana has left #ruby [#ruby]
dionysus69 has quit [Ping timeout: 246 seconds]
Xiti has joined #ruby
s3nd1v0g1us has joined #ruby
stdedos has joined #ruby
leah2 has quit [Ping timeout: 272 seconds]
goepsilongo has joined #ruby
jla has quit [Ping timeout: 240 seconds]
kristian_on_linu has quit [Remote host closed the connection]
adu has quit [Quit: adu]
ruurd has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
leah2 has joined #ruby
jla has joined #ruby
Technodrome has joined #ruby
weaksauce has joined #ruby
Inv1s1ble has left #ruby ["User left"]
Inv1s1ble has joined #ruby
ur5us_ has joined #ruby
dviola has left #ruby ["WeeChat 3.0"]
dviola has joined #ruby
fercell has quit [Ping timeout: 264 seconds]
cnsvc has joined #ruby
leah2 has quit [Ping timeout: 264 seconds]
jla has quit [Ping timeout: 272 seconds]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dfucci has quit [Ping timeout: 240 seconds]
ur5us_ has quit [Ping timeout: 264 seconds]
vondruch has quit [Read error: Connection reset by peer]
Technodrome has joined #ruby
dfucci has joined #ruby
bucareli has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has joined #ruby
Inv1s1ble has left #ruby ["User left"]
moldorcoder7 has quit [Ping timeout: 240 seconds]
moldorcoder7 has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
leah2 has joined #ruby
postmodern has joined #ruby
AndreYuhai has joined #ruby
AndreYuhai has quit [Client Quit]
AndreYuhai has joined #ruby
cnsvc has quit [Quit: WeeChat 3.0]
<AndreYuhai>
I am finally trying to learn RoR and I've been trying to add custom columns for a devise user. Like so: https://bpa.st/E3DQ I've changed the sanitizers but I still don't see any change in the DB. Am I missing something? Is there anything else to do for the changes to apply?
<AndreYuhai>
And also I've created the migration and did rails db:migrate as well
<AndreYuhai>
I am basically trying to add a first name and a last name for a user.
cnsvc has joined #ruby
stdedos has quit [Quit: Connection closed]
bucareli has quit [Ping timeout: 256 seconds]
pwnd_sfw has joined #ruby
pwnd_sfw has quit [Client Quit]
pwnd_sfw has joined #ruby
pwnd_sfw has quit [Client Quit]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
pwnd_sfw has joined #ruby
pwnd_sfw has quit [Client Quit]
s_ has quit [Read error: Connection reset by peer]
Xiti` has joined #ruby
s_ has joined #ruby
SuperLag has quit [Ping timeout: 272 seconds]
Xiti has quit [Ping timeout: 240 seconds]
goepsilongo has quit [Quit: WeeChat 3.0]
<isene>
How do I suppress stout when doing eval? I only want the result of the eval captured in a variable with absolutely no output to the terminal.
bucareli has joined #ruby
bucareli has quit [Ping timeout: 256 seconds]
neonloop has quit [Quit: Bridge terminating on SIGTERM]
neonloop has joined #ruby
bucareli has joined #ruby
<AndreYuhai>
I've figured that I need to call before_action :configure_permitted_parameters, if: :devise_controller? in my application_controller.rb but why is that? I mean I had already changed Users::RegistrationController, wouldn't that be enough? Here you can see both files https://bpa.st/I5XQ . So what's the difference between these two?