Displaying 1 result from an estimated 1 matches for "concatedstring".
2005 Dec 27
13
<%= works, print doesn''t
In my views, for example list.rhtml, if I try:
<%= "test" %>
everything works fine.  If I try:
<% print "test" %>
then instead of outputting the page, the browser displays the HTML 
source code.  Any ideas on what my problem is?  This is my first RoR app 
so it''s probably a stupid bug on my part, but my Google-fu isn''t 
powerful to track down