I get the following error "uninitialized constant ActiveSupport::CoreExtensions" when trying to ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge!(
?> :my_date => lambda { |time| time.strftime("%a, %b #{time.day.ordinalize}")
All I'm trying to do is format dates in rails, but the bloody thing can't find Activesupport core extensions. I upgraded to latest version of rails and installs Active support from gems and I still get the same error.
Thanks for your help.