Two bugs found: one in Hobo, and one in your controller code. The hobo bug fix is here: https://github.com/tablatom/hobo/commit/cf36885d5c5fb7348cbc433d291943b24d431c58
The problem with your controller code is that the select-one-or-new is in new-for-project.dryml, not in new.dryml, so you need to make sure the story is created on the project. See https://github.com/Hobo/agility-gitorial/commit/9b5e4eac60e1c93644289fa941654ce037b17e08 for a working example. Bryan On Thu, Jan 12, 2012 at 11:09 AM, Bob Sleys <[email protected]> wrote: > Now I'm just down to the crash happening above > > It's failing on the hobo_create line in > > def create > hobo_create do > if request.xhr? > self.this = Story.new > end > > > Bob > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/g34j4ibCnTcJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
