Re: [Rails] Problem installing restfull authentication

2011-02-22 Thread Imran Latif
Hi, I have installed it in the following way and it works for me:- *git clone git://github.com/technoweenie/restful-authentication.git* * * But before doing this you have to install *"git"* by typing the following command:- *sudo apt-get install git-core* * * Yeah, Collin is right, authlogic i

Re: [Rails] Problem installing restfull authentication

2011-02-22 Thread Colin Law
On 22 February 2011 04:44, Mitin Rai wrote: > hi > trying to use restfull authentication, but getting the folloing error Most consider that authlogic is the one to go for rather than restful authentication, or Devise if you want more sophisticated features. Colin > >  script/plugin install > ht

[Rails] Problem installing restfull authentication

2011-02-21 Thread Mitin Rai
hi trying to use restfull authentication, but getting the folloing error script/plugin install http://github.com/technoweenie/restful-authentication.gitrestful_authentication Plugin not found: [" http://github.com/technoweenie/restful-authentication.git";, "restful_authentication"] can someone h