search for: andyjeffr

Displaying 3 results from an estimated 3 matches for "andyjeffr".

2010 Apr 13
3
Need clarification on mongrel, rails, threads, and performance
My understanding is that: 1. rails is single threaded and serves one request at a time 2. mongrel is single threaded and can process one rails request at a time 3. mongrel_cluster starts a few mongrel servers on the same machine Based on this, the single most important factor becomes the time it takes to load a single page (to avoid blocking). If this is all true, what''s considered a
2010 May 06
5
Bundler for Rails 3 Engine
Hello All, My google-fu did not find this answer : How do I configure a Rails-3 Engine so that the engine''s Gemfile is integrated with the parent-Rails-app''s bundle? Thanks Peter Fitzgibbons (847) 859-9550 Email: peter.fitzgibbons-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibbons-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org -- You
2010 Apr 10
2
Need a dropdown having "more.." option
I have a collection of products that I am showing in a dropdown. Now at the first view it will show only first 10 products in the dropdown with an option "more..." at last. if user clicks the "more..." he can see all the following products in that dropdown list (this is not any ajax request, just javascript show/hide). Of course the more... option will hide when showing all