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 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
September 14, 2023Base62 Decoding Short CodesDecoding our Base62 encoded short codes is the next challenge...more13minPlay
September 14, 2023Base62 Encoding Short CodesUsing Base62, we can take an Integer ID and compress it for short codes in our URLs...more18minPlay
September 14, 2023Creating The Link ModelFirst things first, we need a Link model to store our...more18minPlay
September 14, 2023URL Shortener RequirementsWe're going to build a URL Shortener in Rails, so where do we start? In this lesson, we'll plan out our project and the features we want to build....more10minPlay
September 13, 2023Rails 7.1 Authentication From ScratchRails 7.1 introduces many new features for authentication. In this lesson, we'll show you how to implement authentication from scratch using Rails 7.1's new features....more45minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 408 episodes available.