I tried re-installing Ubuntu 11.04 on one of my machines at home and updated to 
the latest git repository version of Hobo 1.3 as Matt described.
Then I recreated the basic app, and created a resource called "customer" with 
fullname:string and address:string.
Performed the usual hobo g migration and ran rails server.
The Customers tab appears and does not crash when clicked on, since making the 
change Matt described to my Gemfile.  Since making the change in 

app>models>customer.rb to read:

  hobo_model # Don't put anything above this

  fields do
    fullname    :string, :name => true
    address     :string
    timestamps
  end

The first screen after clicking the Customers tab does show a single line for 
each record with the contents of the fullname field displayed as a hyperlink.
So far so good.  Then when I click on the customer's name, the next screen 
should show both fields, but it does not.  Only the address field is displayed.
When I first saw this behaviour, I assumed that it was from some playing around 
that I did and that it was my own fault.  But after doing a fresh install at 
home and doing each update step carefully as well as each hobo command (with no 
intermediate mistakes), the problem still persists.  On the "edit screen" and 
the "new record screen" both fields do appear as they should.  So this problem 
is limited to only one screen.  I'm not sure how to name the problematic 
screen, but it comes up after clicking on any customer's name.  Perhaps I 
should call it the "show customer screen".  Anyway, this is clearly not a 
desirable thing for Hobo.  Just thought you'd like to know about it before the 
release.

Arthur

-- 
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.

Reply via email to