From 0c6ac67d2fef9eebd7122d5e7657a9ae0c536bf4 Mon Sep 17 00:00:00 2001 From: Andrew Ferk Date: Sat, 18 Sep 2010 00:26:49 -0500 Subject: added 'bundle install' command to h4. Create the Basic Application --- railties/guides/source/plugins.textile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3