Describe the bug
The ~/.jardrc configuration file doesn't seem to be read or applied when running Jard in Rails Console.
To Reproduce
Steps to reproduce the behavior:
- Install
jard in a Rails project.
- Run
rails console
- Execute
def j; jard; end; j
- Configuration file is not read. All settings are at default.
Expected behavior
Configuration file is read and settings applied.
Environment:
- OS: Ubuntu 20.04.2 LTS running on WSL (Windows Subsystem for Linux; Windows 10)
- Terminal Emulator: Xterm from Ubuntu on Windows Terminal
tput colors: 256
echo $TERM: xterm-256color
stty: speed 38400 baud; line = 0; -brkint -imaxbel
- Do you use tmux/screen or similar tty multiplexer? No. Not that I know of.
Describe the bug
The
~/.jardrcconfiguration file doesn't seem to be read or applied when running Jard in Rails Console.To Reproduce
Steps to reproduce the behavior:
jardin a Rails project.rails consoledef j; jard; end; jExpected behavior
Configuration file is read and settings applied.
Environment:
tput colors: 256echo $TERM: xterm-256colorstty: speed 38400 baud; line = 0; -brkint -imaxbel