aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Ferk <andrewferk@gmail.com>2010-09-18 00:26:49 -0500
committerAndrew Ferk <andrewferk@gmail.com>2010-09-18 00:26:49 -0500
commit0c6ac67d2fef9eebd7122d5e7657a9ae0c536bf4 (patch)
tree38b3427d029bf87e2ebfec0e27d779000270cfb2
parentdfebdb1b033c033b7a39615a39d9d4ac3052e61d (diff)
downloadrails-0c6ac67d2fef9eebd7122d5e7657a9ae0c536bf4.tar.gz
rails-0c6ac67d2fef9eebd7122d5e7657a9ae0c536bf4.tar.bz2
rails-0c6ac67d2fef9eebd7122d5e7657a9ae0c536bf4.zip
added 'bundle install' command to h4. Create the Basic Application
-rw-r--r--railties/guides/source/plugins.textile1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile
index 677a8a3667..4bd07114d9 100644
--- a/railties/guides/source/plugins.textile
+++ b/railties/guides/source/plugins.textile
@@ -39,6 +39,7 @@ The examples in this guide require that you have a working rails application. T
gem install rails
rails new yaffle_guide
cd yaffle_guide
+bundle install
rails generate scaffold bird name:string
rake db:migrate
rails server