Fabio Napoleoni
Fabio Napoleoni
Got the same error. Any solution?
Got the same issue and also found a solution in https://github.com/rtomayko/rack-cache/commit/fcb3fbbc28e997964ec2a44510141a27e50bbcb2 I was then pretty surprised that an issue fixed in 2012 is not released to rubygems yet. I'll point...
Added a couple of helpers to load `application.yml` values in capistrano recipes.
I'm investigating this issue and I found out that the issue is triggered by [check_scope](https://github.com/swanandp/acts_as_list/blob/master/lib/acts_as_list/active_record/acts/list.rb#L464) method. I've changed the method in this way to debug the problem ``` ruby def...
Hi @swanandp could you please send me a feedback on this issue (and related PR). Thanks.
@brendon I'm not working on this in this moment. I [rebased my original pr](https://github.com/swanandp/acts_as_list/pull/132#issuecomment-204061319) couple of weeks ago but currently it's not mergeable anymore.
@brendon rebased again the PR and the fix introduced in 1cf515d9fccc473409fc729ae394493aebe1ba86 is still necessary. Without that commit tests will fail.
Confirming that @tsauerwein is working. It would be nice to have that code merged in some way.
Good points, I'll try to answer: * true by default was obviously a mistake, my proposed change should be optin. I'll change it * for the yaml part I completely...
I've update PR with suggested changes, let me know if they aree good.