Skip to content

andypike/ruby_videos_trailblazer

Repository files navigation

Ruby Videos with Trailblazer

Codeship Status for andypike/ruby_videos_trailblazer Code Climate Test Coverage

A curated listing of quality videos about or related to the Ruby programming language.

Setup

brew install imagemagick
git clone git@github.com:andypike/ruby_videos_trailblazer.git
cd ruby_videos_trailblazer
cp config/example.database.yml config/database.yml
cp example.env .env
  * Add your development details to .env
psql postgres
# create user ruby_videos_trailblazer with password '' CREATEDB;
# \q
bundle
rake db:create db:migrate db:seed
rake db:create db:migrate RAILS_ENV=test
rails s

Why?

I wanted to experiment with Trailblazer so this project allows me to try things out.

About

Experiment with Trailblazer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published