Today I had updated my ruby and rails versions using rvm on Linux/Ubuntu. Unfortunately, now an older applications doesn't work any more, although I haven't touched it.
rake importpostings
rake aborted!
undefined method `map' for :needs:Symbol
The rake file looks like:
task :importpostings, :needs => :environment do |task|
Mail.defaults do
...