Hi, I am working through the Dec 29 version of the tutorials with Rails 3. Everything is working except the table-plus sorting/searching.
I can search or sort on the recipe, but when I search on country - nothing happens and when I sort on country, I get a blank screen. No errors. I am using hobo 1.3.0 pre25, OSX Snow leopard, rails 3.0.3, ruby 1.8.7. The Webrick server shows valid SQL for the country sort but does not render the page properly as follows: Recipe Load (0.3ms) SELECT "recipes"."id" AS t0_r0, "recipes"."title" AS t0_r1, "recipes"."body" AS t0_r2, "recipes"."created_at" AS t0_r3, "recipes"."updated_at" AS t0_r4, "recipes"."country_id" AS t0_r5, "countries"."id" AS t1_r0, "countries"."name" AS t1_r1, "countries"."created_at" AS t1_r2, "countries"."updated_at" AS t1_r3 FROM "recipes" LEFT OUTER JOIN "countries" ON "countries"."id" = "recipes"."country_id" ORDER BY countries.name ASC Rendered recipes/index.dryml (237.0ms) Completed 200 OK in 253ms (Views: 239.3ms | ActiveRecord: 2.0ms) I know this is pre-release - anyone else running into similar problems? I am thinking of converting a project in progress to Rails 3. Thanks for the great book and hobo! BR, 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.
