From c399e80e04e0f62766c20e39195cae9a0d48ab8f Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 22 Oct 2008 21:47:16 +0530 Subject: Fix icons --- railties/doc/guides/html/creating_plugins.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/doc/guides/html/creating_plugins.html') diff --git a/railties/doc/guides/html/creating_plugins.html b/railties/doc/guides/html/creating_plugins.html index 93fbe72a78..48d5f03687 100644 --- a/railties/doc/guides/html/creating_plugins.html +++ b/railties/doc/guides/html/creating_plugins.html @@ -390,7 +390,7 @@ script/server
-Note +Note The aforementioned instructions will work for sqlite3. For more detailed instructions on how to create a rails app for other databases see the API docs.
@@ -438,7 +438,7 @@ create vendor/plugins/yaffle/generators/yaffle/USAGE
-- cgit v1.2.3
-Note +Note
Editor's note:
Many plugin authors prefer to keep this file, and add all of the require statements in it. That way, they only line in init.rb would be require "yaffle". If you are developing a plugin that has a lot of files in the lib directory, you may want to create a subdirectory like lib/yaffle and store your files in there. That way your init.rb file stays clean