I had a similar problem to one that Paul Davis had earlier. My hobo app stopped working when will_paginate got updated to 3.0.pre2. Very sad. So I uninstalled 3.0.pre2, and my hobo app works again. But how can I freeze the will_paginate gem at 2.something? I'd like to have 3.0 installed on the machine for other things. I tried putting:
config.gem "will_paginate", :version => '2.3.15' in my environment.rb but it is ignored. I read that some gems are "framework gems" but I don't know how to proceed. By the way - thanks for Hobo! I've had an app running for my physics students since the beginning of September and all is going well. Mark Sobkowicz -- 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.
