Git Product home page Git Product logo

rack-dynamic-routes-lab's Introduction

Dynamic Routes and Status Codes

We've provided a basic Item class. Let's get more information on our items.

Instructions

  1. Your application should only accept the /items/<ITEM NAME> route. Everything else should 404
  2. If a user requests /items/<Item Name> it should return the price of that item
  3. IF a user requests an item that you don't have, then return a 400 and an error message

rack-dynamic-routes-lab's People

Contributors

ihollander avatar maxwellbenton avatar realandrewcohn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rack-dynamic-routes-lab's Issues

missing array for content and completion

this lab forked without the correct application.rb file content -or- the lab instructions / content are missing.
It required i contact AAQ and request help.
the solution was for AAQ rep to give me the missing array content.

Susan Renée Sims

Request does not strictly accept /items/

Please see my repo for this lab:

https://github.com/WilliamBarela/rack-dynamic-routes-lab-v-000

It contains updated rpsec tests to ensure that requests which are not exclusively /items/ do not pass, e.g.:
http://localhost:9292/iiiiitems/
http://localhost:9292/itemssss/

The above requests should 404, but right now they just go to "item not found" because "items" is matched by the current regex. By including word boundaries (/\bitems\b/) to the regex, this can be solved.

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.