DEPRECATION WARNING: Passing the format in the template name is deprecated. Please pass render with :formats => [:html] instead. (called from realtime at /home/ubuntu/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310)
と出て困った。
render :file => “#{Rails.root}/public/404.html”, :status => 404, :layout => false
を、
render :file => “#{Rails.root}/public/404”
にしたらでなくなりました。