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 420 episodes available.
November 23, 2020Continuous Deployment with Rails & GitHub ActionsContinuous Deployment is the automation of deploying any code that gets merged into your main or release branch. We can easily set up GitHub Actions to run CI and CD for us to automate everything....more11minPlay
November 09, 2020How to Dual Boot Rails VersionsEver wanted to run your Rails app against multiple versions of Rails? You can with "dual booting" which helps you keep your stable Rails version but also test against the latest....more7minPlay
October 12, 2020How to use Google Analytics gtag.js with Turbolinks & WebpackerLearn how to add Google Analytics' gtag.js to Webpacker with Turbolinks support...more8minPlay
September 15, 2020Contributing To ThorThor is a tool in Ruby that powers command line tools like the Rails generators. In this video, we're fixing an unexpected situation that we found while using Thor....more19minPlay
September 03, 2020How to Test Gem Dependencies with AppraisalAppraisal lets us test our code against different versions of dependencies. This is fantastic if you're building Rubygems that must work with multiple versions of Rails or other dependencies...more14minPlay
August 17, 2020How to add Notifications to Rails with NoticedNoticed is my new gem for adding notifications to Rails apps. Notifications are really complicated to build and we've done the heavy lifting for you....more13minPlay
August 11, 2020How to translate and localize apps with Rails Internationalization (18n)Translating and localizing your app is important to make it accessible to users around the world. Rails provides internationalization (I18n) tools to make this easier and it's got a lot of cool tricks available....more18minPlay
June 23, 2020Code Coverage with SimpleCov and RailsBytesAdd code coverage to your app using SimpleCov and RailsBytes. We'll walk through installing simplecov and creating a RailsByte to automate it for us going forward....more12minPlay
June 16, 2020Multiuser Live Video Chat in RailsUsing Vonage (previously known as OpenTok), we can add multiuser live video chat to Rails in just 20 minutes. It also supports broadcasting things like webinars, recording videos, and more....more18minPlay
June 08, 2020Realtime browser updates with Cable ReadyLearn how to use Cable Ready to perform realtime browser updates using actions generated in Rails controllers, models, and background jobs. Cable Ready is the magic behind Stimulus Reflex....more13minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 420 episodes available.