Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Learn practical tips and techniques on how to develop web applications using Ruby on Rails web framework. The episodes are short to minimize the amount of content to avoid overwhelming learners. The e... more
FAQs about Rails Screencasts:How many episodes does Rails Screencasts have?The podcast currently has 65 episodes available.
March 20, 2017Gilded Rose KataThis kata will teach you how to refactor a method with lot nested if-else statements. It will help you keep your controllers code elegant by minimizing the nested if-else statements in your Rails projects. This is based on one of the chapters in the TDD in Ruby book published by Apress....more14minPlay
March 15, 2017Stripe Elements in Rails 5Stripe Elements is a pre-built UI component provided by Stripe to securely collect sensitive credit card details. The stripe gem version used in this screencast is 2.0.1. We will use Rails 5 and Ruby 2.3.3 to process payments....more8minPlay
March 08, 2017Stripe Subscription BasicsWe will play with the Stripe API in the IRB to get familiar with the subscription related API provided by stripe gem....more6minPlay
March 01, 2017Tableless Model in Rails 5Learn how to use tableless model in Rails 5. You will also learn how to improve the error message in Rails 5, so that you can contribute to Rails 5....more7minPlay
February 21, 2017Photo Gallery using Lightbox 2 Javascript Library in Rails 5You will learn how to create photo album using lightbox 2 javascript library in Rails 5. Refile gem is used for file uploading....more5minPlay
February 17, 2017File Upload using Refile Gem in Rails 5Learn how to upload file using refile gem in Rails 5. You will also learn how to improve messages in Rails 5 source code....more7minPlay
February 10, 2017Counter Cache in Rails 5Learn the basics of counter cache in Rails 5. If you are interested in contributing to Rails, I give you a tip for making an improvement to make the Rails 5 code robust with meaningful error message. I show the problem and a possible fix....more9minPlay
February 02, 2017Pagination in Rails 5 using will_paginate gemThis episode will show you how to integrate will_paginate gem to add pagination feature to a Rails 5 app. You will also learn how to change the look and feel of the pagination such as Flickr, Digg and Apple style pagination....more5minPlay
January 27, 2017Authentication from Scratch in Rails 5We will implement register, login and logout features from scratch using ActiveModel in Rails 5....more8minPlay
January 20, 2017Custom View Helpers in Rails 5Learn how custom view helpers work in Rails 5. You will also learn how to read the Rails source code to create experiments that answers questions about how Rails works. We will use ack tool to search for exact matches in Rails source very fast....more4minPlay
FAQs about Rails Screencasts:How many episodes does Rails Screencasts have?The podcast currently has 65 episodes available.