On Mar 4, 2012, at 8:55 AM, Scorpio wrote: > as far as the index page goes I've tried > > <index-page> > > <content-header:/> > <content-body:> > <collection:> > <view:resource_url/> > </collection:> > </content-body:> > > </index-page> > > Regardless what i put in the vew tag it still shows Ip log 1, Ip log 2 > etc
Have you tried this without the <content-body:> wrapper? Typically, you only want to use nested parameters for things that are actual parameters of the tag - in this case, "content-body" is a section tag that doesn't take any parameters. > when i try to link to /ip_logs/ip /ip_logs/user I get no route matches > error I'm guessing I'm missing something but /ip_logs/127.0.0.1 (the > ip value for both test entries) also shows that error and not a blank > page or edit me here page You'll definitely want to set up some custom routes - the dots are likely to confuse Rails, as they're typically used as format separators (think /some_models/1.json). --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.
