On May 12, 2010, at 1:52 PM, Brian Marick wrote:
On May 12, 2010, at 2:42 PM, Laurent Sansonetti wrote:
In the meantime, I'm afraid you will have to hack the tmail sources to avoid using nkf (or create a fake nkf.rb file and put it in the path).
I switched to trying mail-2.2.0, but it runs into problems with various pieces of active_support.
# require 'active_support/dependencies' # include ActiveSupport::CoreExtensions::String::OutputSafety
# include ActiveSupport::CoreExtensions::Range::IncludeRange # include ActiveSupport::CoreExtensions::Range::BlocklessStep
I notice active_support didn't make it into 0.6. Is it a priority for 0.7?
Hopefully yes! Running the Rails libraries has never been a priority so far, but hopefully we might be able to run it out of the box in 0.7. Laurent