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

Plugin not Found #14

Open achiinto opened 14 years ago

achiinto commented 14 years ago

I tried installing the plugin as instructed but I got this error:

First: C:\ror\rails_apps\dev3_1>ruby script/plugin install git@github.com:brendanlim/mobile-fu.git -r 2.x already installed: mobile-fu.git (git@github.com:brendanlim/mobile-fu.git). pass --force to reinstall

Second with --force: C:\ror\rails_apps\dev3_1>ruby script/plugin install git@github.com:brendanlim/mobile-fu.git -r 2.x --force Plugin not found: ["git@github.com:brendanlim/mobile-fu.git"]

Anyone knows why?

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.