console_boot.rb

Path: lib/autumn/console_boot.rb
Last Update: Sat Feb 23 07:11:30 +0000 2019

Used by the script/console script to load the Autumn environment when IRb is executed.

Required files

autumn/genesis  

Constants

AL_ROOT = ENV["AUTUMN_ROOT"] || File.expand_path("#{File.dirname __FILE__}/..")   We set AL_ROOT in the script/console file to set it for the scope of that file. We have to set it again in here for the scope of the IRb session.

[Validate]