Ruby's Louvre

每天学习一点点算法

导航

32 Rack Resources to Get You Started

Rack

What the heck is Rack and why is it getting so much press lately? Well, from it’s tag-line: “Rack provides an minimal interface between webservers supporting Ruby and Ruby frameworks.”

But what does that mean? Prior to Rack if you wanted to interface with Mongrel or Thin you had to write your own custom wrapper for talking to that web server. Rack standardized the interface for doing that and even added some icing on the cake.

Resources

  • Rack Homepage – This is the official Rack home page. There’s a mirror on GitHub as well.
  • Rack on GitHub – This is the official Rack source repository.
  • Rack-Contrib – This is the repository for rack middleware and different rack utilities. It’s a great starting point for examples.
  • Rack-development – The official Rack Google Group. It’s a great place to ask questions or get help with Rack related troubles.
  • Rack::Test and its RDoc. Much like Rack is a standard interface for talking to web servers, Rack::Test is a standard interface for testing Rack apps.

Tutorials and Links

Screencasts, Videos, and Presentations

Middleware

Documentation


Related posts:

  1. Rails metal call order

posted on 2009-07-05 21:03  司徒正美  阅读(545)  评论(0编辑  收藏  举报