Code Monkey home page Code Monkey logo

ppp's Introduction

PPP

(thats Project Potential Planning)

Code Climate

Let's track what's happening and who's supposed to work on it.

Setup

We are using Ruby v2.1.3, locally with sqlite3 and PhantomJS.

OSX Specific

  1. Install Xcode or Xcode Developer Tools:
  • Download Xcode form the App Store, OR
  • xcode-select --install
  1. Install Homebrew:
  • ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  • brew update
  1. Setup RVM:
  • \curl -sSL https://get.rvm.io | bash -s stable --ruby
  1. Setup ruby: rvm install ruby-2.1.3 and rvm use ruby-2.1.3
  2. Setup PhantomJS
  • brew install phantomjs

All Systems

  1. Install gems: bundle install
  2. Setup your environment variables:
  • create a file in the application root: .env
    • SECRET_KEY_BASE=#{rake secret}
    • ADMIN_EMAIL=#{whatever you want}
    • ADMIN_PASSWORD=#{whatever you want}

Run

  1. bundle exec guard
  2. ...
  3. Profit!

Tests

We're using MiniTest spec style for testing.

  • To run all tests: rake
  • To run a specific test file: rake test TEST=test/models/widget_test.rb
  • To run a specific test within a file: ruby -Ilib:test test/models/widget_test.rb -n test_0003_refreshes

ppp's People

Watchers

James Cloos avatar

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.