Hi! I just pushed Hobo 2.1.0.pre4, which should fix the issues with the clean and clean_sidemenu. It turns out that loading the will_paginate gem is not enough when using it from a gem, you have to require it manually.
See https://github.com/Hobo/hobo/commit/9f2a0c3d0c03d3b01a87ab357e1f9161556bbd03 Could you try it and see if it works now? Thanks! Regards, Ignacio El 28/12/13 16:17, Donald Ziesig escribió: > Hi again! > > Yesterday I promised a test and report. Well, hobo 2.1 doesn't work > with the *clean* theme either. The results are identical to the problem > with *clean_sidemenu*, when you click on the menu tab it crashes while > looking for will_paginate. > > Given this problem, is there an easy way to change the theme once > development is well underway? Then I could then start with bootstrap > and change to clean_sidemenu when the will_paginate problem is resolved. > > Don Ziesig > > > On 12/27/2013 08:55 PM, Donald Ziesig wrote: >> Hi All! >> >> It's the weekend here so I decided to play around a bit. I like the >> side menu theme because it takes better advantage of the 16:9 aspect >> ratio of most new machines. >> >> I created a new hobo 2.1 app using clean-sidemenu and started >> transferring some of my model train software to it. After 3 >> models/controllers, I tested the app and found that I could not view >> any of the index pages. The typical error was: >> >> Showing /controller: roster_entries; dryml-tag: index-page/ where line >> *#1* raised: >> >> |undefined method `will_paginate' for >> #<#<Class:0x000000057e0b08>:0x000000057e9c08>| >> >> |when I clicked on any of the Menu items.| >> >> Since I had already created Ignacio's superapp and successfully added >> a few tables to it, I had to suspect the theme. I created a new app >> with clean-sidemenu as the theme, one one-entry table (roster_entry) >> and the default (user). When I tried to access the roster_entry index >> I got the same error: >> >> Showing controller: roster_entries; dryml-tag: index-page where line >> #1 raised: >> >> undefined method `will_paginate' for >> #<#<Class:0x00000004d234b8>:0x00000004d21f28> ... >> >> I generated a new app whose only difference from the above was the use >> of the bootstrap theme. It works properly. >> >> It's getting late here, so tomorrow I will try testing with one of the >> other clean themes and report the results here. >> >> Don Ziesig >> >> >> >> >> || >> -- >> You received this message because you are subscribed to the Google >> Groups "Hobo Users" group. >> To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/hobousers. >> For more options, visit https://groups.google.com/groups/opt_out. > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/groups/opt_out. -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
