Railscasts
Three times a week you will be treated to a new 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 ...
Three times a week you will be treated to a new 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. Have you ever wanted to temporarily disable all validations? Well, ActiveRecord doesn't support this, but that doesn't mean we can't add it. This episode will show you how to open up an existing class and change its behavior.
Show all Visit Show Website http://www.railscasts.comRecently Aired
-
HD
#186 Pickle with Cucumber
Pickle adds many convenient Cucumber steps for generating models. Also ...
Pickle adds many convenient Cucumber steps for generating models. Also learn about table diffs in this episode.
-
HD
#185 Formtastic Part 2
Learn about some of the more advanced functionality of Formtastic ...
Learn about some of the more advanced functionality of Formtastic including handling many-to-many associations, required fields, and styling.
-
HD
#184 Formtastic Part 1
Formtastic is a concise way to generate form views. In ...
Formtastic is a concise way to generate form views. In this episode (part 1 of 2) I show how to generate both a simple form and a more complex one ...
-
HD
#183 Gemcutter & Jeweler
Gemcutter is a new service for hosting RubyGems, and Jeweler ...
Gemcutter is a new service for hosting RubyGems, and Jeweler provides an automated way to release versions of a gem.
-
HD
#182 Cropping Images
Present a slick user interface for cropping image attachments using ...
Present a slick user interface for cropping image attachments using Jcrop and Paperclip.
-
HD
#181 Include vs Joins
The :include and :joins options for the find method can ...
The :include and :joins options for the find method can be a little confusing because they are so similar. In this episode I show specifically when...
-
HD
#180 Finding Unused CSS
Over time a CSS file can become large and filled ...
Over time a CSS file can become large and filled with unused selectors. In this episode I show how to use the Deadweight gem to determine which CSS...
-
HD
#179 Seed Data
Rails 2.3.4 includes a conventional way to add seed data ...
Rails 2.3.4 includes a conventional way to add seed data to your application - no more including it in the migration files.
-
HD
#178 7 Security Tips
Security is important! Here I show seven different security flaws ...
Security is important! Here I show seven different security flaws which are common to Rails applications ranging from mass assignment to CSRF prote...
-
HD
#177 Model Versioning
If you need to keep track of a model's history ...
If you need to keep track of a model's history of changes and switch between versions, consider using the vestal_versions gem like I show in this e...