Skip to content

makersacademy/acebook-rails-template

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34b6a88 · Nov 29, 2021

History

52 Commits
Nov 29, 2021
May 26, 2017
Nov 29, 2021
Nov 26, 2021
May 26, 2017
May 26, 2017
May 26, 2017
Nov 29, 2021
May 26, 2017
May 26, 2017
Nov 26, 2021
May 26, 2017
May 26, 2017
Feb 10, 2021
May 8, 2018
Nov 26, 2021
Nov 26, 2021
May 26, 2017
Feb 2, 2021
May 26, 2017
May 26, 2017
May 26, 2017

Repository files navigation

AceBook

REQUIRED INSTRUCTIONS:

  1. Fork this repository to acebook-teamname and customize the below**

You can find the engineering project outline here.

  1. The card wall is here:

How to contribute to this project

See CONTRIBUTING.md

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

Troubleshooting

If you don't have Node.js installed yet, you might run into this error when running rspec:

ExecJS::RuntimeUnavailable:
  Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.

That is because Rails will use a Javascript runtime (such as Node) under the hood. The easiest way is to install Node by running brew install node - and then run bundle exec rspec again

About

Template for the AceBook project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published