Skip to main content

All Questions

Tagged with
2 votes
1 answer
890 views

Rails: How can I incrementally add items to a sorted list in one view

I am trying to create a set list app for musicians. Users can upload their repertoire of songs & pick songs from a list of those songs to populate a set list for a specific performance. See ...
Brian K's user avatar
  • 75
1 vote
3 answers
2k views

Rails 3.1 - Drag Drop Re-order without acts_as_list?

I want to allow a drag and drop reorder facility within my app. I'm aware I can do this with acts_as_list, and have followed the Rails Recipe on this. However, due to the way my app is built, the item ...
Raoot's user avatar
  • 1,771
4 votes
0 answers
688 views

Using acts_as_list and nested_form together in Rails 3.1.rc4 app

I originally posted this up as an issue on nested_form but not had any insight. The detail is here: https://github.com/ryanb/nested_form/issues/66 Recap: I have a slightly unusual requirement that ...
Paul Robinson's user avatar