Skip to content

Instantly share code, notes, and snippets.

View marvwhere's full-sized avatar

Marvin marvwhere

  • 9elements
  • Bochum
View GitHub Profile
@marvwhere
marvwhere / Caddyfile
Last active December 7, 2021 09:00
passenger-standalone ubuntu installation helper files
your-domain.tld {
header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
tls [email protected]
root * /home/app/YOUR-ENV/current/public
encode gzip
@static {
file
path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff
@marvwhere
marvwhere / index.md
Created December 12, 2015 22:57 — forked from rstacruz/index.md
Rails models cheatsheet

Rails Models

Generating models

$ rails g model User

Associations

belongs_to

has_one

@marvwhere
marvwhere / has_many search value
Last active August 29, 2015 13:55
mongoid - where belongs_to has value
class Venue
...
has_many :events
end
class Event
...
belongs_to :venue
...
@marvwhere
marvwhere / mobile_prefixes
Created October 28, 2013 10:03
Mobile Number prefixes for most Countries
+7 Abkhazia
+93 Afghanistan
+35810 Åland Islands
+355 Albania
+2139 Algeria
+110 American Samoa
+376 Andorra
+244 Angola
+1772 Anguilla
+17 Antigua and Barbuda

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt