Open billdeitrick opened 5 years ago
I was getting a 500 series error whenever attempting to load the robots.txt for Staytus. Looks like Rails 5.1 deprecated the text option for ActionView's render method. Switched this to plain and things are working as expected.
text
plain
I was getting a 500 series error whenever attempting to load the robots.txt for Staytus. Looks like Rails 5.1 deprecated the
text
option for ActionView's render method. Switched this toplain
and things are working as expected.