John Duff
John Duff
This happens when the array of items passed in is empty.
We're running Rails 2.3.5, not sure if something changed in there. The problem has to do with some of the stuff in this commit http://github.com/dylanz/i18n_backend_database/commit/e1faa3f384daf26b2809aadfdb4f86569615497f What I was seeing is...
### Problem If you trigger a leave transition when you are already hidden the transition still fires modifying the classes, even though the element is already hidden. ### Solution Check...
### Motivation / Background In projects when multiple people are creating migrations they can often be run out of order from one another, this results in each developer machine having...