Calvin
Calvin

Reputation:

what is the impact of rails 2.3's rack support?

Does it make any difference in terms of developing Rails apps now that it uses rack to talk to web servers? Should we do anything differently to take advantage of it? Is it just cleaner or does it have any performance improvement over the cgi implementation?

Upvotes: 0

Views: 114

Answers (1)

Jarrod
Jarrod

Reputation: 2378

From what I can tell it's mostly for simplification.

Here's a good article though.

Upvotes: 1

Related Questions