search for: seanmctex

Displaying 4 results from an estimated 4 matches for "seanmctex".

2006 Jan 02
2
HTML Fragment not Loading in Firefox; Fine Elsewhere
...being used.) I''ve verified that there are no Javascript errors and have validated the HTML -- everything looks great. I''ve opened up a port so that others can take a peek at it. Can anybody tell me why this URL won''t load in Firefox? Please? Pretty please? http://seanmctex.homeip.net:3000/book/search?searchTerm=dragon I''m utterly baffled by the strange behavior, and would love to get a handle on what''s going on here. Thanks in advance for any help. Sean ----- Sean McMains AIM: SeanMcTex http://www.mcmains.net/ruminations -------------- next p...
2006 Jan 09
2
Using SQL to get a whole record when using aggregate functions
...ery to pull that as well in a single pass? The only approach I can think of is to iterate through the results of the above query, doing another query for each shortest book I want to get all the details for, which seems a mite inefficient. Thanks, SQL mavens! Sean ----- Sean McMains AIM: SeanMcTex http://www.mcmains.net/ruminations -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060109/475c760e/attachment.html
2006 Jan 02
2
Getting Index When Using render :partial
...sult currently being displayed, like each_with_index makes available to its block? This would allow me to have the client pass back the index and pull the data from the session, thus assuring that the client hasn''t fooled with it. Thanks for any ideas! Sean ----- Sean McMains AIM: SeanMcTex http://www.mcmains.net/ruminations -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060102/ef8c3d7e/attachment.html
2006 Jan 02
3
Re: Getting Index When Using render :partial (Benjamin Stiglitz)
...ellent approach to the problem, except that I''d been under the impression that one could only call render once. If you call it multiple times as the each_with_index loop iterates, are the results just combined automatically? How does that work? Thanks! Sean ----- Sean McMains AIM: SeanMcTex http://www.mcmains.net/ruminations On Jan 1, 2006, at 11:44 PM, rails-request@lists.rubyonrails.org wrote: > Instead of using the :collection parameter to render, render your > partial from inside an each_with_index, and pass in the index as a > parameter to the partial using :locals. &...