Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

More New Rails Screencasts from RailsCasts.com

By Peter Cooper / October 16, 2007

Ryan Bates is being a total champ in rolling out more and more consistently good Rails related screencasts for free at RailsCasts.com. Some of the latest include:

Adding an Environment - Rails comes with three environments: development, test, and production. But, you aren't restricted to just these. You can add your own! See how in this episode.

Testing Controllers - Controllers are tricky to test, and there's no perfect way to do it. In this episode you will see how I test controllers, and my reasoning behind it.

Custom Routes - In this episode you will learn how to add custom routes, make some parameters optional, and add requirements for other parameters.

Markaby in Helper - Do you ever need to generate HTML code in a helper method? Placing it directly in Ruby strings is not very pretty. Learn a great way to generate HTML through Markaby in this episode.

OpenID Authentication - Ever wonder how to implement OpenID authentication in your Rails app? This episode will show you how to add it to a site with an existing authentication system.

restful_authentication - Need multiple user authentication? If so, the restful_authentication plugin is a great way to go. It will generate some basic authentication code for you which is good starting point to your authentication system. Watch this episode for details.

Custom Rake Tasks - Rake is one of those tools that you don't realize how powerful it is until you start using it. In this episode you will learn how to create custom rake tasks and improve them by using rake features.

Stopping Spam with Akismet - The Railscasts site has been getting a lot of comment spam in the past, but no longer. In this episode I will show you how I solved this problem by using the Akismet web service.

Keep up the great work Ryan! And if you find the videos useful in any way, Ryan is taking donations with a PayPal button on the right side of the homepage.

Comments

  1. Sean says:

    Ryan posts some of the best resources available, IMO. Screencasts are the way to go. I find learning visually can be much more effective. I'm so glad we've moved (in general, not just with Rails) to this level of instruction.

    Great work, Ryan!

Other Posts to Enjoy

Twitter Mentions