Recipe 5 - Authenticate Rest Client posted by Phattymatty @ Thu, 21 Aug 2008...
Hi everyone,I’ve followed along with this recipe and it’s not working for me. I know it is something REALLY simple. I get the following method not found error when attempting to login:NoMethodError in...
View ArticleRecipe 5 - Authenticate Rest Client posted by Ng Tze Yang @ Fri, 22 Aug 2008...
Hi Phattymatty,Yup, u need to have ur User.authenticate. Here’s a very simple one:def self.authenticate( name, password ) User.find_by_name_and_password( name, password )end
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...
Just what it needed. Thanks
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Thu, 21 Aug 2008...
Hi everyone,I’ve followed along with this recipe and it’s not working for me. I know it is something REALLY simple. I get the following method not found error when attempting to login:NoMethodError in...
View ArticleRecipe 5 - Authenticate Rest Client posted by Ng Tze Yang @ Fri, 22 Aug 2008...
Hi Phattymatty,Yup, u need to have ur User.authenticate. Here’s a very simple one:def self.authenticate( name, password ) User.find_by_name_and_password( name, password )end
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...
Just what it needed. Thanks
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Thu, 21 Aug 2008...
Hi everyone,I’ve followed along with this recipe and it’s not working for me. I know it is something REALLY simple. I get the following method not found error when attempting to login:NoMethodError in...
View ArticleRecipe 5 - Authenticate Rest Client posted by Ng Tze Yang @ Fri, 22 Aug 2008...
Hi Phattymatty,Yup, u need to have ur User.authenticate. Here’s a very simple one:def self.authenticate( name, password ) User.find_by_name_and_password( name, password )end
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...
Just what it needed. Thanks
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Thu, 21 Aug 2008...
Hi everyone,I’ve followed along with this recipe and it’s not working for me. I know it is something REALLY simple. I get the following method not found error when attempting to login:NoMethodError in...
View ArticleRecipe 5 - Authenticate Rest Client posted by Ng Tze Yang @ Fri, 22 Aug 2008...
Hi Phattymatty,Yup, u need to have ur User.authenticate. Here’s a very simple one:def self.authenticate( name, password ) User.find_by_name_and_password( name, password )end
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...
Just what it needed. Thanks
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Thu, 21 Aug 2008...
Hi everyone,I’ve followed along with this recipe and it’s not working for me. I know it is something REALLY simple. I get the following method not found error when attempting to login:NoMethodError in...
View ArticleRecipe 5 - Authenticate Rest Client posted by Ng Tze Yang @ Fri, 22 Aug 2008...
Hi Phattymatty,Yup, u need to have ur User.authenticate. Here’s a very simple one:def self.authenticate( name, password ) User.find_by_name_and_password( name, password )end
View ArticleRecipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...
Just what it needed. Thanks
View Article