aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-06-29 20:14:40 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-06-29 20:15:28 +0200
commit9ca0f8da2abe735c57eacd9b687ee7c3fae3685d (patch)
tree52765442c0295fde5249b2ea1032dc0757a51e92 /guides
parentd93ae4fca82ddd454d7e3ed4f109e37eb3b5686c (diff)
downloadrails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.tar.gz
rails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.tar.bz2
rails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.zip
Tiny documentation fixes [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/initialization.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/initialization.md b/guides/source/initialization.md
index 02059151b6..b81b048c35 100644
--- a/guides/source/initialization.md
+++ b/guides/source/initialization.md
@@ -98,9 +98,9 @@ configure the load path for your Gemfile's dependencies.
A standard Rails application depends on several gems, specifically:
-* abstract
* actionmailer
* actionpack
+* actionview
* activemodel
* activerecord
* activesupport
@@ -119,7 +119,7 @@ A standard Rails application depends on several gems, specifically:
* rails
* railties
* rake
-* sqlite3-ruby
+* sqlite3
* thor
* treetop
* tzinfo
@@ -703,4 +703,4 @@ the last piece of our journey in the Rails initialization process.
This high level overview will help you understand when your code is
executed and how, and overall become a better Rails developer. If you
still want to know more, the Rails source code itself is probably the
-best place to go next. \ No newline at end of file
+best place to go next.