The first two lines of that wiki are: OUT OF DATE
Current lifecycle documentation here http://cookbook.hobocentral.net/manual/lifecycles Some of that stuff in the wiki is definitely wrong for current versions. That being said, the stuff you quoted isn't wrong. On Sat, Feb 2, 2013 at 3:49 AM, Alex Greif <[email protected]> wrote: > Hi, > > I am new to hobo and don't understand the following: > > the document (https://github.com/tablatom/hobo/wiki/Lifecycles) says that > "... when a user clicks on the link, they will get a page with an “activate” > button and no additional fields, and when they click it, the account will be > activated.." > > This means that it should work out of the box. But this does not work out of > the box. I'm fairly sure it does work out the box. I say that because one of our integration tests explicitly tests this: :) https://github.com/Hobo/hobo/blob/master/integration_tests/agility/test/integration/create_account_test.rb Line 61 clicks on the link they talk about, and then Line 62 clicks on the button. There are different choices you can make when generating a Hobo application. If you generate an invitation only application, of course this is going to be different. Compare your application with the one in the agility tutorial to see what is different about your app. Bryan > > the next sentence is: > "...If you want the activation to happen automatically after the user clicks > the link, override the activate method so that it calls what do_activate > calls..." > > So, > 1) where can I see what happens if I dont override the activate method? > 2) what is the sense of the current implementation, that after clicking the > active link nothing happens? > > thanks, > Alex. > > > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
