Hi, How does cancel account work? Does it delete from database or it makes its status disable? How can I disable the cancel account property of devise? Thanks -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Mustafa Ekim wrote:> How does cancel account work? Does it delete from database or it makes > its status disable? > > How can I disable the cancel account property of devise?I wasn''t going to respond to this because I don''t know much about Devise. However, since nobody else has responded either I just want to say that you don''t need us to answer this for you. Write a test case and see what it happens. I''m not going to do that part of the work for you, but it''s what I would do with a question like this. This is the sort of question that testing frameworks are designed to answer. -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Dear Robert, There is nothing that cant be achieved alone, I know. But why there is such a community then.. We are getting together not just because we cant get anything up by ourselves but because we can do just much more work together, by helping each other. I also see some questions that asks for your time and if this is the case I think the same way like you. However this question is 1 second for the one who knows. Thanks any way. On Fri, 2010-08-06 at 16:10 +0200, Robert Walker wrote:> Mustafa Ekim wrote: > > How does cancel account work? Does it delete from database or it makes > > its status disable? > > > > How can I disable the cancel account property of devise? > > I wasn''t going to respond to this because I don''t know much about > Devise. However, since nobody else has responded either I just want to > say that you don''t need us to answer this for you. > > Write a test case and see what it happens. I''m not going to do that part > of the work for you, but it''s what I would do with a question like this. > This is the sort of question that testing frameworks are designed to > answer. > -- > Posted via http://www.ruby-forum.com/. >-- Mustafa Ekim -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 6 August 2010 15:23, Mustafa Ekim <ekim.mustafa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Dear Robert, > > There is nothing that cant be achieved alone, I know. But why there is > such a community then.. We are getting together not just because we cant > get anything up by ourselves but because we can do just much more work > together, by helping each other. > > I also see some questions that asks for your time and if this is the > case I think the same way like you. > > However this question is 1 second for the one who knows.But since no-one here appears to know you have wasted a day waiting, when 10 minutes trying it out could have answered the question. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Mustafa Ekim wrote:> Dear Robert, > > There is nothing that cant be achieved alone, I know. But why there is > such a community then.. We are getting together not just because we cant > get anything up by ourselves but because we can do just much more work > together, by helping each other.I think you misunderstood me. I''m not saying to not ask the question. I''m just saying that this particular question didn''t seem to be getting a prompt answer.> I also see some questions that asks for your time and if this is the > case I think the same way like you. > > However this question is 1 second for the one who knows.Yep, I wish I had that answer for you, without having to setup a test project, install and configure Warden and Devise and write the test. I figured you''d have all that setup complete and it would reasonably easy for you to write a test case against this feature, which you''ll probably want in your test suite anyway. -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
the main question is about how to cancel "cancel account" which may not be a 10 minutes trying, common.. anyway, lets not discuss that anymore. On Fri, 2010-08-06 at 15:42 +0100, Colin Law wrote:> On 6 August 2010 15:23, Mustafa Ekim <ekim.mustafa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Dear Robert, > > > > There is nothing that cant be achieved alone, I know. But why there is > > such a community then.. We are getting together not just because we cant > > get anything up by ourselves but because we can do just much more work > > together, by helping each other. > > > > I also see some questions that asks for your time and if this is the > > case I think the same way like you. > > > > However this question is 1 second for the one who knows. > > But since no-one here appears to know you have wasted a day waiting, > when 10 minutes trying it out could have answered the question. > > Colin >-- Mustafa Ekim -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.