From 765d3e955fdd4fec038c64bceacb60665a0aabbf Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Fri, 7 Oct 2011 09:56:50 +1100 Subject: [engines guide] Add TODO for mentioning rails s and rails c --- railties/guides/source/engines.textile | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3