Displaying 2 results from an estimated 2 matches for "auritt".
2006 Jul 18
9
Displaying HTML pulled directly from a database
How can I get RoR to display html pulled directly from a database,
without converting the tags. (e.g. if "<h1>Hello</h1>" is stored (as
text) in a database, how can I get RoR NOT to corvert it to
"<h1>Hello</h1>", but instead to just pass the tags along so that
"Hello" displays in bold.
I''m sure it''s just a
2006 Jul 14
6
Using RoR to produce .xhtml files
How can I manipulate RoR to produce an .xhtml file from the view
template(s)? I see how I can use layouts and paritals to efficiently
produce the content and tags that I need, but how can I get the actual
file that''s produced to be named with the .xhtml suffix, (rather than
*.htm, as it currently is)? [Note: I never thought the suffix was all
that important, but evidenly Mozilla