TODO~ in app_drone-0.2.1 vs TODO~ in app_drone-0.3.1
- old
+ new
@@ -1,7 +1,5 @@
-1. Replace (self >> Drone).method syntax within drones (use method missing)
-e.g. gems.add('x') -> method_missing('gems') -> (self >> gems.classify.constantize).send
+** templates must be added and run in the order that satisfies dependency order best.
+**
+i.e. a drone can only run after it's dependants have had their turn (unless they mutually depend)
-2. Drone dependencies
-e.g. depends Stylesheets, Gems
-- template complains if render is called and dependencies are not met
-
+** param 'default' values... (when accessing param, if nil, return default (unless default is nil too))