Agenturen im Osten (Input von Georg):
Agenturen in Deutschland?
Weitere Agenturen:
Agenturen im Osten (Input von Georg):
Agenturen in Deutschland?
Weitere Agenturen:
| ruby '2.7.1' | |
| gem 'rails', github: 'rails/rails' | |
| gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
| # Action Text | |
| gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra' | |
| gem 'okra', github: 'basecamp/okra' | |
| # Drivers |
RSTHD seems to be the winner (ergonomy/speed) for
colunn staggered keyboards. It puts the most frequent letter E (in English and many other languages like German) to
the left thumb cluster, which in itself should increase speed quite a bit.
| class ProductsController < ApplicationController | |
| before_action :set_product, only: %i[ show edit update destroy ] | |
| # GET /products or /products.json | |
| def index | |
| @products = Product.all | |
| end | |
| # GET /products/1 or /products/1.json | |
| def show |