Chapter 11: Authentication with Devise
Add sign up, sign in, and sign out to your blog with the Devise gem, and protect actions so only.
Add sign up, sign in, and sign out to your blog with the Devise gem, and protect actions so only.
Put everything together in a complete Task Manager app with authentication, associations, and validations.
Add comments to the blog with has_many and belongs_to associations, a Comment model, and a comment form.
Build a full blog application with the scaffold command, resources, and validations.
Run the Rails test suite, debug with the console, and discover what to learn next.
Learn what Ruby on Rails is, why it is great for beginners, and how the MVC pattern keeps your code.
Install Ruby and Rails on Windows, macOS, or Linux and verify everything works with simple commands.
Create your first Rails project, start the development server, and explore the project structure.
Understand routes, HTTP verbs, and the resources method that generates RESTful routes.
Generate controllers, pass data to views, and use ERB tags to display dynamic content.