aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/creating_plugins.html
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-16 04:34:34 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-16 04:34:34 +0000
commitea21b23b92fec1eb5fcc180f8bc054151216538b (patch)
treeee6e833d61873ef019742809a53e4bc7ab26dca6 /railties/doc/guides/html/creating_plugins.html
parent7d2e3ef315489d06e5074c2a7b9b6425aa3e74ce (diff)
downloadrails-ea21b23b92fec1eb5fcc180f8bc054151216538b.tar.gz
rails-ea21b23b92fec1eb5fcc180f8bc054151216538b.tar.bz2
rails-ea21b23b92fec1eb5fcc180f8bc054151216538b.zip
* Tabs -> Spaces in guides templates
* Move inline css to a file
Diffstat (limited to 'railties/doc/guides/html/creating_plugins.html')
-rw-r--r--railties/doc/guides/html/creating_plugins.html430
1 files changed, 131 insertions, 299 deletions
diff --git a/railties/doc/guides/html/creating_plugins.html b/railties/doc/guides/html/creating_plugins.html
index 2eca3b74b8..3347f77228 100644
--- a/railties/doc/guides/html/creating_plugins.html
+++ b/railties/doc/guides/html/creating_plugins.html
@@ -1,307 +1,139 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>The Basics of Creating Rails Plugins</title>
- <!--[if lt IE 8]>
- <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script>
- <![endif]-->
- <link href="stylesheets/base.css" media="screen" rel="Stylesheet" type="text/css" />
- <link href="stylesheets/forms.css" media="screen" rel="Stylesheet" type="text/css" />
- <link href="stylesheets/more.css" media="screen" rel="Stylesheet" type="text/css" />
- <style type="text/css">
- div#container {
- max-width: 900px;
- padding-bottom: 3em;
-}
-
-div#content {
- margin-left: 200px;
-}
-
-div#container.notoc {
- max-width: 600px;
-}
-
-.notoc div#content {
- margin-left: 0;
-}
-
-pre {
- line-height: 1.4em;
-}
-
-#content p tt {
- background: #eeeeee;
- border: solid 1px #cccccc;
- padding: 3px;
-}
-
-dt {
- font-weight: bold;
-}
-
-#content dt tt {
- font-size: 10pt;
-}
-
-dd {
- margin-left: 3em;
-}
-
-#content dt tt, #content pre tt {
- background: none;
- padding: 0;
- border: 0;
-}
-
-#content .olist ol {
- margin-left: 2em;
-}
-
-#header {
- position: relative;
- max-width: 840px;
- margin-left: auto;
- margin-right: auto;
-}
-
-#header.notoc {
- max-width: 580px;
-}
-
-#logo {
- position: absolute;
- left: 10px;
- top: 10px;
- width: 110px;
- height: 140px;
-}
-
-div#header h1#site_title {
- background: url('images/ruby_on_rails_by_mike_rundle2.gif') top left no-repeat;
- position: absolute;
- width: 392px;
- height: 55px;
- left: 145px;
- top: 20px;
- margin: 0;
- padding: 0;
-}
-
-#site_title span {
- display: none;
-}
-
-#site_title_tagline {
- display: none;
-}
-
-ul#navMain {
- position: absolute;
- margin: 0;
- padding: 0;
- top: 97px;
- left: 145px;
-}
-
-.left-floaty, .right-floaty {
- padding: 15px;
-}
-
-.admonitionblock,
-.tableblock {
- margin-left: 1em;
- margin-right: 1em;
- margin-top: 0.25em;
- margin-bottom: 1em;
-}
-
-.admonitionblock .icon {
- padding-right: 8px;
-}
-
-.admonitionblock .content {
- border: solid 1px #ffda78;
- background: #fffebd;
- padding: 10px;
- padding-top: 8px;
- padding-bottom: 8px;
-}
-
-.admonitionblock .title {
- font-size: 140%;
- margin-bottom: 0.5em;
-}
-
-.tableblock table {
- border: solid 1px #aaaaff;
- background: #f0f0ff;
-}
-
-.tableblock th {
- background: #e0e0e0;
-}
-
-.tableblock th,
-.tableblock td {
- padding: 3px;
- padding-left: 5px;
- padding-right: 5px;
-}
-
-.sidebarblock {
- margin-top: 0.25em;
- margin: 1em;
- border: solid 1px #ccccbb;
- padding: 8px;
- background: #ffffe0;
-}
-
-.sidebarblock .sidebar-title {
- font-size: 140%;
- font-weight: 600;
- margin-bottom: 0.3em;
-}
-
-.sidebarblock .sidebar-content > .para:last-child > p {
- margin-bottom: 0;
-}
-
-.sidebarblock .sidebar-title a {
- text-decoration: none;
-}
-
-.sidebarblock .sidebar-title a:hover {
- text-decoration: underline;
-}
-
- </style>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>The Basics of Creating Rails Plugins</title>
+ <!--[if lt IE 8]>
+ <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script>
+ <![endif]-->
+ <link href="stylesheets/base.css" media="screen" rel="Stylesheet" type="text/css" />
+ <link href="stylesheets/forms.css" media="screen" rel="Stylesheet" type="text/css" />
+ <link href="stylesheets/more.css" media="screen" rel="Stylesheet" type="text/css" />
</head>
<body>
- <div id="header" >
- <div id="logo">
- <a href="index.html" title="Ruby on Rails"><img src="images/rails_logo_remix.gif" alt="Rails" height="140" width="110" /></a>
- </div>
-
- <h1 id="site_title"><span>Ruby on Rails</span></h1>
- <h2 id="site_title_tagline">Sustainable productivity for web-application development</h2>
+ <div id="header" >
+ <div id="logo">
+ <a href="index.html" title="Ruby on Rails"><img src="images/rails_logo_remix.gif" alt="Rails" height="140" width="110" /></a>
+ </div>
+
+ <h1 id="site_title"><span>Ruby on Rails</span></h1>
+ <h2 id="site_title_tagline">Sustainable productivity for web-application development</h2>
- <ul id="navMain">
- <li class="first-child"><a href="http://www.rubyonrails.org/" title="Ruby on Rails" class="ruby_on_rails">Ruby on Rails</a></li>
- <li><a class="manuals" href="index.html" title="Manuals Index">Guides Index</a></li>
- </ul>
- </div>
+ <ul id="navMain">
+ <li class="first-child"><a href="http://www.rubyonrails.org/" title="Ruby on Rails" class="ruby_on_rails">Ruby on Rails</a></li>
+ <li><a class="manuals" href="index.html" title="Manuals Index">Guides Index</a></li>
+ </ul>
+ </div>
- <div id="container">
-
- <div id="sidebar">
- <h2>Chapters</h2>
- <ol>
- <li>
- <a href="#_setup">Setup</a>
- <ul>
-
- <li><a href="#_create_the_basic_app">Create the basic app</a></li>
-
- <li><a href="#_generate_the_plugin_skeleton">Generate the plugin skeleton</a></li>
-
- <li><a href="#_organize_your_files">Organize your files</a></li>
-
- </ul>
- </li>
- <li>
- <a href="#_tests">Tests</a>
- <ul>
-
- <li><a href="#_test_setup">Test Setup</a></li>
-
- <li><a href="#_run_the_plugin_tests">Run the plugin tests</a></li>
-
- </ul>
- </li>
- <li>
- <a href="#_extending_core_classes">Extending core classes</a>
- <ul>
-
- <li><a href="#_working_with_init_rb">Working with init.rb</a></li>
-
- </ul>
- </li>
- <li>
- <a href="#_add_an_em_acts_as_em_method_to_active_record">Add an <em>acts_as</em> method to Active Record</a>
- <ul>
-
- <li><a href="#_add_a_class_method">Add a class method</a></li>
-
- <li><a href="#_add_an_instance_method">Add an instance method</a></li>
-
- </ul>
- </li>
- <li>
- <a href="#_models">Models</a>
- </li>
- <li>
- <a href="#_controllers">Controllers</a>
- </li>
- <li>
- <a href="#_helpers">Helpers</a>
- </li>
- <li>
- <a href="#_routes">Routes</a>
- </li>
- <li>
- <a href="#_generators">Generators</a>
- <ul>
-
- <li><a href="#_testing_generators">Testing generators</a></li>
-
- <li><a href="#_the_usage_file">The USAGE file</a></li>
-
- </ul>
- </li>
- <li>
- <a href="#_generator_commands">Generator Commands</a>
- </li>
- <li>
- <a href="#_migrations">Migrations</a>
- <ul>
-
- <li><a href="#_create_a_custom_rake_task">Create a custom rake task</a></li>
-
- <li><a href="#_call_migrations_directly">Call migrations directly</a></li>
-
- <li><a href="#_generate_migrations">Generate migrations</a></li>
-
- </ul>
- </li>
- <li>
- <a href="#_rake_tasks">Rake tasks</a>
- </li>
- <li>
- <a href="#_plugingems">PluginGems</a>
- </li>
- <li>
- <a href="#_rdoc_documentation">RDoc Documentation</a>
- </li>
- <li>
- <a href="#_appendix">Appendix</a>
- <ul>
-
- <li><a href="#_references">References</a></li>
-
- <li><a href="#_contents_of_em_lib_yaffle_rb_em">Contents of <em>lib/yaffle.rb</em></a></li>
-
- <li><a href="#_final_plugin_directory_structure">Final plugin directory structure</a></li>
-
- </ul>
- </li>
- </ol>
- </div>
-
- <div id="content">
- <h1>The Basics of Creating Rails Plugins</h1>
- <div id="preamble">
+ <div id="container">
+
+ <div id="sidebar">
+ <h2>Chapters</h2>
+ <ol>
+ <li>
+ <a href="#_setup">Setup</a>
+ <ul>
+
+ <li><a href="#_create_the_basic_app">Create the basic app</a></li>
+
+ <li><a href="#_generate_the_plugin_skeleton">Generate the plugin skeleton</a></li>
+
+ <li><a href="#_organize_your_files">Organize your files</a></li>
+
+ </ul>
+ </li>
+ <li>
+ <a href="#_tests">Tests</a>
+ <ul>
+
+ <li><a href="#_test_setup">Test Setup</a></li>
+
+ <li><a href="#_run_the_plugin_tests">Run the plugin tests</a></li>
+
+ </ul>
+ </li>
+ <li>
+ <a href="#_extending_core_classes">Extending core classes</a>
+ <ul>
+
+ <li><a href="#_working_with_init_rb">Working with init.rb</a></li>
+
+ </ul>
+ </li>
+ <li>
+ <a href="#_add_an_em_acts_as_em_method_to_active_record">Add an <em>acts_as</em> method to Active Record</a>
+ <ul>
+
+ <li><a href="#_add_a_class_method">Add a class method</a></li>
+
+ <li><a href="#_add_an_instance_method">Add an instance method</a></li>
+
+ </ul>
+ </li>
+ <li>
+ <a href="#_models">Models</a>
+ </li>
+ <li>
+ <a href="#_controllers">Controllers</a>
+ </li>
+ <li>
+ <a href="#_helpers">Helpers</a>
+ </li>
+ <li>
+ <a href="#_routes">Routes</a>
+ </li>
+ <li>
+ <a href="#_generators">Generators</a>
+ <ul>
+
+ <li><a href="#_testing_generators">Testing generators</a></li>
+
+ <li><a href="#_the_usage_file">The USAGE file</a></li>
+
+ </ul>
+ </li>
+ <li>
+ <a href="#_generator_commands">Generator Commands</a>
+ </li>
+ <li>
+ <a href="#_migrations">Migrations</a>
+ <ul>
+
+ <li><a href="#_create_a_custom_rake_task">Create a custom rake task</a></li>
+
+ <li><a href="#_call_migrations_directly">Call migrations directly</a></li>
+
+ <li><a href="#_generate_migrations">Generate migrations</a></li>
+
+ </ul>
+ </li>
+ <li>
+ <a href="#_rake_tasks">Rake tasks</a>
+ </li>
+ <li>
+ <a href="#_plugingems">PluginGems</a>
+ </li>
+ <li>
+ <a href="#_rdoc_documentation">RDoc Documentation</a>
+ </li>
+ <li>
+ <a href="#_appendix">Appendix</a>
+ <ul>
+
+ <li><a href="#_references">References</a></li>
+
+ <li><a href="#_contents_of_em_lib_yaffle_rb_em">Contents of <em>lib/yaffle.rb</em></a></li>
+
+ <li><a href="#_final_plugin_directory_structure">Final plugin directory structure</a></li>
+
+ </ul>
+ </li>
+ </ol>
+ </div>
+
+ <div id="content">
+ <h1>The Basics of Creating Rails Plugins</h1>
+ <div id="preamble">
<div class="sectionbody">
<div class="paragraph"><p>A Rails plugin is either an extension or a modification of the core framework. Plugins provide:</p></div>
<div class="ulist"><ul>
@@ -1858,7 +1690,7 @@ http://www.gnu.org/software/src-highlite -->
</div></div>
</div>
- </div>
- </div>
+ </div>
+ </div>
</body>
</html>