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

Gem differs from plugin... issues with gem. #20

Open keilmillerjr opened 13 years ago

keilmillerjr commented 13 years ago

Hello. I am running rails 3.0.7.

If I install mobile-fu via add to my gemfile:

gem 'mobile-fu'

When I view the page on the iPad (or with an iPad user agent):

When I view the page on the iPhone (or with an iPhone user agent):

rails plugin install git://github.com/brendanlim/mobile-fu.git

When I view the page on the iPad (or with an iPad user agent):

When I view the page on the iPhone (or with an iPhone user agent):

All works correctly via installing by plugin, and not the gem. This leads me to believe that the gem and plugin are two different versions, and that there is a bug or difference in release in the gem.

Please look into this and fix if possible (and let us know that it is fixed!). With Rails 3, it is nice to have everything installed via gemfile and bundler.

Thank you,

Keil

benlangfeld commented 13 years ago

The release gem is from my fork, not from this repo which is unmaintained. Can you please refile this issue on my fork?

brenttheisen commented 12 years ago

@benlangfeld I don't think your fork has the issues functionality in Github enabled.

benlangfeld commented 12 years ago

It does now

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.