ReggieB
I made the changes you suggested.
The development log showed this:
Code:
# Logfile created on Thu Aug 21 13:36:30 -0400 2008
Processing StoriesController#show (for 127.0.0.1 at 2008-08-21 13:37:50) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--1bc4cffe024e2fd53d262a4a1427fadf08b93d7d
Parameters: {"action"=>"show", "id"=>"2", "controller"=>"stories"}
Rendering template within layouts/application
Rendering stories/show
Completed in 0.01600 (62 reqs/sec) | Rendering: 0.01600 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/stories/2]
The browser source code was this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Shovell</title>
<link href="/stylesheets/style.css?1216495672" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="content">
<h1>Shovell</h1>
<h2></h2>
<p></p>
<p></p>
</div>
</body>
</html>
What should this tell me?
If I have to reinstall InstantRails, do I have to start back over in the book and work back up to this point?
Bookmarks