Authlogic
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
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.
|
|
|
Factories not Fixtures
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Fixtures are external dependencies which can make tests brittle and difficult to read. In this episode I show a better alternative using factories to generate the needed records.
|
|
|
Webrat
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
If you prefer writing integration tests in ruby instead of Cucumber's plain english, consider interacting with Webrat directly as I show in this episode.
|
|
|
|
|
|
|
|
Rack Middleware
Category: Web Development > Ruby On Rails
Posted: 07 Mar 09
Rack middleware is a way to filter a request and response coming into your application. In this episode I show how to modify the response body using middleware
|
|
Rails Metal
Category: Web Development > Ruby On Rails
Posted: 07 Mar 09
Rails Metal is a way to bypass the standard Rails request process for a performance boost. In this episode you will learn how to shave off a few milliseconds using Metal.
|
|
Rails Engines
Category: Web Development > Ruby On Rails
Posted: 19 Feb 09
Rails 2.3 brings us much of the same functionality as the Rails Engines plugin. Learn how to embed one application into another in this episode.
|
|