Jeff
2008-Aug-25 01:56 UTC
Error message when installing restful_authentication from github
Anybody know if I''m doing something stupidly wrong here? $ script/plugin install git://github.com/technoweenie/restful-authentication.git removing: /Users/jcohen/dev/rest_with_rails/theater_login/vendor/ plugins/restful-authentication/.git Initialized empty Git repository in /Users/jcohen/dev/rest_with_rails/ theater_login/vendor/plugins/restful-authentication/.git/ remote: Counting objects: 394, done. remote: Compressing objects: 100% (263/263), done. remote: Total 394 (delta 137), reused 329 (delta 100) Receiving objects: 100% (394/394), 357.75 KiB | 331 KiB/s, done. Resolving deltas: 100% (137/137), done. Plugin not found: ["git://github.com/technoweenie/restful- authentication.git"] Everything *seemed* to get installed correctly in vendor/plugins/ restful-authentication, but the error message at the end is disconcerting. Any idea why this happening? Thanks! Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ryan Bigg
2008-Aug-25 02:10 UTC
Re: Error message when installing restful_authentication from github
It''s probably installing it via git (correctly) and then looking for it in your plugin sources and not finding it... at a guess. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Possibly Parallel Threads
- restful_authentication rspec failures "Mysql::Error: Incorrect datetime value:"
- Problem installing restfull authentication
- user_observer (restful_authentication) causes failure in loading rails
- RSpec story failing because of routing error on "/"
- restful_authentication plugin + session timeout + single login session?