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 408 episodes available.
April 05, 2023How to Add Pagination for Blog Posts in RailsPagination is something we don't need until we publish a lot of blog posts. We can use the pagy gem to add page links to the bottom of our pages and handle thousands of blog posts....more32minPlay
April 05, 2023How to Upgrade Ruby VersionsOver time, you'll need to upgrade the Ruby version of your Rails application. For example, a new version of Ruby was released since we started this series that fixes a couple security issues in Ruby so we'll teach you how to upgrade your Ruby version....more6minPlay
April 04, 2023The MVC Pattern ExplainedRails uses the MVC Pattern. This isn't as scary as it sounds. It's basically a design architecture that gives you 3 primary buckets to help you organize your code....more12minPlay
April 03, 2023Blog Posts with File Uploads using ActiveStorage & Amazon S3ActionText builds on top of the ActiveStorage file uploads feature in Rails, so we're going to configure Amazon S3 storage so we can upload files in production...more22minPlay
April 03, 2023Rich Text Blog Posts with ActionTextActionText is a feature of Rails that allows you to add rich text including file uploads to any of your models. This is a perfect fit for our Blog Posts, so we're going to replace the text column with a rich text field with ActionText....more17minPlay
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
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 408 episodes available.