Skip to content

Tags: stevepolitodesign/rails-authentication-from-scratch

Tags

v3.0.0

Toggle v3.0.0's commit message
Fix notes on Step 12 to reference the correct method

Step 12 adds the `authenticate_user!` method to the `users_controller` but the notes reference `redirect_if_authenticated`.

v2.0.2

Toggle v2.0.2's commit message
Fix notes on Step 12 to reference the correct method

Step 12 adds the `authenticate_user!` method to the `users_controller` but the notes reference `redirect_if_authenticated`.

v2.0.1

Toggle v2.0.1's commit message
Update mailer previews

Add correct setup data to make mailers work.

Issues
------
- Closes #65

v2.0.0

Toggle v2.0.0's commit message
Proof README.

v1.0.2

Toggle v1.0.2's commit message
Update application.html.erb

Tags header and main were not closed

v1.0.1

Toggle v1.0.1's commit message
Add status: :unprocessable_entity to all failed render responses

This will help keep things consistent with Rails 7 and Turbo.

Issues
------
- Closes #52

v1.0.0

Toggle v1.0.0's commit message
Create setup script.

Issues
------
- Closes #42