X-posted with Haml group, as I don't know which group it should be
posted ...

I am trying to insert this block  ( which is inning fine in an
application.html.erb

   <head>
       <script type="text/javascript">
            $(function() {
               <%= yield :document_ready %>
            });
      </script>
   </head>

I tried :

    %head
        :javascript
             = yield :document_ready


    %head
        :javascript
             '<%= yield :document_ready %>'

but no way , the yield :document_ready  is never executed

feedback welcome

-- 
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.

Reply via email to