Codeplace | User Authentication in Ruby on Rails using Devise

Codeplace | User Authentication in Ruby on Rails using Devise

Codeplace

9 лет назад

39,294 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

sama foad
sama foad - 09.04.2020 17:25

If it's not sending email
Add this snippet of code in development.rb


config.action_mailer.raise_delivery_errors = true
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
config.action_mailer.perform_deliveries = true
config.action_mailer.default :charset => "utf-8"

config.action_mailer.delivery_method = :smtp
# config.action_mailer.delivery_method = :letter_opener
config.action_mailer.smtp_settings = {
:address => 'smtp.gmail.com',
:port => 587,
# in previous Stackoverflow I read :domain part wasn't needed, so leave it out
# :domain => 'gmail.com',
:user_name => '[email protected]',
:password => 'weakpass',
:authentication => 'plain',
:enable_starttls_auto => true
}

Ответить
vivek srivastava
vivek srivastava - 02.10.2019 18:57

Great video man...thanks

Ответить
Farrukh Moazzem
Farrukh Moazzem - 31.08.2019 11:28

wonderful.............................good job, thanks

Ответить
Irina KS
Irina KS - 01.05.2019 11:27

Thank you for this great video. Very clear step-by-step description of each Devise function

Ответить
Anurag Srivastava
Anurag Srivastava - 05.11.2018 23:24

email thing not working for me!

Ответить
JayDitti
JayDitti - 27.02.2018 07:12

This doesnt save the posts per user

Ответить
Saleh Mahmood
Saleh Mahmood - 21.02.2018 17:24

Thanks Man!

Ответить
Prayas Arora
Prayas Arora - 05.12.2017 14:47

One of the best videos I have ever seen. Thank you so much. Please upload videos on advance rails concepts as well.

Ответить
kal Tad
kal Tad - 19.11.2017 21:23

This is helpful but I think it is rushed at times.

Ответить
Husa Bila
Husa Bila - 23.07.2017 18:09

Great video mate! :)

Ответить
ChrislyBear
ChrislyBear - 15.07.2017 01:58

Can't explain shit. I can read your code. You don't explain it. You just read what's on your screen like a parrot.

Ответить
Felipe Magalhães
Felipe Magalhães - 05.07.2017 09:04

Absolutly the best tutorial of all! Thanks a lot, you help me so much!

Ответить
Joory Al Hamed
Joory Al Hamed - 29.03.2017 12:08

good tutorial, thanks

Ответить
Thiago Torquati
Thiago Torquati - 03.02.2017 16:52

somehow the Name field does not appear for me in the registration screen, I tried to manually add the field in registrations view but didnt work out, am I missing something?

Ответить
PHP Nepal
PHP Nepal - 28.12.2016 11:29

Thanks! a lot for the help!

Ответить
Osgaldor Storm
Osgaldor Storm - 09.10.2016 04:25

This might have been helpful if only you could actually speak intelligible English. Thumbs down!

Ответить
Sujan Joshi
Sujan Joshi - 27.09.2016 09:26

How do we mention a user in our comment section?

Ответить
Соционика 2^3
Соционика 2^3 - 06.09.2016 04:23

Very usefull guide

Ответить
FunkSkunks
FunkSkunks - 02.07.2016 23:13

Please, link to the github page in the description...

Ответить