I did have a sortable-collection test in the integration tests, but when there was a problem that it didn't catch. So please try the version of hobo from github.
IOW, use gem 'hobo', :git => 'git://github.com/Hobo/hobo.git' in your Gemfile. (other hobo gems will probably need the same treatment). Bryan On Wed, Dec 12, 2012 at 5:42 PM, Bryan Larsen <[email protected]> wrote: > OK, looks like a bug in the new routing code. I thought I had a > sortable-collection in the integration tests that should have caught > that. > > hobo's asking for reorder_alteration_assignments_url, but you have > reorder_alteration_assignment_index_url > > I'll take a look tomorrow. > > Bryan > > > On Wed, Dec 12, 2012 at 5:36 PM, Ryan <[email protected]> wrote: >> There is: >> >> reorder_alteration_assignment_index POST >> /alteration_assignment/reorder(.:format) >> alteration_assignment#reorder >> >> >> On Wednesday, December 12, 2012 4:33:54 PM UTC-6, Bryan Larsen wrote: >>> >>> what does `rake routes` tell you: are there any reorder actions in there? >>> >>> Bryan >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Hobo Users" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/hobousers/-/0e_pWPmxXZIJ. >> >> 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. -- 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.
