| ⌘T | go to file |
| ⌘⌃P | go to project |
| ⌘R | go to methods |
| ⌃G | go to line |
| ⌘KB | toggle side bar |
| ⌘⇧P | command prompt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +7 Abkhazia | |
| +93 Afghanistan | |
| +35810 Åland Islands | |
| +355 Albania | |
| +2139 Algeria | |
| +110 American Samoa | |
| +376 Andorra | |
| +244 Angola | |
| +1772 Anguilla | |
| +17 Antigua and Barbuda |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Venue | |
| ... | |
| has_many :events | |
| end | |
| class Event | |
| ... | |
| belongs_to :venue | |
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| your-domain.tld { | |
| header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" | |
| tls devops@9elements.com | |
| root * /home/app/YOUR-ENV/current/public | |
| encode gzip | |
| @static { | |
| file | |
| path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff |