carolyncole / railsbridge-testfest

The skeleton app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

railsbridge-testfest

The skeleton app.

Setup

  • Clone the app from from Github.

  • Run bundle install

  • Change to the config folder (cd config) and run:

    cp secrets.yml.sample secrets.yml
    
  • Create the database and run migrations: rake db:migrate

  • Start the server with rails server

  • Run tests with rake spec (Note: some tests will fail, you are now ready to fix them!)

About

The skeleton app.

License:MIT License


Languages

Language:Ruby 78.4%Language:HTML 18.4%Language:CSS 1.5%Language:CoffeeScript 0.9%Language:JavaScript 0.8%