lib/vedeu/cli/generator/templates/application/config/configuration.erb in vedeu-0.4.50 vs lib/vedeu/cli/generator/templates/application/config/configuration.erb in vedeu-0.4.51
- old
+ new
@@ -1,18 +1,23 @@
Vedeu.configure do
- log "/tmp/<%= object.name %>.log"
+ # base_path
- colour_mode 16_777_216
+ # colour_mode 16_777_216 # Some terminals don't render colour at all if this
+ # value is not one of 8, 16, 256 or 16777216.
# debug! # Add "gem 'ruby-prof'" to your Gemfile if uncommenting this line.
# drb!
# drb_host 'localhost'
# drb_port 21420
# drb_width 80
# drb_height 25
# cooked!
# raw!
+
+ log "/tmp/<%= object.name %>.log"
+
+ # renderers
# run_once!
# interactive!
# standalone!