aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorMohammad El-Abid <mohammad.elabid@gmail.com>2011-05-25 02:10:14 -0400
committerMohammad El-Abid <mohammad.elabid@gmail.com>2011-05-25 02:10:14 -0400
commit99dd117d6292b66a60567fd950c7ca2bda7e01f3 (patch)
treebab4a9aa74c537ea0c06b60547d918287f5e2f84 /railties/guides
parentbfb9f758ae7671d059828695b4b15eb81c13d7a9 (diff)
downloadrails-99dd117d6292b66a60567fd950c7ca2bda7e01f3.tar.gz
rails-99dd117d6292b66a60567fd950c7ca2bda7e01f3.tar.bz2
rails-99dd117d6292b66a60567fd950c7ca2bda7e01f3.zip
Adds outline draft#1 for the Asset Pipeline, please comment if you have thoughts about it!
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/asset_pipeline.textile29
1 files changed, 29 insertions, 0 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile
new file mode 100644
index 0000000000..9ea1aa9e01
--- /dev/null
+++ b/railties/guides/source/asset_pipeline.textile
@@ -0,0 +1,29 @@
+h2. Asset Pipeline
+
+This guide will cover the ideology of the asset pipeline introduced in Rails 3.1.
+By referring to this guide you will be able to:
+
+* Properly organize your application assets
+* Understand the benefits of the asset pipline
+* Adding a preproccessor to the pipeline
+* Package assets with your plugin
+
+endprologue.
+
+h3. What Is The Asset Pipeline?
+
+h4. Why Should I Use it?
+
+h3. How to Use the Asset Pipeline
+
+h4. Asset Organization
+
+h4. Default Files Loaded
+
+h4. Directives
+
+h4. Stacking Preproccessors
+
+h3. Packaging Assets with Your Plugin
+
+h3. More on Sprockets