From ce43670e5002daf0c6537098ee68d8efda7fbdcb Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Sat, 15 Aug 2009 16:54:24 +0200 Subject: [PATCH 1/3] Fix Sinatra version typo (9.0 -> 0.9.0) --- book/Deployment.markdown | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/book/Deployment.markdown b/book/Deployment.markdown index 9612d0d..46291ef 100644 --- a/book/Deployment.markdown +++ b/book/Deployment.markdown @@ -193,7 +193,7 @@ Luckily, Rack supports various connectors, including CGI and FastCGI. Unluckily for us, FastCGI doesn't quite work with the current Sinatra release without some tweaking. ### Deployment with Sinatra version 0.9 -From version 9.0 Sinatra requires Rack 0.9.1, however FastCGI wrapper from this version seems not working well with Sinatra unless you define your application as a subclass of Sinatra::Application class and run this application directly as a Rack application. +From version 0.9.0 Sinatra requires Rack 0.9.1, however FastCGI wrapper from this version seems not working well with Sinatra unless you define your application as a subclass of Sinatra::Application class and run this application directly as a Rack application. Steps to deploy via FastCGI: * htaccess -- 1.6.4