/makeupedia

Don't believe everything you read on the internet.

Primary LanguageRuby

MakeuPedia

Makeupedia is an app for fun.

It allows any user to find text that exists on a Wikipedia page and replace that text on their own. For example, a user can rewrite history by specifying that Steven Hawking was president of the United States in 1789. And why not? Home boy is amazing.

Developer Setup:

  • Bundle gems
$ bundle
  • Initialize the database
$ rake db:create
$ rake db:migrate
  • Start Rails
$ rails server

Tests:

  • Setup the test environment:
$ rake db:test:prepare
  • Run the tests:
$ rspec
  • Run JavaScript Tests:
$ rake jasmine

Then visit your localhost:8888 to view the tests.