You can use ERB. Take a look: http://ruby-doc.org/stdlib/libdoc/erb/rdoc/classes/ERB.html
On Wed, Jul 6, 2011 at 6:10 AM, coolesting <[email protected]> wrote: > What do you mean integrate ruby code with html? > just print the html markup if you want to output html. > like this , > > puts '<div>hello ruby,</div>' > > it will outputs as a string when you in terminal, except you work on > browser that renders the string to html automatically. > > 2011/7/6 Amit Bobade <[email protected]> > >> Dear All: >> >> I am using ruby for automation test scripts. Now I want to integrate Ruby >> code with HTML. How can I achieve this? >> Thanks in advance. >> >> -- >> Thanks and Regards, >> Amit >> >> -- >> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

