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.
September 27, 2023How to upgrade to Rails 7.1How to upgrade to Rails 7.1 This will also work with any other version and offers a few tips on how to test things out and revert back if necessary....more8minPlay
September 18, 2023Normalizes method in ActiveRecordNormalizing data has always been a pain in Rails, but not anymore! Instead of callbacks or overriding setters, Rails 7.1 introduces "normalizes" to make normalizing data easy....more10minPlay
September 14, 2023Wrapping Up Our URL ShortenerCongratulations! We're all done! We now have a fully featured URL shortener that does everything we need plus some cool extras....more2minPlay
September 14, 2023Link Pagination with PagyOnce our application has lots of links, it will become impossible to use. Let's add pagination to make our application usable once we have hundreds or thousands of links....more16minPlay
September 14, 2023Adding GitHub Actions CI/CD to the URL ShortenerNow that we've got a thorough test suite, we want to make sure tests are run anytime we push code to GitHub. We can setup GitHub Actions to test our code and automatically deploy it when tests pass....more17minPlay
September 14, 2023Adding Link Integration TestsTesting our URL shortener is very important now that we've implemented edit permissions on Links. We want to make sure everything works as expected for each type of user....more0minPlay
September 14, 2023Adding Edit Permissions For LinksHere's how we'd add Users and handle edit permissions for links. See how it compares to your implementation and consider the pros/cons of each approach....more19minPlay
September 14, 2023Challenge: Add Users To The URL ShortenerAnyone can add, edit, and delete any Link in our URL Shortener database. Your challenge is to add users, associate links with them and only allow editing of your own links....more3minPlay
September 14, 2023Deploying URL Shortener To Production with Hatchbox.ioWe're ready to deploy our URL Shortener to production and we're going to do that using Hatchbox.io...more12minPlay
September 14, 2023Copy Link To ClipboardCopy to clipboard is a required feature for a URL shortener. We'll implement this with two JavaScript libraries (clipboardjs and tippy.js) and a Stimulus controller....more14minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 408 episodes available.