puts not working in rails project
# puts string was not working, these are a few work arounds def puts(s) Rails.logger.info(s) end File.open("debug.txt", ""){|f|f.write('foo')} raise "foo"