Hi there,

I'd normally expect something like
  my_variable = 'world'
  my_message = 'hello #{my_variable}'
to produce a delightful formatted string in the my_message variable.

Alas when I use the '#{...}' syntax in a view or controller, it does
not get parsed.
The result is the original string containing the unparsed #{...}
syntax.

Anyone know why this might be happening?
(What's the correct name for this feature? Inline syntax? Embedded
code?)

Cheers,
George

--

You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en.


Reply via email to