This can only be reproduced and tested by someone with access to the command line.
ssh in
bundle exec rails c
load "#{Rails.root}/script/get_user_data.rb"
What happens:
After the script runs, it will tell you the name of the output file.
What should happen:
It should just spit the information out on the Rails console, for convenience. This way we also don't need to remember to delete the file.
Bumping to high because my spidey sense tells me we need to use this soon.
It does spit out everything to the Rails console and leave no files. Looks good.
Writes out put to the console. Looks good