hello I'm new to RoR and i have concern regarding on how to output a
string with a value that parse on it.

Example in php:
 $value = 1;
 $string = 'the value is '.$value.'.';

and it gives you the output which is: "the value is 1." so how we are
going to do it in RoR. Any help would be appreciated. I know its very
simple to the one who knows it. Forgive me im only a newbie. Thank you!
-- 
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-talk@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