search for: kuij5kepwi4qdljmjb21zg

Displaying 2 results from an estimated 2 matches for "kuij5kepwi4qdljmjb21zg".

2010 Sep 09
4
acts_as_list query
When moving an item around within the list, shouldn''t EVERY item have its optimisitc locking field updated? Currently, only the item that is moved has its optimisitc locking field updated, but every item has its position field changed so surely they too should have their optimistic locking fields updated? I''ve created a drag and drop interface on a list of items that allows for
2007 Jan 22
1
Arrays being changed to dates from 1.1.6 to 1.2
Why, thats all I''d like to know. I have the following snippet of code that passes a date back in an array which worked fine in 1.1.6 and then in 1.2 suddendly its being a bit to damn clever by half and saying ''hey, thats a date, lets make it a proper date''. finish = @finish.year, @finish.month, @finish.day start = @start.year, @start.month, @start.day . . . output +=