Yes, I was hoping to get to it this weekend. Obviously this didn't happen. :( Given that next weekend is a long one, I should have a chance to get to it then. Sorry it's taking so long.
Bryan On Mon, Mar 25, 2013 at 10:59 AM, Paul Hanson <[email protected]> wrote: > Dear Bryan, > > I'm sure you're quite busy and I remain in awe at how you guys maintain such > great tools as Hobo. Do you have an idea of how I might proceed or when you > might be able to take a look at why acts_as_list is not working in the admin > subsite? > > If there is anything more I can do to help, please let me know. In my > previous post I included the details of where I've posted on Github the > sample Hobo app that demonstrates the error I'm getting. > > Thank you, > Paul > > > On Wed, Mar 20, 2013 at 2:40 PM, Paul <[email protected]> wrote: >> >> Bryan, >> >> Thank you! I've created a sample app that exhibits the problem. >> >> In this sample Hobo 2.0 app, posted at >> https://github.com/PHanson-Neurotopia/Hobo20-Sortable.git, >> I get the following error on the admin/other_contacts page: >> undefined method `admin_reorder_other_contacts_url' for >> #<#<Class:0x007f813b243ad8>:0x007f813b3ef698> >> >> OtherContact is the model that exhibits the problem. >> Notice that the Contact model is also using acts_as_list and >> sortable-collection and works just fine at /contacts index page. >> >> Thanks again, >> Paul >> >> On Wednesday, March 20, 2013 1:14:57 PM UTC-7, Bryan Larsen wrote: >>> >>> That's not being tested in our integration tests, so it's not >>> surprising that it's broken. Please open an issue on github. >>> Although probably not necessary since it should be fairly easy to do >>> myself, it would also be helpful to send me a sample app that exhibits >>> the problem. >>> >>> Bryan >>> >>> On Wed, Mar 20, 2013 at 4:11 PM, Paul <[email protected]> wrote: >>> > Hi, >>> > >>> > I am not able to get <sortable-collection > with acts_as_list to work >>> > with >>> > controllers that are in the admin subsite. It works great in the >>> > primary >>> > (non-subsite) controllers. >>> > >>> > I get the error: >>> > >>> > undefined method `admin_reorder_protocol_frequencies_url' for >>> > #<#<Class:0x007fa017791c10>:0x007fa017796b70> >>> > >>> > >>> > ProtocolFrequency is my model. I also have a few other models that >>> > behave >>> > the same. Although, All of the model controllers that belong to the >>> > primary >>> > application controller level work perfectly. >>> > >>> > Any ideas? >>> > >>> > Thank you, >>> > Paul >>> > >>> > -- >>> > 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?hl=en. >>> > 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > > > > -- > Paul Hanson > [email protected] > > -- > 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?hl=en. > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
