RailsCasts show

RailsCasts

Summary: Every other week you will be treated to a new, free RailsCasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well. A Pro option is also available containing more screencasts each week. This is the full resolution version, a lower reoslution for mobile devices is also available.

Podcasts:

 #417 Foundation | File Type: video/mp4 | Duration: 11:06

ZURB's Foundation is a front-end for quickly building applications and prototypes. It is similar to Twitter Bootstrap but uses Sass instead of LESS. Here you will learn the basics of the grid system, navigation, tooltips and more.

 #415 Upgrading to Rails 4 | File Type: video/mp4 | Duration: 12:44

With the release of Rails 4.0.0.rc1 it's time to try it out and report any bugs. Here I walk you through the steps to upgrade a Rails 3.2 application to Rails 4.

 #412 Fast Rails Commands | File Type: video/mp4 | Duration: 8:06

Rails commands, such as generators, migrations, and tests, have a tendency to be slow because they need to load the Rails app each time. Here I show three tools to make this faster: Zeus, Spring, and Commands.

 #409 Active Model Serializers | File Type: video/mp4 | Duration: 10:58

The ActiveModel::Serializers gem can help you build JSON APIs through serializer objects. This provides a dedicated place to fully customize the JSON output.

 #406 Public Activity | File Type: video/mp4 | Duration: 10:59

Learn how to easily add a user activity feed using the public_activity gem. Here I show both the default setup using model callbacks and a manual way to trigger activities.

 #402 Better Errors & RailsPanel | File Type: video/mp4 | Duration: 8:06

Here we take a look at two tools to aid us in development: Better Errors which makes it easier than ever to debug exceptions, and RailsPanel, a Chrome extension to see Rails requests.

 #400 What's New in Rails 4 | File Type: video/mp4 | Duration: 20:23

Rails 4.0 is still unfinished, but it is shaping up to become a great release. Here I show how to setup a new Rails 4.0 (edge) application and walk through many of its new features.

 #396 Importing CSV and Excel | File Type: video/mp4 | Duration: 10:19

Allow users to import records into the database by uploading a CSV or Excel document. Here I show how to use Roo to parse these files and present a solution for validations.

 #393 Guest User Record | File Type: video/mp4 | Duration: 9:27

Instead of presenting a sign up form to the user, consider creating a temporary guest record so the user can try out the application without filling in their information up front. They can then become a permanent member afterwards.

 #390 Turbolinks | File Type: video/mp4 | Duration: 7:45

Turbolinks can make your Rails app feel faster by using JavaScript to replace the page content when clicking a link. It will be default in new Rails 4.0 applications, but here I show how to use it in Rails 3 and mention some of the gotchas.

 #387 Cache Digests | File Type: video/mp4 | Duration: 7:39

The cache_digests gem (also included in Rails 4) will automatically add a digest to the fragment cache key based on the template. If a template changes the cache will auto-expire. But watch out for the gotchas!

 #384 Exploring RubyGems | File Type: video/mp4 | Duration: 7:20

RubyGems can make it easy to add a feature to a Rails application, but it can also cause headaches down the road. Here I give some tips on researching gems to decide which one to choose, or when to do it from scratch.

 #382 Tagging | File Type: video/mp4 | Duration: 11:03

There are several gems to help implement tags in a Rails app. Here I show you how to integrate acts-as-taggable-on and then show how to do it from scratch.

 #378 FnordMetric | File Type: video/mp4 | Duration: 10:04

FnordMetric allows you to chart events in real time. This is great for keeping track of user activity in your Rails app as demonstrated in this episode.

 #376 JRuby Basics | File Type: video/mp4 | Duration: 10:47

JRuby is a polished and stable Ruby implementation. Here I show the basics of setting it up and executing Java from within Ruby. I also see how it compares with MRI at running threads.

Comments

Login or signup comment.