hobo_hippy
unread,Oct 23, 2011, 3:27:20 AM10/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hobo Users
I'm accustomed to the hobo 1.0 way of changing page views, i.e. :
1) go into app/views/model_name_here/
2) create index.dryml, show.dryml, edit.dryml, or whatever page you
want to edit
3) say i'm editing show.dryml. the file would look like
<show-page>
I can do all kinds of stuff here
</show-page>
After reading through the 1.3 version of the agility tutorial, this
functionality seems to be identical, however when I navigate to app/
views after having created a bunch of hobo resources, none of them
show up in the views folder. I'm only getting admin (i assume for the
admin subsite), front, layouts, taglibs, and user_mailer.
I figured no problem, just create an appropriate directory name and
stick a show.dryml inside it and it would work the same as it used to,
however no luck.
Can someone tell me if I'm missing something new to hobo 1.3?
I'm using hobo -v=1.3.0.RC2