spec/fixtures/rails_project/public/index.html in steak-2.0.0.beta2 vs spec/fixtures/rails_project/public/index.html in steak-2.0.0

- old
+ new

@@ -50,18 +50,19 @@ #footer { clear: both; } + #header, #about, #getting-started { padding-left: 75px; padding-right: 30px; } #header { - background-image: url("/assets/rails.png"); + background-image: url("images/rails.png"); background-repeat: no-repeat; background-position: top left; height: 64px; } #header h1, #header h2 {margin: 0} @@ -165,13 +166,10 @@ } #sidebar ul.links li { margin-bottom: 5px; } - .filename { - font-style: italic; - } </style> <script type="text/javascript"> function about() { info = document.getElementById('about-content'); if (window.XMLHttpRequest) @@ -190,14 +188,14 @@ <div id="sidebar"> <ul id="sidebar-items"> <li> <h3>Browse the documentation</h3> <ul class="links"> - <li><a href="http://guides.rubyonrails.org/">Rails Guides</a></li> <li><a href="http://api.rubyonrails.org/">Rails API</a></li> - <li><a href="http://www.ruby-doc.org/core/">Ruby core</a></li> - <li><a href="http://www.ruby-doc.org/stdlib/">Ruby standard library</a></li> + <li><a href="http://stdlib.rubyonrails.org/">Ruby standard library</a></li> + <li><a href="http://corelib.rubyonrails.org/">Ruby core</a></li> + <li><a href="http://guides.rubyonrails.org/">Rails Guides</a></li> </ul> </li> </ul> </div> @@ -221,16 +219,16 @@ <h2>Use <code>rails generate</code> to create your models and controllers</h2> <p>To see all available options, run it without parameters.</p> </li> <li> - <h2>Set up a default route and remove <span class="filename">public/index.html</span></h2> - <p>Routes are set up in <span class="filename">config/routes.rb</span>.</p> + <h2>Set up a default route and remove or rename this file</h2> + <p>Routes are set up in config/routes.rb.</p> </li> <li> <h2>Create your database</h2> - <p>Run <code>rake db:create</code> to create your database. If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p> + <p>Run <code>rake db:migrate</code> to create your database. If you're not using SQLite (the default), edit <code>config/database.yml</code> with your username and password.</p> </li> </ol> </div> </div>