Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
GoRails is a series of screencasts and guides for all aspects of Ruby on Rails. Learn how to setup your machine, build a Rails application, and deploy it to a server.... more
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 420 episodes available.
April 03, 2023Deploying our Rails Blog to ProductionNext we're going to deploy our Rails blog application to production! This is a huge step, but also...more18minPlay
April 03, 2023Adding TailwindCSS to RailsOur blog doesn't look great. We're going to install TailwindCSS so we can easily style our Rails application however we want....more8minPlay
April 03, 2023Authenticating Blog Admin PagesAnyone can create, edit, or delete a blog post in our Rails app currently. In this lesson, we'll add authentication so only allowed users can do those actions....more21minPlay
April 03, 2023Adding a Blog Post Destroy Action and RefactoringWe want to be able to delete blog posts we no longer want. We'll learn how to delete blog posts and refactor our code in this lesson....more13minPlay
April 03, 2023Edit & Update Blog Post ActionsImplementing Edit and Update actions are straightforward now. We can reuse what we've learned with New and Create and reuse some of the logic to edit and update database records in Rails....more12minPlay
April 03, 2023Creating New Blog PostsHandling form submissions with Rails teaches us about strong parameters and saving data with our Rails models into the database....more11minPlay
April 03, 2023Adding a New Blog Post ActionWe now want to create new Blog Posts in our Rails app, not directly in the database. To do this, we're going to start by building a new action and form for inputting data for our Rails model....more9minPlay
April 03, 2023Adding a Blog Post Show ActionWe need a way to view individual Blog Posts on their own URLs now. That's where our Show action comes into play and we will learn how to build that in this lesson....more17minPlay
April 03, 2023Adding a Blog Index ActionAn index page allows us to display all the blog posts in our database. We will learn how to setup routes that point to controllers and actions that render HTML....more12minPlay
April 03, 2023Creating A Blog Post ModelThe first thing we need is a database table to store our blog posts. We create a Rails model (the M in MVC) to create the database and a Ruby class for us to interact with the database table....more11minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 420 episodes available.