in php possible to made this:
<input type="text" value=" <?php echo "Hello world"; ?> ">
It's possible to embed ruby in html like that with or without Rails?
in php possible to made this:
<input type="text" value=" <?php echo "Hello world"; ?> ">
It's possible to embed ruby in html like that with or without Rails?
You will need to use a templating engine like Ruby Templates (ERB). Here's an example. Rails uses ERB so you could easily do this in each of your templates.