If you are using the 1.3.0.pre* it's a known bug that I just left for somebody else to fix :-). It is not a nasy bug, so there is always other fixes with higher priority first...
Anyone wants to fix it? :-) ciao dd On Wed, Feb 16, 2011 at 12:00 AM, Mark Sobkowicz <[email protected]> wrote: > I have a model "Events" with a delete button on the edit page. This delete > button seems to be trying to do an AJAX delete and stay on the same page - > I get the same little pinwheel animation I get when I delete on the > table-plus, and my log says: > > AREL (0.5ms) DELETE FROM "events" WHERE ("events"."id" = 19) > Rendered text template (0.0ms) > Completed 200 OK in 34ms (Views: 1.1ms | ActiveRecord: 4.7ms) > > But the <delete-button> reference says if the context is the same as the > record, delete should not be in-place. If I add in-place="false" to the > delete-button, nothing changes. > > Ideas? > > > -- > 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. > > -- 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.
