Just i check the application.html.erb from app/layouts. so just i see the
file like this
*<!DOCTYPE html>*
*<html>*
*<head>*
* <title>BizMofobi</title>*
* <%= stylesheet_link_tag "application" %>*
* <%= javascript_include_tag "application" %>*
* <%= csrf_meta_tags %>*
*</head>*
*<body>*
*
*
*<%= yield %>*
*
*
*</body>*
*</html>*
But now just i remove all the tags except *<%= yield %> *from application
.html.erb, after this when i check the page source* *, that file is normal,
i mean one html, head,body tags..
So can i edit like that?.....
Thank you
vishnu
On Tuesday, 13 March 2012 11:31:44 UTC+5:30, amvis
wrote:>
> After push the rails3 app in heroku, then i tried to display that app,
> but when i take the page source of that .html file i got like this......Why
> this happening...?
>
> <html>
> <head> <title>BizMofobi</title> <link href="
>
/assets/application-93fc41f56afd4d9ad2db0406bf0ebfae.css<http://biz-mofobi.herokuapp.com/assets/application-93fc41f56afd4d9ad2db0406bf0ebfae.css>"
> media="screen" rel="stylesheet"
type="text/css" /> <script src="
>
/assets/application-93541fd31c53059d4420ba864b16a62f.js<http://biz-mofobi.herokuapp.com/assets/application-93541fd31c53059d4420ba864b16a62f.js>"
> type="text/javascript"></script> <meta
content="authenticity_token" name="
> csrf-param" /><meta
content="J5URpIaadzp0xpmZXrCX16xVH2tO3DgVzplhWKQSg2s="
> name="csrf-token" /></head><body>
> <!DOCTYPE html><html lang="en"><head>
>
>
> Thank you
> vishnu
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/xiPPwgwT8eAJ.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.