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
#216 Generators in Rails 3
Generators in Rails 3 have been completely rewritten to be ...
Generators in Rails 3 have been completely rewritten to be more modular. This allows you to customize any generator to fit your specific preferences.
-
HD
#215 Advanced Queries in Rails 3
Learn some advanced techniques regarding named scopes and get an ...
Learn some advanced techniques regarding named scopes and get an introduction to Arel in this episode.
-
HD
#214 A/B Testing with A/Bingo
A/B Testing (or Split Testing) is a way to experiment ...
A/B Testing (or Split Testing) is a way to experiment with variations in an application to see the most effective option.
-
HD
#213 Calendars
If dates play an important role in your application, consider ...
If dates play an important role in your application, consider adding a date picker or calendar view as shown in this episode.
-
HD
#212 Refactoring & Dynamic Delegator
Learn how to refactor a set of conditional Active Record ...
Learn how to refactor a set of conditional Active Record queries using a Dynamic Delegator.
-
HD
#211 Validations in Rails 3
Rails 3 offers several new additions to validations. Here learn ...
Rails 3 offers several new additions to validations. Here learn how to make a custom error_messages partial, reflect on validations, and clean up c...
-
HD
#210 Customizing Devise
Here we dive deeper into Devise by customizing how the ...
Here we dive deeper into Devise by customizing how the views, routing, validations, and authentication works.
-
HD
#209 Introducing Devise
Devise is a full-featured authentication solution which handles all of ...
Devise is a full-featured authentication solution which handles all of the controller logic and form views for you. Learn how to set it up in this ...
-
HD
#208 ERB Blocks in Rails 3
Blocks in ERB templates are handled differently in Rails 3.0 ...
Blocks in ERB templates are handled differently in Rails 3.0 Beta 2. Learn all about it in this episode.
-
HD
#207 Syntax Highlighting
Here I talk about three popular choices for syntax highlighting ...
Here I talk about three popular choices for syntax highlighting in Rails: CodeRay, Ultraviolet and Pygments.