Closed kalys closed 12 years ago
Enable hirb if -he or --hirb-enabled argument is provided.
-he
--hirb-enabled
Example: $ rails console -he or $ rails c --hirb-enabled
$ rails console -he
$ rails c --hirb-enabled
hirb doesn't have control over rails console. If you want this behavior, you'll need to file this in rails. Any other questions before I close?
Ooh I see. Thank you.
Enable hirb if
-he
or--hirb-enabled
argument is provided.Example:
$ rails console -he
or$ rails c --hirb-enabled