aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-06-15 10:45:05 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-06-15 10:45:05 +0530
commit0bdeddb97e61dbfde01e928cf577c7bf7cfd0592 (patch)
treed4a27f6821b8199c810ecabac1d13288984f370d /railties
parent57ace9868aa076ab2dc9763c0ef1892af0501fc3 (diff)
downloadrails-0bdeddb97e61dbfde01e928cf577c7bf7cfd0592.tar.gz
rails-0bdeddb97e61dbfde01e928cf577c7bf7cfd0592.tar.bz2
rails-0bdeddb97e61dbfde01e928cf577c7bf7cfd0592.zip
Jruby => JRuby, Mysql => MySQL
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/getting_started.textile12
1 files changed, 6 insertions, 6 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 7bd300c188..5e9d37df85 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -256,9 +256,9 @@ development:
password:
</yaml>
-h5. Configuring an SQLite3 Database for Jruby Platform
+h5. Configuring an SQLite3 Database for JRuby Platform
-If you choose to use SQLite3 and using Jruby, your +config/database.yml+ will look a little different. Here's the development section:
+If you choose to use SQLite3 and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
<yaml>
development:
@@ -266,9 +266,9 @@ development:
database: db/development.sqlite3
</yaml>
-h5. Configuring an Mysql Database for Jruby Platform
+h5. Configuring an MySQL Database for JRuby Platform
-If you choose to use Mysql and using Jruby, your +config/database.yml+ will look a little different. Here's the development section:
+If you choose to use MySQL and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
<yaml>
development:
@@ -278,9 +278,9 @@ development:
password:
</yaml>
-h5. Configuring an PostgreSQL Database for Jruby Platform
+h5. Configuring an PostgreSQL Database for JRuby Platform
-Finally if you choose to use PostgreSQL and using Jruby, your +config/database.yml+ will look a little different. Here's the development section:
+Finally if you choose to use PostgreSQL and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
<yaml>
development: