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.
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
September 14, 2023Retrieving Link Metadata with Background JobsWe can retrieve the title, description, and OpenGraph metadata for URLs. Since HTTP requests can be slow, we'll implement this metadata lookup in a background job and broadcast to the frontend with Turbo....more0minPlay
September 14, 2023Improving the URL Shortener DesignIt's time we start cleaning up the design and UI for a better experience with our URL shortener....more0minPlay
September 14, 2023Views Chart for LinksAnalytics for links is a useful feature so lets record Views for links and show them in a graph...more12minPlay
September 14, 2023Short URL Link RedirectsNext, we can build redirecting Short URLs to the URL on the Link...more5minPlay
September 14, 2023Find By Short CodeNow that we have Base62 encoding and decoding, we can tell Rails to use this for generating URL params and find...more6minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 403 episodes available.