Skip to content

Instantly share code, notes, and snippets.

View jschee's full-sized avatar

Jason jschee

  • New Brunswick, New Jersey
View GitHub Profile
# source 'https://rubygems.org'
source 'https://gems.ruby-china.com'
# git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.5.1'
# CORE GEMS
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' => someday baby
gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
gem 'pg', '>= 0.18', '< 2.0'
@jschee
jschee / wx audio playback boilerplate.
Last active April 27, 2020 04:08
wx audio playback boilerplate.
// Data variables
responses: [
{
id: '',
playUrl: '',
duration: 100,
likes: 0,
avatar: '',
username: '',
title: ''