Quantcast
Channel: Pragmatic Forums | Posts in topic 'Recipe 5 - Authenticate Rest Client'
Browsing all 15 articles
Browse latest View live

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 Article



Recipe 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 Article

Recipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...

Just what it needed. Thanks

View Article

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 Article

Recipe 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 Article


Recipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...

Just what it needed. Thanks

View Article

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 Article

Recipe 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 Article


Recipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...

Just what it needed. Thanks

View Article


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 Article

Recipe 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 Article

Recipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...

Just what it needed. Thanks

View Article

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 Article


Recipe 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 Article

Recipe 5 - Authenticate Rest Client posted by Phattymatty @ Fri, 22 Aug 2008...

Just what it needed. Thanks

View Article

Browsing all 15 articles
Browse latest View live




Latest Images