hello friends,
i am working with rails and i want to load some java script components from 
other web source and render it in my web site which is hosted on heroku.
but heroku is not loading components from other web source.
is there any solution for it.

i copied this code in view. This java script is rendaring on localhost but 
not working on heroku.
<div>
<script type="text/javascript" 
src="http://app.ecwid.com/script.js?5*****77"; charset="utf-8"></script>
<script type="text/javascript"> 
xVCategories("id=my-vCategories-5*******7"); </script>
</div>

thanx in advance.

mukul


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/5f45c272-9b0f-4769-bcf9-8d91025fb7fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to