public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
Update welcome screen with revised instructions and removal of dead links

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9132 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
david (author)
Sat Mar 29 11:37:14 -0700 2008
commit  babc7c251f88e7a677716e5ef9a3e1d62170be74
tree    51274a9fd856758e9367f9b069fe75ed8b869a75
parent  8ffd66a6ae15765341465473ca13b56e5b020460
...
219
220
221
222
223
224
225
226
227
228
...
252
253
254
255
256
257
258
259
260
 
261
262
263
...
267
268
269
 
 
 
 
 
270
271
272
...
219
220
221
 
 
222
 
223
224
225
...
249
250
251
 
 
 
 
 
 
252
253
254
255
...
259
260
261
262
263
264
265
266
267
268
269
0
@@ -219,10 +219,7 @@
0
             <ul class="links">
0
               <li><a href="http://www.rubyonrails.org/">Ruby on Rails</a></li>
0
               <li><a href="http://weblog.rubyonrails.org/">Official weblog</a></li>
0
- <li><a href="http://lists.rubyonrails.org/">Mailing lists</a></li>
0
- <li><a href="http://wiki.rubyonrails.org/rails/pages/IRC">IRC channel</a></li>
0
               <li><a href="http://wiki.rubyonrails.org/">Wiki</a></li>
0
- <li><a href="http://dev.rubyonrails.org/">Bug tracker</a></li>
0
             </ul>
0
           </li>
0
           
0
@@ -252,12 +249,7 @@
0
           <h1>Getting started</h1>
0
           <h2>Here&rsquo;s how to get rolling:</h2>
0
           
0
- <ol>
0
- <li>
0
- <h2>Create your databases and edit <tt>config/database.yml</tt></h2>
0
- <p>Rails needs to know your login and password.</p>
0
- </li>
0
-
0
+ <ol>
0
             <li>
0
               <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
0
               <p>To see all available options, run it without parameters.</p>
0
@@ -267,6 +259,11 @@
0
               <h2>Set up a default route and remove or rename this file</h2>
0
               <p>Routes are set up in config/routes.rb.</p>
0
             </li>
0
+
0
+ <li>
0
+ <h2>Create your database</h2>
0
+ <p>Run <tt>rake db:migrate</tt> to create your database. If you're not using SQLite (the default), edit <tt>config/database.yml</tt> with your username and password.</p>
0
+ </li>
0
           </ol>
0
         </div>
0
       </div>

Comments

    No one has commented yet.