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.
|
|
Jim Gochee & Advanced RPM
Category: Web Development > Ruby On Rails
Posted: 05 Apr 09
Jim Gochee is the VP of Engineering at New Relic, where he's helped shape RPM, their server monitoring tool. After asking him his recommendations for Scaling Rails, we take a closer look at some of the advanced features of New Relic's RPM tool. If you haven't seen some of the upper tier performance m...
|
|
Jesse Newland & Deployment
Category: Web Development > Ruby On Rails
Posted: 05 Apr 09
Jesse Newland works at Rails Machine, where he's helped scale many Rails applications. In this episode we ask him for 3 tips to help us Scale our applications. We're then going to take a closer look at one of his recommendations: how to properly deploy a Rails app.
|
|
|
|
|
|
|
|
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
|
|