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.
April 03, 2019The Rails db:system:change commandChanging the database adapter for a Rails app has always been an annoying, manual change to make. Rails 6.0 introduces the "rails db:system:change" command to make this easier using all the built-in generators for database.yml and more....more4minPlay
March 11, 2019@mentions for Users with ActionText in Rails 6Mentioning Users with an @mention is a super common feature. Trix and ActionText are now part of Rails 6 which means we can very easily add support for tagging users with @mentions and other custom attachments in your applications....more21minPlay
March 07, 2019How to use ActionText in Rails 6A quick introduction to using ActionText in your Rails apps for editing and displaying rich text plus uploading files...more13minPlay
February 22, 2019How to Deploy Rails to Production on Ubuntu 18.04 Bionic BeaverDeploying Rails to production for the first time can be confusing and daunting. We'll walk through every step of the process and show you how to setup a production Rails server from scratch....more33minPlay
February 14, 2019Symbols vs StringsEver wondered what the difference between Symbols and Strings were? Why would we use one over the other when most languages only have strings?...more11minPlay
January 17, 2019Server Administration with CockpitLinux server administration can be a pain. You can use cockpit to monitor your servers and keep an eye on long running processes like Sidekiq and Puma without having to SSH into your servers....more9minPlay
December 28, 2018How to use the Ruby 2.6 Just-in-Time (JIT) CompilerLearn how to enable the experimental new Just-in-time compiler for Ruby 2.6...more7minPlay
November 21, 2018User Avatars with ActiveStorageAdding user avatars is pretty easy using Rails' ActiveStorage feature. We'll be using Devise in this example, but this applies to any user authentication system....more12minPlay
November 08, 2018Link To Current Page With ParamsLearn how to link to the current page and add, remove, or modify params in the URL. This is handy for things like search or index pages with filters....more7minPlay
October 17, 2018Handling First & Last Name with the name_of_person gemDeciding whether or not to have separate first and last name fields gets a bit confusing. Basecamp's recently released name_of_person gem shows you exactly how to handle this reliably and also stands as a fantastic example of how to build a concern...more11minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 420 episodes available.