Featured Profile
Railscasts
Railscasts.com is a free video tutorial site for people who wants to learn Ruby and/or Ruby on Rails and related libraries.
http://railscasts.com/
Taken from the website:
About Railscasts
Every week Ryan Bates will host a new Railscasts episode featuring tips and tricks with Ruby on Rails. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics target the intermediate Rails developer, but beginners and experts will get something out of it as well.
Recent Conversations
Railscasts #270 Authentication in Rails 3.1
Mon, 13 Jun 2011 07:00:00 GMT
from RailsCasts on RSS
View Conversation
Here I show off three new features in Rails 3.1 that will help with authentication: easier HTTP Basic, SecurePassword in the database, and forcing SSL.
Railscasts #269 Template Inheritance
Mon, 06 Jun 2011 07:00:00 GMT
from RailsCasts on RSS
View Conversation
In Rails 3.1 the controller inheritance also applies to the view layer. Here I show how to add an application template which is shared by all views, and a lookup path for overriding templates based on the subdomain.
Railscasts #268 Sass Basics
Mon, 30 May 2011 07:00:00 GMT
from RailsCasts on RSS
View Conversation
Sass extends CSS with variables, nesting, mixins and more. Here I show how to convert plain CSS to SCSS in a Rails 3.1 app.
Railscasts #267 CoffeeScript Basics
Mon, 23 May 2011 07:00:00 GMT
from RailsCasts on RSS
View Conversation
CoffeeScript allows you to write JavaScript in a concise, elegant fashion. Here I convert JavaScript code to CoffeeScript in a Rails 3.1 app.
Railscasts #266 HTTP Streaming
Mon, 16 May 2011 07:00:00 GMT
from RailsCasts on RSS
View Conversation
HTTP Streaming allows the browser to start processing the HTML response while the Rails app is still processing the rest of the request.
Railscasts #265 Rails 3.1 Overview
Mon, 09 May 2011 07:00:00 GMT
from RailsCasts on RSS
View Conversation
This is the first episode in a series covering Rails 3.1. Here I show how to install the beta and show some of the new features.
Railscasts Episode 264: Guard
Mon, 02 May 2011 07:00:00 GMT
from Railscasts on RSS
View Conversation
Guard watches files and runs a command after a file is modified. This allows you to automatically run tests in the background, restart your development server, reload the browser, and more.
Railscasts Episode 263: Client Side Validations
Mon, 25 Apr 2011 07:00:00 GMT
from Railscasts on RSS
View Conversation
Showing validation errors inline as the user is filling out the form can lead to a better use experience. Learn how to do this using the Client Side Validations gem.
Railscasts Episode 262: Trees with Ancestry
Mon, 18 Apr 2011 07:00:00 GMT
from Railscasts on RSS
View Conversation
The Ancestry gem works like a tree but also allows us to fetch deeply nested messages in a single query. It provides a method to arrange them after fetching.
Railscasts Episode 261: Testing JavaScript with Jasmine
Mon, 11 Apr 2011 07:00:00 GMT
from Railscasts on RSS
View Conversation
Are you testing your JavaScript? Learn how to add specs using Jasmine. This episode also covers jQuery integration with jasmine-jquery.





