Closed adamesque closed 10 years ago
Looks like there's a piece of ActiveSupport's core_ext that needs to be required but isn't; doing a blanket require 'active_support/core_ext'
at the top of blog_article.rb
gets us back into the green.
I was suffering from this error. Thank you for fixing it.
Most tests are failing for me out of the box:
The offending line is a call to
Time.zone.parse
: