I\'m seeing something very odd.
<%= (Date.today).strftime(\"%A, %B %d, %Y\") %>
is resulting in Wednesday, Octobe
The method tomorrow isn't in Ruby - only in Rails. Maybe your Ruby and your Rails are set for different timezones. What do you get from Date.current, which is basically today in rails?