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:

 #136 jQuery | File Type: video/mp4 | Duration: 9:49

How do you use jQuery with Rails? In this episode I redo episode #43 using jQuery instead of Prototype/RJS.

 #135 Making a Gem | File Type: video/mp4 | Duration: 9:08

Want to create a Ruby Gem instead of a Rails plugin? In this episode I will walk you through creating a gem to extend Rails.

 #134 Paperclip | File Type: video/mp4 | Duration: 7:46

Need to add image attachments to a model? See how with paperclip in this episode.

 #133 Capistrano Tasks | File Type: video/mp4 | Duration: 8:49

Do you know how to make Capistrano tasks? See how to change default deployment behavior with custom tasks in this episode.

 #132 Helpers Outside Views | File Type: video/mp4 | Duration: 6:14

Have you ever wanted to access helper methods outside of the view layer? In this episode I show you a couple ways to do just that.

 #131 Going Back | File Type: video/mp4 | Duration: 4:51

This episode demonstrates a couple ways to redirect the user back to a previous page. Applying this to your site can help minimize the user's need to press the back button.

 #130 Monitoring with God | File Type: video/mp4 | Duration: 14:40

Need to ensure your background processes stay up and running and don't use too many resources? Check out the god gem as shown in this episode.

 #129 Custom Daemon | File Type: video/mp4 | Duration: 7:40

Creating a custom daemon to handle background tasks is surprisingly simple. In this episode I will make a daemon to handle dynamically scheduled tasks.

 #128 Starling and Workling | File Type: video/mp4 | Duration: 9:32

Need to run a task frequently in the background? Starling and Workling is a killer combination for doing just that. See how in this episode.

 #127 Rake in Background | File Type: video/mp4 | Duration: 10:38

In need of a background process? You may be able to accomplish this with a simple Rake task. See how in this episode.

 #126 Populating a Database | File Type: video/mp4 | Duration: 8:38

Have you ever wanted to fill up a database with a lot of test data? See how to do that in this episode using the populator and faker gems.

 #125 Dynamic Layouts | File Type: video/mp4 | Duration: 11:56

Discover how to dynamically change the layout using content in the database. Check out this episode for details.

 #124 Beta Invitations | File Type: video/mp4 | Duration: 22:17

You know those invitation systems where a given user can invite a number of other people to join? That's what I show you how to make in this episode.

 #123 Subdomains | File Type: video/mp4 | Duration: 18:21

Learn how to unleash the full potential of subdomains with the subdomain-fu Rails plugin in this episode.

 #122 Passenger in Development | File Type: video/mp4 | Duration: 7:52

Tired of juggling multiple Rails apps around with script/server? See how to set up Passenger in development so each one has its own local domain name.

Comments

Login or signup comment.

Saumya says:

oohp.