Giter Club home page Giter Club logo

Comments (2)

dblock avatar dblock commented on May 23, 2024

In your example when you use, it just acts like an include, so use :date_rage just imports start_date and end_date, there's no such parameter as date_range. Then you say one of date or date_range, then pass neither, and you get this error.

The feature you want is to say "either date, or a range (start and end)", however I don't think it can be expressed today with groups as you did, so this would be a (great) feature request.

Does this cover all the scenarios? Maybe write out a spec for this so if we can improve the DSL we know it still works?

params do
   optional :date
   optional :start_date
   optional :end_date
   mutually_exclusive :date, :start_date
   mutually_exclusive :date, :end_date
   at_least_one_of :date, :start_date
   at_least_one_of :date, :end_date
   all_or_none_of :start_date, :end_date
end

from grape.

fjesus-ic avatar fjesus-ic commented on May 23, 2024

That covers my scenario, though I chose a different approach (irrelevant to this question). Thank you for your input and hope this feature gets implemented!

from grape.

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.