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 211 episodes available.
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
August 22, 2015Securing File UploadsBe default, Refile does not have a way to secure file downloads. It relies on a generated hash that is unknown to users unless the page renders that image or has a download to that file. This is okay sometimes, however, protecting the file from being downloaded for those who have the URL is a bit more involved....more7minPlay
August 19, 2015Uploading Files with RefileRefile is a modern file upload library for Ruby applications. It is simple, yet powerful. This episode covers the basics of uploading and displaying images. Next episodes will cover protecting files and progress bars....more4minPlay
August 10, 2015Static Pages with High VoltageCreating Static Pages within your Rails application is easy and configurable with High Voltage....more6minPlay
FAQs about Drifting Ruby Screencasts:How many episodes does Drifting Ruby Screencasts have?The podcast currently has 211 episodes available.