search for: text8

Displaying 2 results from an estimated 2 matches for "text8".

Did you mean: text
2008 Apr 06
1
buggy HTML from nested lists w/ paragraphs
...content, I'm left with the text below, still generating the two errors. Each line of code has a blank line above it. Removing the blank lines or the final item, text13, is enough to kill either or both of the errors, while removal of other items kills one error or the other. (Removal of text8 kills neither, but I left it in case it's helpful for diagnosing the problem.) # text1 * text2 * text3 text4 ## text5 * text6 * text7 text8 ## text9 * text10 * text11 text12 text13 The versions of Markdown I'm running this through...
2006 Jan 21
3
help... why can''t Iuse data from two tables in the same view
...del (template.rb) includes "belongs_to :exercises" and the exercises model includes " has_many :templates ". The problem comes when I try to make the Template model available in the view. First, in the view, I debug @mytemplate = --- - !ruby/object:Template attributes: text8: number4: "1" exercise_id: "1" mytype: f id: "1" (etc...) This is the correct information being passed to the view - note that the debug headers are identical except for the base class name! - but from here on I can only access this information in t...