Open keilmillerjr opened 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?
@benlangfeld I don't think your fork has the issues functionality in Github enabled.
It does now
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.
Hello. I am running rails 3.0.7.
If I install mobile-fu via add to my gemfile:
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):
If I install mobile-fu via plugin:
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):
Bottom line
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