#Getting Started
##Webpage:
<html>
<head>
<title>Testing with Ruby and Selenium WebDriver</title>
</head>
<body bgcolor="antiquewhite">
upstream myapp { | |
server unix:///myapp/tmp/puma.sock; | |
} | |
server { | |
listen 80; | |
server_name myapp.com; | |
# ~2 seconds is often enough for most folks to parse HTML/CSS and | |
# retrieve needed images/icons/frames, connections are cheap in |
#!/usr/bin/env bash | |
# Simple move this file into your Rails `script` folder. Also make sure you `chmod +x puma.sh`. | |
# Please modify the CONSTANT variables to fit your configurations. | |
# The script will start with config set by $PUMA_CONFIG_FILE by default | |
PUMA_CONFIG_FILE=config/puma.rb | |
PUMA_PID_FILE=tmp/pids/puma.pid | |
PUMA_SOCKET=tmp/sockets/puma.sock |
#Getting Started
##Webpage:
<html>
<head>
<title>Testing with Ruby and Selenium WebDriver</title>
</head>
<body bgcolor="antiquewhite">
If the namespace is not used then the commands will perform on top of the default database.
bundle exec rake db:create
bundle exec rake db:migrate
By using the namespace we are going to use all the configuration for our alternate DB.
bundle exec rake store:db:create
bundle exec rake store:db:migrate
These are the Kickstarter Engineering and Data role definitions for both teams.
Picking the right architecture = Picking the right battles + Managing trade-offs
-- Manipulate and get the status of Zoom mute/unmute, and show that status using the app AnyBar | |
-- Uses AnyBar to show zoom audio status (https://github.com/tonsky/AnyBar) | |
-- | |
-- Takes one argument: | |
-- - toggle_zoom: Toggles the mute status and updates AnyBar red/green to reflect new status | |
-- - update_bar: Grabs the current mute status and updates AnyBar | |
-- | |
-- Anybar colors: | |
-- - Green: mic on | |
-- - Red: mic muted |