Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 772 Bytes

README CircleCI codecov

View performance data on Skylight

To manually update packages, run rake npm:update. Make sure to run npm install in the npm-fetch directory first.

Database

Loading a production database in development

  • tar -xf ember_observer.tar
  • bzip2 -d PostgreSQL.sql.bz2
  • bundle exec rails db:drop
  • bundle exec rails db:create
  • psql -d ember_addon_review_development -f PostgreSQL.sql