Skip to content

Instantly share code, notes, and snippets.

View AshRhazaly's full-sized avatar

Ash Rhazaly AshRhazaly

  • Singapore
View GitHub Profile
@AshRhazaly
AshRhazaly / react.txt
Last active April 30, 2017 05:34 — forked from anonymous/react.txt
// Command line commands
// To initialize
Type "npm init -y" in command line.
# This initializes npm and creates a package.json file, listing all the dependencies.
// To initialize React
@AshRhazaly
AshRhazaly / Gemfile
Created March 21, 2017 03:16 — forked from cblunt/Gemfile
Configure Carrierwave for Amazon S3 Storage and Heroku
# ...
gem 'carrierwave'
gem 'fog', '~> 1.0.0' # Need to specify version, as carrierwave references older (0.9.0) which doesn't allow configuration of Rackspace UK Auth URL