From c70b993a9e01547de88417cb8fa95b48acbed2db Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Fri, 14 Nov 2008 17:47:21 +0530 Subject: Merge docrails. --- railties/doc/guides/html/creating_plugins.html | 1152 ++++++++++++++---------- 1 file changed, 672 insertions(+), 480 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 48d5f03687..375d216b4a 100644 --- a/railties/doc/guides/html/creating_plugins.html +++ b/railties/doc/guides/html/creating_plugins.html @@ -204,26 +204,61 @@ ul#navMain {
  • Create the basic app
  • -
  • Create the plugin
  • +
  • Generate the plugin skeleton
  • Setup the plugin for testing
  • +
  • Run the plugin tests
  • + + + +
  • + Extending core classes + +
  • +
  • + Add an acts_as_yaffle method to Active Record +
  • - Add a to_squawk method to String + Create a generator +
  • - Add an acts_as_yaffle method to ActiveRecord + Add a custom generator command
  • - Create a squawk_info_for view helper + Add a model
  • - Create a migration generator + Add a controller
  • - Add a custom generator command + Add a helper
  • Add a Custom Route @@ -232,12 +267,8 @@ ul#navMain { Odds and ends