I have Active Support 3.0.3 installed and Rails 3.0.3 with Ruby 1.8.7.
When I try to use 1.week.ago I get
1.week.ago
NoMethodError: undefined meth
You can : require 'active_support/core_ext' or : require 'active_support/all'