Displaying 1 result from an estimated 1 matches for "colinramsay".
2006 Apr 04
21
Rails on IIS
...app pool is running as, and make the
IconicIsapiRewrite and <myapp>/log directories writeable.
- Even though I just downloaded my version of Rails (1.1.0 per
scripts/about) using gems, and the file notes that it includes an IIS
hack, I had to modify request.rb as described here at
http://colinramsay.co.uk/diary/archives/000297.html. What''s more, even
that didn''t work. I had to replace the return (uri) in request_uri with
''uri.sub(/^\/\//, "/")''.
--
Posted via http://www.ruby-forum.com/.