Rails 4.2 introduces Active Job for background processing with multiple queue adapters, including support for ActionMailer’s deliver_later method. It also enhances ActiveRecord caching for faster query performance and incorporates foreign key support in migrations for PostgreSQL and MySQL. Additional features include a web-based console for development and a new HTML sanitizer based on Loofah and Nokogiri.