From fe5cb7c521d9cc452454fea4146af173cfe82c94 Mon Sep 17 00:00:00 2001 From: Jason Noble & Ralph Shnelvar Date: Sun, 24 Jul 2011 15:39:22 -0600 Subject: Update wording of TIP about --database option for rails new --- railties/guides/source/getting_started.textile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'railties') diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index b01576b85c..4c61cae0cb 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -397,12 +397,12 @@ development: Change the username and password in the +development+ section as appropriate. -TIP: You don't have to update the database configurations manually. If you had a -look at the options of application generator, you have seen that one of them is -named --database. It lets you choose an adapter for couple of most used -relational databases. You can even run the generator repeatedly: cd .. && -rails new blog --database=mysql. When you confirm the overwriting of the -+config/database.yml+ file, your application will be configured for MySQL +TIP: You don't have to update the database configurations manually. If you look at the +options of the application generator, you will see that one of the options +is named --database. This option allows you to choose an adapter from a +list of the most used relational databases. You can even run the generator +repeatedly: cd .. && rails new blog --database=mysql. When you confirm the overwriting + of the +config/database.yml+ file, your application will be configured for MySQL instead of SQLite. h4. Creating the Database -- cgit v1.2.3