How!

I think I may have discovered a bug with the Simple Cross-Model
Comments Recipe. After adding defining the card for "comments" in
application.dryml I get this error:

 ActiveRecord::RecordNotFound in Front#index

Showing app/views/front/index.dryml where line #19 raised:

Couldn't find User without an ID

Extracted source (around line #19):


Not sure what is wrong, but something is up! Maybe a change in Hobo
0.8.5 has upset it?

Also, I think there is a very minor typo in the second block of dryml
for the "add-comment" definition on line 5:

<textarea class="body-tag comment-body"  id="comment[body]"
name="comment[body]" >

is missing the closing slash.

<textarea class="body-tag comment-body"  id="comment[body]"
name="comment[body]" />


Ian





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