/antitrollaliens

Rails project to implement captcha-like questions

Primary LanguageRuby

ABOUT

Simple rails site which asks user to input number of words in a sentence, excluding some words, then determines if the users answer is correct.

STEPS TO RUN SERVER LOCALLY

  • clone this repository

  • run: apt-get install rails

  • run: apt-get install libsqlite3-dev

  • cd to: alientrolls

  • run: bundle install

  • run: source run.sh

  • Run tests: rake test