Skip to content

BertZZ/acebook-april2017

 
 

Repository files navigation

AceBook

You can find the week outline here.

The card wall is here (Need an invite? Ask on Slack!)

NOTE

Database has been changed from SQLite to Postgresql. If you are getting an error from your latest pull request please rerun the 'quickstart' process to update the DB ORM and initialize the new DB locally.

Quickstart

First, clone this repository. Then:

bundle install
bin/rails db:create
bin/rails db:migrate

bundle exec rspec # Run the tests to ensure it works
bin/rails server # Start the server at localhost:3000

Stack

We're using:

  • RSpec for testing
  • Clearance for user authentication

Images Resized

Uploaded images are all same height, keep the correct aspect ratio.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.7%
  • HTML 14.2%
  • CSS 10.0%
  • JavaScript 3.1%