Ruby on Rails Sunday, May 5, 2013

On May 4, 11:53 pm, Scott Eisenberg <sco...@btrtrucks.com> wrote:
> This one is Rails 4 specific
>
> http://edgeguides.rubyonrails.org/getting_started.html

Alas, in "5.2 The first form" the empty form isn't shown in
new.html.erb.

This is all I get after clicking view source in Firefox:

<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
<link data-turbolinks-track="true" href="/assets/application.css?
body=1" media="all" rel="stylesheet" />
<link data-turbolinks-track="true" href="/assets/posts.css?body=1"
media="all" rel="stylesheet" />
<link data-turbolinks-track="true" href="/assets/welcome.css?body=1"
media="all" rel="stylesheet" />
<script data-turbolinks-track="true" src="/assets/jquery.js?
body=1"></script>
<script data-turbolinks-track="true" src="/assets/jquery_ujs.js?
body=1"></script>
<script data-turbolinks-track="true" src="/assets/turbolinks.js?
body=1"></script>
<script data-turbolinks-track="true" src="/assets/posts.js?body=1"></
script>
<script data-turbolinks-track="true" src="/assets/welcome.js?body=1"></
script>
<script data-turbolinks-track="true" src="/assets/application.js?
body=1"></script>
<meta content="authenticity_token" name="csrf-param" />
<meta content="9TL7qWKSPp2+gCFUgstifTB3cyZs/Q2whYQGIXDI5n0="
name="csrf-token" />
</head>
<body>



</body>
</html>

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment