On Wed, Jul 21, 2010 at 10:38 AM, val2many <[email protected]> wrote: > Hi, > > so, the only page I can currently access is the /admin front view. It > correctly shows the signup-form (which I had to manually include in > admin_side.dryml as they were created in /taglibs/rapid rather than > taglibs/admin/rapid).
Do you have an Admin::UsersController? I suspect the DRYML generator is somehow missing some of the parts of your app... > When I sign up I get to see the form again and no record is created in > the db (no error log or anything). Check the server log (should be scrolling by in the terminal you started script/server in) - I suspect that Chris is right, that the login_required before_filter is triggering. The log will say if it is. (something about ":login_required rendered or redirected") --Matt Jones -- 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.
