search for: xmlfeeds

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

Did you mean: xmlfeed
2007 Jun 25
0
storing data from database into array
Hello, I don''t know what the Rails multidimensional array structure is and I am having a problem in this regard. Basically we have a set of games and in a XMLFEEDS table we have basic information about the games (the game date, the sport type of the game). Then in the PARTS table, we have two entries per xmlfeed entry which correspond to the two teams participating in the game. Essentially, right now I have a line in my code that goes like this: @local_lines...
2006 Apr 28
9
Q: Timing of render :update in an action ?
Hey folks, am hoping someone can set me straight with a solution to an issue that has come up involving the timing of rendered page elements in relation to the completion of an action''s execution. I have an ror search app which searches through two tables consisting of 7,000 page urls and a table w/ 87,000 related keyphrases within those pages. Search results can take anywhere from 2
2007 Jul 19
5
need help getting a word right
Hey all, I see examples showing up that look like this: describe Thing do before(:each) do @thing = Thing.new end it do @thing.should be_something end end This will produce output like this: Thing - should be something But "it do" is driving me mad :( We need a better word. Of course, ''specify'' has not been completely removed, so you can still do