search for: jfiuniaw

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

2005 Dec 28
4
AJAX works in Safari, broken in Firefox
I''ve been working on an AJAX search, very similar to the Flickr one in the screencast linked from the main rails page. I''ve been doing my testing in Safari, where everything has worked fine, only to now discover the results of the search action seem disinclined to load in Firefox. I can enter a URL to return the HTML fragment that''s supposed to be dropped into
2005 Dec 27
1
Odd Behavior with render
I''d been trying to iterate through an array of hashes using the ActionController''s render method. Unfortunately, it appears that when I use a hash as one of the array elements, it gets passed as a nil to the partial. Here''s some code: @books = [ ''hello'', ''hello2'' ] render :partial => "book",
2005 Dec 27
0
Newbie: Getting Book Data from Amazon
As part of my inaugural Ruby project, I''ve been trying to get data for books from Amazon''s web services. The first thing I tried was Ruby/Amazon <http://www.caliban.org/ruby/ruby-amazon.shtml>. It works great, but is based on an earlier version of Amazon''s Web Services, which apparently doesn''t return a complete set of data for the items it