Videos with tag Railscasts All | Novice | Advanced | Expert

Railscast: Selenium

Selenium is a great way to test your app automatically through a browser. See how it works in this episode.read more »

Level: any Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

Railscast: Caching in Rails 2.1

Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode.read more »

Level: any Jun 23, 2008 Votes: 0 Dmytro Shteflyuk

 

Railscast: Endless Page

Ever wondered how some sites seem to have endless scrolling page with no pagination? Find out how easy it is to do this in Rails in this episode.read more »

Level: advanced Jun 16, 2008 Votes: 0 scoundrel

 

Railscast: Contributing to Rails with...

If you want Rails to behave a certain way, try changing it and submitting a patch. This episode will show how to do exactly this using Git.read more »

Level: expert Jun 09, 2008 Votes: 0 scoundrel

 

Railscast: Tracking Attribute Changes

Rails 2.1 keeps track of the changes you make to a model's attributes. It also allows you to see what the previous value was. But watch out for the gotcha! See this episode for details.read more »

Level: advanced May 31, 2008 Votes: 0 scoundrel

 

Railscast: Gem Dependencies

In Rails 2.1 we now have the ability to set gem dependencies. Now it's easier than ever to specify which ruby gems our rails app relies on.read more »

Level: novice May 31, 2008 Votes: 0 scoundrel

 

Railscast: Advanced Search Form

If you need to create an advanced search with a lot of fields, it may not be ideal to use a GET request as I showed in episode 37. In this episode I will show you how to handle this by creati... read more »

Level: advanced May 31, 2008 Votes: 0 scoundrel

 

Railscast: Anonymous Scopes

Posted in Development, Ruby, Screencasts...

The scoped method allows you to generate named scopes on the fly. In this episode I show how to use anonymous scopes to improve the conditional logic which was used in the previous episode on... read more »

Level: any Jun 02, 2008 Votes: 0 scoundrel

 

Railscast: named_scope

The named_scope method in Rails 2.1 makes performing finds on models very elegant and convenient. See how in this episode.read more »

Level: any May 29, 2008 Votes: 0 scoundrel

 

Railscast: Gitting Rails 2.1 RC1

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

Level: advanced May 17, 2008 Votes: 0 scoundrel