rack
use rack 1.3 with rails 3.0.9
How can I use rack 1.3.0 with rails. I tried putting gem \'rack\', \'1.3.0\' 开发者_StackOverflow中文版in Gemfile and did bundle update rack but it says[详细]
2023-03-26 05:34 分类:问答rails g gives uninitialized constant Rack::Mongoid
I get this error when I run \'rails g\' (my app seems to run fine otherwise though, but I need to use a generator):[详细]
2023-03-25 07:33 分类:问答Concurrent writing to log file Sinatra, Rack, Thin
We have written an Sinatra application that uses Thin as its web server and rack as the middleware between the two. I w开发者_Python百科ould like to know if Rack is smart enough to allow concurrent wr[详细]
2023-03-25 06:19 分类:问答Force 'www' in Rails3 hosted on Heroku without .htaccess
I was wondering if there was a Rack alternative to forcing the \'www\' in the URL since Heroku doesn\'t 开发者_如何学运维use .htaccess files.[详细]
2023-03-25 01:45 分类:问答Override Rack method
My setup: Rails 3.0.9, Ruby 1.9.2 Due to a bug in Rack 1.2.3, I\'m attempting to override Rack::Utils::Multipart.parse_multipart by creating a new file[详细]
2023-03-24 22:14 分类:问答What are my storage options when writing Rack middleware for Rails applications?
Assuming my Rack middleware is designed specifically for Rails applications, what storage options d开发者_开发问答o I have? For instance, is there a way for me to read from / write to the Rails cache?[详细]
2023-03-23 20:23 分类:问答Displaying page response time and AJAX request response times with Rack middleware
I want to write a piece of Ra开发者_开发问答ck middleware that will display the response time for rendering the page, as well as the response times for any AJAX requests made on the page. What\'s the[详细]
2023-03-23 13:49 分类:问答How to map a custom rack hander in a rails 2.3 application (dav4rack specifically)?
I am trying to use dav4rack in my rails 2.3.8 application. I am creating a custom config.ru file to load rails, and am using Passenger. The standard rails config.ru file loads just fine:[详细]
2023-03-23 10:08 分类:问答Mount Sinatra app inside a rails app and sharing layout
I would like to mount a sinatra application in my rails app. But I would like this one to share the same layout.[详细]
2023-03-23 06:43 分类:问答syntax highlighting for .ru files in textmate
I am using text mate on the mac whilst learning Ruby on R开发者_开发技巧ails. However the backup files (.ru) don\'t have any syntax highlighting and I can\'t find any bundles for these for text mate.[详细]
2023-03-22 19:02 分类:问答