John Hirbour

Results 16 comments of John Hirbour

TED has shifted to React and will no longer maintain this application/library. If you wish to continue using this application/library, please create a pull request and repo ownership can be...

Is this going to become a 2-1-stable branch for use with Spree 2.1?

Can this feature be merged? It'd be useful.

Another possibility that I've applied locally is to change the `move_to!` method like this. Existing code: ``` update_attribute(sortable_position_column, new_position) ``` With Change ``` update_attribute(sortable_position_column, new_position.eql?(0) ? 1 : new_position) ```

It'd also be nice if there was a database ER diagram.