GithubHelp home page GithubHelp logo

Comments (6)

adamico avatar adamico commented on May 22, 2024

This could be extremely useful, especially when using this mixin introduced in issue 12 for retrieving descendants at any node level with a single query.

from awesome_nested_set.

parndt avatar parndt commented on May 22, 2024

Anyone want to patch the current codebase?

from awesome_nested_set.

bluegod avatar bluegod commented on May 22, 2024

I am not sure if is a good idea to implement this at model level. It seems much easier to sort each children using a helper, without querying the database.

I have created a helper method sorted_nested_set_options.. Example: (sorting by category name)

<%= f.select :parent_id, sorted_nested_set_options(@category, :name) { |i| "#{'–' * i.level} #{i.name}" }) %>

I have also created a sorted_each_with_level(objects, order) method.

Pull request 96

from awesome_nested_set.

funkyHat avatar funkyHat commented on May 22, 2024

bluegod, that assumes we want to sort by a field that already exists, not arbitrarily.

For example, I am building a site where the client should be able to adjust the order of items in the site navigation.

from awesome_nested_set.

gudata avatar gudata commented on May 22, 2024

Please check my solution

gudata@b4fb7af

from awesome_nested_set.

parndt avatar parndt commented on May 22, 2024

Fixed by 1718f7e

from awesome_nested_set.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.