problem solved... i linked css and Javascript file as <%= (stylesheet_link_merged :admin).html_safe %> and <%= (javascript_include_merged :defaults ).html_safe %> not working.
but i changed this link as <%= stylesheet_link_tag :all %> and <%= javascript_include_tag :defaults %> . Now it works fine.. thanks to all...... -- நன்றி ... சண்முகசுந்தரம்.க Kanchi Linux User Group Rocks ! http://kanchilug.wordpress.com My Experiments In Linux are here http://gowithfoss.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
