RailsCasts (Mobile) show

RailsCasts (Mobile)

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 version is for mobile devices which cannot support the full resolution version.

Podcasts:

 #91 Refactoring Long Methods | File Type: video/mp4 | Duration: 7:29

In this episode I walk you through an exercise in refactoring by taking a long method and making it more concise.

 #90 Fragment Caching | File Type: video/mp4 | Duration: 6:54

Sometimes you only want to cache a section of a page instead of the entire page. Fragment caching is the answer as shown in this episode.

 #89 Page Caching | File Type: video/mp4 | Duration: 6:31

Page caching is an efficient way to cache stateless content. In this episode I will show you how to cache the dynamic javascript we created last week.

 #88 Dynamic Select Menus | File Type: video/mp4 | Duration: 7:02

See how to dynamically change a select menu based on another select menu using Javascript. In this episode everything is kept client side which leads to a more responsive user interface.

 #87 Generating RSS Feeds | File Type: video/mp4 | Duration: 6:06

See how to easily generate and link to an RSS feed using new features in Rails 2.0. Watch this episode or details.

 #86 Logging Variables | File Type: video/mp4 | Duration: 6:37

Have you ever wanted to easily log all variables? Now you can by using some advanced Ruby concepts as shown in this episode.

 #85 YAML Configuration File | File Type: video/mp4 | Duration: 7:03

Application configuration shouldn't be spread throughout your code base. Instead a much better place to put it is an external YAML file. See how to do that in this episode.

 #84 Cookie Based Session Store | File Type: video/mp4 | Duration: 4:00

In Rails 1.2 the default session store is file based. This is inefficient and difficult to maintain. In Rails 2.0 the default is now cookie based which has several benefits as you will see in this episode.

 #83 Migrations in Rails 2.0 | File Type: video/mp4 | Duration: 5:31

Migrations are now sexy in Rails 2.0! In this episode we will take a look at these improvements and the related rake tasks.

 #82 HTTP Basic Authentication | File Type: video/mp4 | Duration: 4:23

Rails 2.0 offers an extremely easy way to do HTTP basic authentication. See how in this episode.

 #81 Fixtures in Rails 2.0 | File Type: video/mp4 | Duration: 4:25

In Rails 2.0, fixtures see many improvements which makes them much easier to manage. Watch this episode for details.

 #80 Simplify Views with Rails 2.0 | File Type: video/mp4 | Duration: 6:03

Rails 2.0 is almost here. One of the many features in this release is the smarter helper methods which can make your views much cleaner. Learn all about it in this Episode.

 #79 Generate Named Routes | File Type: video/mp4 | Duration: 5:59

This more advanced episode will show you how to dynamically generate named routes by adding a method to the map object.

 #78 Generating PDF Documents | File Type: video/mp4 | Duration: 7:13

In this episode I will show you how to create PDF documents using the excellent PDF::Writer gem.

 #77 Destroy Without JavaScript | File Type: video/mp4 | Duration: 7:08

If the user has JavaScript disabled, the "Destroy" link might not work properly. In this episode I will explore a number of ways to work around this issue.

Comments

Login or signup comment.

Saumya says:

oohp.