Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6959819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:19:21+00:00 2026-05-27T15:19:21+00:00

For one of my projects I’m getting this exception every now and then: ActionView::MissingTemplate:

  • 0

For one of my projects I’m getting this exception every now and then:

ActionView::MissingTemplate: Missing template blogs/index with {:handlers=>[:rxml, :erb, :builder, :rjs, :haml, :rhtml], :formats=>[“image/jpeg”, “image/pjpeg”, “image/png”, “image/gif”], :locale=>[:en, :en]} in view paths “/var/www/keeponposting/releases/20110403083651/app/views”

It seems someone is requesting an image from a URL that isn’t an image:

HTTP_ACCEPT “image/jpeg, image/pjpeg, image/png, image/gif”

Any ideas what to do about it? Do I have to implement a handler for one of those and return “” to get rid of this exceptions or is there a better way to handle it?

Now I’m also getting this:

ActionView::MissingTemplate: Missing template blogs/index with {:formats=>[“text/*”], :handlers=>[:rjs, :haml, :rhtml, :erb, :rxml, :builder], :locale=>[:en, :en]} in view paths “/var/www/keeponposting/releases/20110415040109/app/views”

Isn’t there a way to send back HTML no matter what format is requested?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:19:22+00:00Added an answer on May 27, 2026 at 3:19 pm

    I fixed this issue (a few minutes ago – so far, so good) with this new Rails 3.1 option:

    config.action_dispatch.ignore_accept_header = true
    

    As mentioned in this Rails issue. That goes in config/application.rb.

    I tested it like so in a RSpec request test (using Capybara):

    it "should not break with HTTP_ACCEPT image/*;w=320;h=420 from iPhone" do
      page.driver.header "Accept", "image/*;w=320;h=420"
      visit "/some/path"
      page.should have_content("Some content")
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a solution with more then one projects. Is there a way i
I have a solution with 3 projects.One of UI (contains web pages) and one
I've got a solution with many projects One of these proejcts is a MyProject.Web
I'm working on a solution that has two projects: One ASP.NET web application, and
I've got a junk directory where I toss downloads, one-off projects, email drafts, and
One of my projects use the MyISAM engine in MySQL, but I'm considering changing
In one of my projects I need to build an ASP.NET page and some
In one of the projects I've worked on, the subject of isomorphism versus monomorphism
In one of my projects, I have an application that manages several clients (or
For one of my projects, I'm using the DOMDocument class to load and manipulate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.