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.
May 21, 2017Bootstrap Framework and Ruby on RailsUsing Bootstrap in your application has become much more simple. Also learn to create some helper methods to make working with Bootstrap much easier....more10minPlay
May 14, 2017Routing PartialsThe routes file can grow to be unmaintainable and messy. Learn to keep things organized by extracting out blocks of routes into their own files....more5minPlay
May 07, 2017Mountable EnginesMountable Engines are a great way to extract code into its own namespace and allow the code to be reused in other applications. Other popular gems that are mountable engines are Devise and Doorkeeper....more10minPlay
May 01, 2017Counter Cache AssociationsWhen displaying a count of records, this will generate extra SQL Queries. Learn how to reduce the number of SQL queries called with counter caching the number of associated records....more4minPlay
April 23, 2017Cropping Images with JCropExtend your image upload functionality with JCrop. Learn to redirect the user to a crop page once they have uploaded their image and save versions of the cropped images....more7minPlay
April 16, 2017Javascript Select Form Fields with ChosenChosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. Learn how to use Chosen in a few different ways in this episode; Rails form builder and Simple Form....more7minPlay
April 09, 2017Drag and Drop with Interact.jsUsing Interact.js to create draggable and droppable items in our view, we can use AJAX callbacks on events to interact with our Ruby on Rails application. Also, learn how to use Ruby Assets to manage our Javascript Libraries....more16minPlay
April 02, 2017Page Specific Javascript in Ruby on RailsSometimes you may find yourself with an application that has javascript that needs to execute only on a specific page. This episode lays the foundation to easily manage page specific javascript....more5minPlay
March 26, 2017Pagination with KaminariWhen displaying a significant number of records, it is often a basic functions in a web application is to paginate the records and load them as requested....more3minPlay
March 19, 2017Intro to Docker on WindowsDeveloping a Ruby on Rails application on Windows can be difficult, but doesn't have to be with Docker. Learn how to use Docker to create isolated containers and get them to talk with the Rails app and passed through to the local computer....more12minPlay
FAQs about Drifting Ruby Screencasts:How many episodes does Drifting Ruby Screencasts have?The podcast currently has 211 episodes available.