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:

 #106 Time Zones in Rails 2.1 | File Type: video/mp4 | Duration: 6:07

In the past, time zones have been very difficult to work with, but no longer! Rails 2.1 brings with it great time zone support as you can see in this episode.

 #105 Gitting Rails 2.1 RC1 | File Type: video/mp4 | Duration: 6:17

Rails 2.1 Release Candidate 1 was just released! In this episode I will show you how to install it into your Rails project.

 #104 Exception Notifications | File Type: video/mp4 | Duration: 8:58

If you're running a production site, it's a good idea to record all exceptions which occur. See how to set up a notification system which does that in this episode.

 #103 Site Wide Announcements | File Type: video/mp4 | Duration: 13:30

Sometimes you need to display an administrative announcement to every page on the site and give the users the ability to hide the announcement. See how in this episode.

 #102 Auto-Complete Association | File Type: video/mp4 | Duration: 13:29

Usually a select menu is used for setting a belongs_to association, but in this episode I will show you how to use a text field with auto completion.

 #101 Refactoring Out Helper Object | File Type: video/mp4 | Duration: 7:25

If you have complex view logic, this can easily lead to helper methods which call each other. See how to refactor this out into another object in this episode. This is also known as the presenter pattern.

 #100 5 View Tips | File Type: video/mp4 | Duration: 9:25

Here's five quick tips to use in views. Be sure to catch the end of the episode where I reveal an exciting contest!

 #99 Complex Partials | File Type: video/mp4 | Duration: 8:56

How do you handle partials which have differences depending on the action which is rendering them? Here's three suggestions for this problem.

 #98 Request Profiling | File Type: video/mp4 | Duration: 10:53

You can use profiling to determine where the performance bottlenecks are in specific Rails actions. Watch this episode for details.

 #97 Analyzing the Production Log | File Type: video/mp4 | Duration: 5:55

In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.

 #96 Git on Rails | File Type: video/mp4 | Duration: 5:56

Git has been getting a lot of buzz lately, and for good reason. It's an excellent SCM which in many ways is more simple and powerful than subversion. See how to set up a Rails project with Git in this episode.

 #95 More on ActiveResource | File Type: video/mp4 | Duration: 8:15

See how to handle authentication and custom actions using ActiveResource in this episode.

 #94 ActiveResource Basics | File Type: video/mp4 | Duration: 7:07

ActiveResource allows you to easily communicate between multiple Rails applications. See how in this episode.

 #93 Action Caching | File Type: video/mp4 | Duration: 7:04

Action caching behaves much like page caching except it processes the controller filters. You can also make it conditional as seen in this episode.

 #92 make_resourceful | File Type: video/mp4 | Duration: 6:08

The make_resourceful plugin is a great way to DRY up the 7 RESTful actions common in most controllers. Learn how to use it in this episode.

Comments

Login or signup comment.