Help out: share this site!

Latest Screencasts

Customizing Devise

Railscasts - 2010-04-19 - free

Here we dive deeper into Devise by customizing how the views, routing, validations, and authentication works. Watch this screencast


Introducing Devise

Railscasts - 2010-04-12 - free

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 episode. Watch this screencast


Authorization with CanCan

Railscasts - 2009-12-14 - free

CanCan is a simple authorization plugin that offers a lot off flexibility. See how to use it in this episode. Watch this screencast


Declarative Authorization

Railscasts - 2009-11-16 - free

Declarative authorization provides an advanced and powerful solution for role based authorization. Watch this screencast


Getting Connected to Twitter with OAuth

Teach Me To Code - 2009-09-18 - free

In this screencast, I show you how to use the Twitter gem to connect to Twitter, and we clarify some of the difficulties that comes with learning OAuth. Watch this screencast


Creating a Twitter Clone in Rails – Part 1

Teach Me To Code - 2009-09-06 - free

In this series, I attempt to recreate a twitter style application called ‘Flitter’. In this installment, I show you how to create an authenticated system easily using existing tools. I also show how to generate test data to simulate an active application. Finally, you will learn how to set up self-referencial associations. Watch this screencast


OpenID with Authlogic

Railscasts - 2009-07-13 - free

Learn how to apply OpenID to an existing Authlogic setup as I show in this episode. This builds upon the app from episode 160. Watch this screencast


Rack::OAuth

Remi - 2009-06-23 - paid

Rack::OAuth is a Rack middleware for easily integrating OAuth into your Ruby web applications. If you’re using a Sinatra application or Rackup file, all you need to do is: 1 use Rack::OAuth, :key => 'your-oauth-app-key', 2 :secret => 'your-oauth-app-secret', 3 :site => 'http://twitter-or-whatever.com' If you’re using Rails, all you need... Watch this screencast


Authlogic

Railscasts - 2009-05-04 - free

Authentication can get very complex. In this episode I show how Authlogic can handle this complexity while you stay in control of how it is presented to the user. Watch this screencast


HTTP Basic Authentication

Railscasts - 2007-12-02 - free

Rails 2.0 offers an extremely easy way to do HTTP basic authentication. See how in this episode. Watch this screencast