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
How do I get sortable_element from the acts_as_list gem to work nice with Rails 3.1?I think it\'s because jquery is used instead of prototype so I lose that helper method?Is this right?In which case d
I cannot figure out why rails/ruby cannot see this gem, despite each telling me that the gem is visible.I compiled this gem locally from a github branch since the main version seems to be broken in Ra
I installed by putting the following line in Gemfile and \'bundle install\': gem \'acts_as_list\', \'>= 0.1.0\'
So I am using acts_as_list in my current rails project. And I run into the following odd behavior: When i remove an item from the list (item.remove_from_list) it correctly sets the position column of
My current project requires locating an array of strings within an element\'s text content, then wrapping those matching strings in <a> elements using JavaScript (requirements simplified here fo
I was given 2 MP3 files, one that is 4.5Mb and one that is 5.6Mb. I wa开发者_开发知识库s instructed to have them play on a website I am managing. I have found a nice, clean looking CSS based jQuery au
I need advice/suggestions. At my place of work - we have a large data set. We would like to server the data up as editable html pages.