#Kerbal Space Program Pre-Flight Checklist
- Canards
- Sepatrons
- Staging order
| My favourite animal is the ferret. | |
| My second favourite animal is the Queen. |
| +----------------------+-------+-------+---------+---------+-----+-------+ | |
| | Name | Lines | LOC | Classes | Methods | M/C | LOC/M | | |
| +----------------------+-------+-------+---------+---------+-----+-------+ | |
| | Controllers | 226 | 183 | 7 | 35 | 5 | 3 | | |
| | Helpers | 6 | 6 | 0 | 0 | 0 | 0 | | |
| | Models | 94 | 77 | 6 | 15 | 2 | 3 | | |
| | Mailers | 0 | 0 | 0 | 0 | 0 | 0 | | |
| | Javascripts | 289 | 146 | 0 | 20 | 0 | 5 | | |
| | Libraries | 41 | 34 | 0 | 6 | 0 | 3 | | |
| | Controller tests | 315 | 246 | 8 | 2 | 0 | 121 | |
I hereby claim:
To claim this, I am signing this object:
| #One liner? | |
| assert_requested(:post, url, body: hash_including({name: 'web', events: ['release'], active: true, config: {url: 'http://example.com/webhooks/release', content_type: 'json'}})) | |
| # Params aligned with the structure they're part of? | |
| assert_requested(:post, url, | |
| body: hash_including({name: 'web', events: ['release'], active: true, | |
| config: {url: 'http://example.com/webhooks/release', content_type: 'json'}})) | |
| # Something else? |
| [Unit] | |
| Description=Raddit application | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| User=raddit-user | |
| WorkingDirectory=/home/raddit-user/raddit | |
| ExecStart=/home/raddit-user/.rbenv/bin/rbenv exec bundle exec puma | |
| Restart=always |