Thanks, Bryan and Owen! OK, so... here's the update. I decided that I'd start fresh and use the latest code from github, and was up and running again pretty quickly. I don't know what I did to cream the nav, but I wanted to keep moving forward, and that was a pretty good first step. I hadn't gone very far, and had some false steps.
It's been a great day so far. All is gently falling into place, like it should. I'm not sure when I'm going to hit the wall, but I guess you'll hear about it here... Well, two minor things I could ask about: first, do I really have to keep declaring the same 4 permission methods (in my case, because I'm using an admin subsite, they all return true, all the time) in the model; can the model classes be subclasses of an abstract domain model class that has the permissions, or can you think of a different/better way to accomplish the same thing? Also: the project has both customers (who order things and have accounts on the public site) and Users (who work for the client, and can log into the backend). I'm trying to figure out how I'm going to make that work; the client is pretty convinced he wants them to be separate tables. thanks again, steve On Feb 9, 6:35 am, Bryan Larsen <[email protected]> wrote: > Have the links actually disappeared or has CSS just moved them off of > the screen? The links are positioned using fragile hacks to support > IE6/7. > > But if /users/signup doesn't work either, I suspect that you have a > permission problem or a lifecycle problem. The signup action is > created from your lifecycle. The DRYML for signup-page should be > appearing in your app/views/taglibs/auto/rapid/pages.dryml and signup- > form should be in forms.dryml > > Bryan > > On Feb 8, 6:42 pm, steve enzer <[email protected]> wrote: > > > Hi All, > > > I'm new to Hobo and evaluating it for a client project. I've started > > building out the app using an existing database. I'd managed to get > > the rudiments of the admin section going, and have noticed that the > > "Sign Up" & "Log In" links, and the user selector, have all > > disappeared, and I can't open the page /users/signup. > > > Two questions really, why would they have disappeared, and where's the > > code for the signup page itself (which might help me answer the > > first). (and the third, implicit one... is Hobo robust enough and > > understandable enough to use in production and with a deadline?) > > > Thanks in advance for your help. -- 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.
