/FizzBuzz

Basic academic challenge demonstrating Rails and Javascript ability

Primary LanguageRuby

Fizz Buzz

Basic academic challenge demonstrating Rails and Javascript ability:

  • Create a new Ruby on Rails web application.
  • Initialize it as a new git repository and add all new code to git.
  • Create and switch to a newly created branch, named whatever you like.
  • Implement the FizzBuzz logic based on the above FizzBuzz Criteria
  • Ensure your Ruby logic is unit tested
    • BONUS POINT: add a controller test to ensure the app handles non-integers and responds to the front-end with a '422 Unprocessable Entity'
  • Merge your work from your branch into master
  • Push to GitHub