Progressive Render
Play
3:26 CC

Progressive Render

#33 Jun 13, 2016 free
Slow content got you down? Load it later! Use this gem to defer loading of portions of your page until after load. They will be fetched via AJAX and placed on the page when ready.

Meta Tags
Play
4:39 CC

Meta Tags

#26 Apr 25, 2016 free
Adding Meta Tags to your website is important for SEO ranking and content display. Learn how to easily add meta tags to your Ruby on Rails application.

Deleting and Undeleting with Paranoia
Play
7:34 CC

Deleting and Undeleting with Paranoia

#19 Oct 7, 2015 free
When your app is using Paranoia, calling destroy on an ActiveRecord object doesn't actually destroy the database record, but just hides it.

Working with Internationalization
Play
13:59 CC

Working with Internationalization

#68 Feb 19, 2017 free
Adding translations into your website does not have to be hard. With Rails built in I18N functionality, we gain access to many helpers and conventions that makes it a much easier task. Learn how to add I18N into your Rails application.

Plotting Points on a Map from Scratch
Play
8:33 CC

Plotting Points on a Map from Scratch

#86 Jun 25, 2017 free
Using the Google Maps Javascript API, learn how to plot markers onto a map. Load markers and info windows through AJAX calls to your Rails JSON API.