Hello,
 I'm having a problem to output things in the right order with erb1.9
and lighttpd . I don't know if it's the normal behaviour of erb but
this is how it works for me:

Content of my ERB file: test{<%= 1 %>2<% puts 3 %>}

On my web browser I get this output:
3
test{12}

puts or print comes before any text.. Do you know wich function instead
of
puts would print test{123}?

Thanks wery much
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to