Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Every week you will be treated to a new Drifting Ruby episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one techniqu... more
FAQs about Drifting Ruby Screencasts:How many episodes does Drifting Ruby Screencasts have?The podcast currently has 214 episodes available.
April 14, 2016Fragment CachingMake your application faster by leveraging memory and caching fragments of your view....more8minPlay
March 02, 2016UUID in Rails with ActiveUUIDSome cases require non-auto incrementing primary keys as well as multiple master writes without id conflicts. With ActiveUUID, we can configure our table's primary key with confidence without added complexity....more6minPlay
February 23, 2016Faye WebSockets - Part 1Using WebSockets, we are able to create a realtime notification between browsers. Useful for in-app messaging, chats, and more! Learn how to use Faye's Publish and Subscribe methods. I believe that this paves the way for successfully using and learning the upcoming ActionCable....more8minPlay
November 25, 2015Not RJS and Turbolinks - Part 2A continuation from Episode 20 where we explore rendering the user's edit pages in a modal on a per request basis. Instead of rendering all modals for the users in the index, we will request them using remote javascript....more7minPlay
November 09, 2015Not RJS and TurbolinksUsing Javascript responses, we can make our Rails application have a quick and responsive Single Page Application feel to it....more9minPlay
October 07, 2015Deleting and Undeleting with ParanoiaWhen your app is using Paranoia, calling destroy on an ActiveRecord object doesn't actually destroy the database record, but just hides it....more8minPlay
September 22, 2015Caching with DalliDalli is a great interface for Memcached through Ruby....more7minPlay
September 02, 2015Dependent Form FieldsUsing unobtrusive javascript, we can hide certain fields on forms based on the selected values of other fields....more5minPlay
August 28, 2015Complex Strong ParametersMake your strong parameters do more by extracting the logic in order to maximize the ability and security of your application....more5minPlay
August 23, 2015Refile Uploads with Progress BarAdding progress bars to your Refile uploader is easy thanks to the included javascript library from Refile. Learn how to add progress bars to your application....more3minPlay
FAQs about Drifting Ruby Screencasts:How many episodes does Drifting Ruby Screencasts have?The podcast currently has 214 episodes available.