marcusshepp
8/23/2017 - 8:46 PM

puts not working in rails project

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"