Mitin_Rai
(Mitin Rai)
February 22, 2011, 4:44am
#1
hi
trying to use restfull authentication, but getting the folloing error
script/plugin install http://github.com/technoweenie/restful-authentication.git restful_authentication
Plugin not found: [“http://github.com/technoweenie/restful-authentication.git ”, “restful_authentication”]
can someone help please
thanks
Colin_Law1
(Colin Law)
February 22, 2011, 10:19am
#2
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
Imran_Latif
(Imran Latif)
February 22, 2011, 10:38am
#3
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 is far better than restful authentication. But if you want to stay simple then restful authentication might be a good choice for you.
Hope it will solve your problem.
Thanks…