Skip to content

New platform to match project proposals and interested applicants using rails 4

Notifications You must be signed in to change notification settings

charlietian19/data-hive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proposed work flow:

  • Look at issues for things to work on and assign them to yourself, or create your own issue and assign it to yourself

  • Create a new branch with the name in the form yourname/issue_name to work on the issue

  • Once you’re ready to merge, assign someone else to review/test your code before merging your issue branch with master. If you tag me, I’ll get back to you within 24 hours.

  • REMEMBER to rebase your work with the most updated version of master BEFORE merging. pls.

Initial Setup:

since secrets.yml is not committed, my work-around is to create a new rails app by ‘rails new test_app` then create a new secrets.yml file under data-hive/config, and copy the content of test_app/config/secrets.yml over to our new file.

Database creation & initialization:

  1. ‘cd data-hive`

  2. ‘brew update`

  3. ‘brew install pg`

  4. ‘sudo bundle install`

  5. ‘rake db:migrate`

Running local server:

‘rails s -p 3000`

About

New platform to match project proposals and interested applicants using rails 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 66.1%
  • HTML 25.8%
  • JavaScript 5.3%
  • CSS 2.6%
  • CoffeeScript 0.2%