Coder Social home page Coder Social logo

Comments (5)

daviscabral avatar daviscabral commented on July 17, 2024

Are you using other plugin that handles mime types? I'm using community engine here and I'm having the same issue.

from mobile-fu.

smsm1 avatar smsm1 commented on July 17, 2024

The problem is probably due to you having respond_to do |format| .... end with no format.mobile or format.html in there. As your controller does not know how to deal with the format that has been specified, it simply returns 406 not acceptable. The other option is that you lack a view for the format that was requested.

from mobile-fu.

moll avatar moll commented on July 17, 2024

If you're using jQuery Mobile along with the jquery-rails gem, jQuery Mobile makes its own Ajax request in which it only accepts html type. The jquery-rails way handles returned JavaScript, too. Your app is probably returning a format that the requester doesn't want.

from mobile-fu.

dcu avatar dcu commented on July 17, 2024

I have the same problem, I am using jquery-mobile and rails 3.1.3

from mobile-fu.

benlangfeld avatar benlangfeld commented on July 17, 2024

This project is abandoned. Please see the active fork at http://github.com/benlangfeld/mobile-fu. Please test with the released gem and master branch of the new home for the project, and file an issue on the other repo if you still have problems.

See #40.

from mobile-fu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.