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 403 episodes available.
April 03, 2023Sorting Blog Posts With ScopesScopes are a way for us to change the way a database table is queried. For example, we can use them to change the ordering of the results so certain records are first....more10minPlay
April 03, 2023Writing Tests for Scheduled Blog PostsOur scheduled blog posts adds some complexity to our app. In this lesson, we're going to write some tests to make sure that our code does what we want it to do....more16minPlay
April 03, 2023Adding Scheduled Blog PostsScheduling blog posts to be published in the future is the next feature we're going to add. In this lesson, we'll talk about several options we have to implement this and then choose one to build....more25minPlay
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
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 403 episodes available.