brendanlim / mobile-fu

Automatically detect mobile requests from mobile devices in your Rails application.
http://www.intridea.com/2008/7/21/mobilize-your-rails-application-with-mobile-fu
MIT License
707 stars 195 forks source link

force_mobile_format does not check for XHR requests #6

Open thirtyseven opened 14 years ago

thirtyseven commented 14 years ago

When using has_mobile_fu true to force requests to be mobile, XMLHttpRequests are included, which breaks AJAX. While this is in line with the documentation, I found it to be rather unexpected, since this mode is meant to be used during testing, when you likely will also be using AJAX requests.

This behavior should be easy to change and would make mobile_fu more useful.

benlangfeld commented 10 years ago

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.

OrbitalStudios commented 10 years ago

By replying to these in mass, you do realize you've just sent hundreds of emails to watchers, right?

benlangfeld commented 10 years ago

That's the idea. Hopefully that will save many people time filing more issues here :)