aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2011-10-07 09:56:50 +1100
committerRyan Bigg <radarlistener@gmail.com>2011-10-10 21:04:26 +1100
commit765d3e955fdd4fec038c64bceacb60665a0aabbf (patch)
tree99a1d609daa3381f379153b5b3d904c2bc45be50
parentb02bd74c13ba09217bb45b5fa228ddd9592a2600 (diff)
downloadrails-765d3e955fdd4fec038c64bceacb60665a0aabbf.tar.gz
rails-765d3e955fdd4fec038c64bceacb60665a0aabbf.tar.bz2
rails-765d3e955fdd4fec038c64bceacb60665a0aabbf.zip
[engines guide] Add TODO for mentioning rails s and rails c
-rw-r--r--railties/guides/source/engines.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/engines.textile b/railties/guides/source/engines.textile
index 7b1c0a59e2..e131264842 100644
--- a/railties/guides/source/engines.textile
+++ b/railties/guides/source/engines.textile
@@ -156,6 +156,8 @@ TODO: Brief explanation of what this engine is going to be doing and what we wil
TODO: Generate a posts scaffold (maybe?) for the engine
TODO: Generate a comments scaffold (maybe?) for the engine
+TODO: Mention usage of `rails s` and `rails c` within the context of an engine.
+
h3. Hooking into application
TODO: Application will provide a User foundation class which the engine hooks into through a configuration setting, configurable in the application's initializers. The engine will be mounted at the +/blog+ path in the application.