Giter Site home page Giter Site logo

Comments (3)

mnoack avatar mnoack commented on May 27, 2024

@NealKemp The last build was https://travis-ci.org/geokit/geokit-rails/builds/10199966 (rails 3 works in that build but not rails 4, precisely because of this issue)

Thanks for going into the detail to find why rails 4 breaks this function. That'll help it get fixed.

I might have a look at it, but perhaps there's another way to send in our order clause so it doesn't have the double DESC statements, or maybe we could do a pull request on rails to fix this?, e.g.

I assume it doing it for this reason:
'first ASC, second DESC' -> 'first DESC, second ASC' or something like that

Maybe the rails order method needs to take into account brackets, etc. to deal with our more complex case.

from geokit-rails.

nneal avatar nneal commented on May 27, 2024

I just looked at some of the tests and it looks like we're using a deprecated method all which may be the root of some of our problems.

If, in the tests, we switch to using to_a which is recommended, the tests pass. Also, it gets rid of the thousands of warnings I get when running the tests.

Should we make the assumption that people should be using the to_a and not the deprecated all or do you think we should make tests pass using all. I'd lean towards the former since this is a Rails 4 branch

from geokit-rails.

mnoack avatar mnoack commented on May 27, 2024

Looks like your PR has fixed this. Excellent work @NealKemp

from geokit-rails.

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.