I am not getting too far with hobo table-plus unfortunately. I'm running edge now with Rails 2.3 and get errors when I try to display a table-plus in my index page. The complaint is about a field named "signed" which is a boolean and is not even in my fields list:
Showing app/views/books/index.dryml where line #1 raised: undefined method `signed' for #<WillPaginate::Collection:0x2322da8> Extracted source (around line #1): 1: <show-page> 2: <collection: replace> 3: <table-plus:books fields="this"> 4: <empty-message:>No books in database</empty-message:> Is there something broken with booleans or something I'm not doing right? Thanks, Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
