Skip to content

Instantly share code, notes, and snippets.

View mattswann's full-sized avatar

Matt Swann mattswann

  • BFA Industries
  • Australia
View GitHub Profile

#Install WDI_MELB style

##Stage 1 - Ruby Version Manager

go to rvm.io copy and paste the two commands

command no. 1

@epoch
epoch / rails_conventions_plurals.md
Last active November 21, 2019 11:57
Plurals or Singular

1. Create new rails app

named my_awesome_app with postgresql -d=postgresql but skip making a git repository -G & tests boilerplate -T:

rails new my_awesome_app -d=postgresql -GT
cd my_awesome_app

2. Create the database based on default settings in database.yml

@anthonyshort
anthonyshort / _media-queries.scss
Created March 13, 2012 10:37
Media Queries in Sass
// Media Queries in Sass 3.2
//
// These mixins make media queries a breeze with Sass.
// The media queries from mobile up until desktop all
// trigger at different points along the way
//
// And important point to remember is that and width
// over the portrait width is considered to be part of the
// landscape width. This allows us to capture widths of devices
// that might not fit the dimensions exactly. This means the break