- 150 g Mehl
- 100 g (weiche Butter)
- 500 g bis 1 kg Quark
- 150 g Zucker
- 1 becher Sahne
- 1 Päckchen Vanillezucker
- 1 Päckchen Vanillepudding
- 1 Päckchen Backpulver (???)
ticket https://brandslisten.atlassian.net/browse/BLCR-3399
params:
# participants_total
# returns count of all confirmed or auto-confirmed participants
has_many :participants, -> { distinct.joins(:participation_requests).where(bl_participation_requests: { status: %w[confirmed auto_confirmed] }) }, through: :participation_requests, source: :user
# participation_requests_total
This file contains 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
After install zsh | |
- brew update | |
- brew install nvm | |
- mkdir ~/.nvm | |
after in your ~/.zshrc or in .bash_profile if your use bash shell: | |
export NVM_DIR=~/.nvm | |
source $(brew --prefix nvm)/nvm.sh |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
"np
Type q:
from Normal-Mode
wrap the command in double backticks, dont forget a whitespace when the escaped backtick is at the end
sudo usermod -a -G rvm `whoami`
Passenger: https://www.phusionpassenger.com/library/deploy/apache/automating_app_updates/ruby/
DigitalOcean/Apache: https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-passenger-and-apache-on-ubuntu-14-04
digitalocean.com: create Droplet (ubuntu 14.04.5 x32)
NewerOlder