A curated listing of quality videos about or related to the Ruby programming language.
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
I wanted to experiment with Trailblazer so this project allows me to try things out.