The document provides guidelines for promoting inclusive and non-discriminatory language in educational materials published by the Ecuadorian Ministry of Education. It aims to combat sexism and promote gender equality. To achieve this, the Ministry recommends using gender-neutral words like "people" instead of "men" and "teaching staff" instead of "teachers". When neutral terms do not exist, the masculine form will be used generically to refer to both women and men. This practice is recommended by the Royal Spanish Academy and aims to avoid wordiness while allowing collective groups to be referred to using masculine grammar. The document is signed by the President of Ecuador and education officials.
The document discusses search forms for Rails applications. It introduces Ransack as a popular gem for building search forms but notes some cons like including hacks and difficulty maintaining. It then proposes a new gem called Pickel that the author is developing to replace Ransack. Pickel is designed to build search queries using ActiveRecord directly without hacks and allow searching on attributes and associations through a simple API. Various design approaches for Pickel are discussed, with the goal of tagging it at v1.0 once it is production-ready to replace Ransack.
徭失俐畐弔淵ぅ鵐侫 -Self-Healing Infrastructure-sinsoku listy
?
This document summarizes a presentation about self-healing infrastructure. It discusses implementing identity and access management (IAM) in AWS, including using IAM to control access, managing access keys, and using IAM roles. It also covers using Terraform and AWS CodeBuild for infrastructure as code and continuous integration/delivery workflows.
This document summarizes an presentation about measuring CSS coverage in ES2015. It introduces Clairvoyance, a CSS coverage measurement tool, and how the author reworked it to use ES2015 features like Gulp, Babel, ESLint, and tools like remap-istanbul and Codecov to handle coverage mapping and reporting for ES2015 code. Key points covered include using Babel to transpile ES2015 code, configuring ESLint with Airbnb style rules, and using sourcemaps and coverage remapping to get accurate coverage metrics.
徭失俐畐弔淵ぅ鵐侫 -Self-Healing Infrastructure-sinsoku listy
?
This document summarizes a presentation about self-healing infrastructure. It discusses implementing identity and access management (IAM) in AWS, including using IAM to control access, managing access keys, and using IAM roles. It also covers using Terraform and AWS CodeBuild for infrastructure as code and continuous integration/delivery workflows.
This document summarizes an presentation about measuring CSS coverage in ES2015. It introduces Clairvoyance, a CSS coverage measurement tool, and how the author reworked it to use ES2015 features like Gulp, Babel, ESLint, and tools like remap-istanbul and Codecov to handle coverage mapping and reporting for ES2015 code. Key points covered include using Babel to transpile ES2015 code, configuring ESLint with Airbnb style rules, and using sourcemaps and coverage remapping to get accurate coverage metrics.
11. 茅
class CompanyImageUploader < CarrierWave::Uploader::Base
# 慌宥I尖
end
class FirstImageUploader < CompanyImageUploader
end
class SecondImageUploader < CompanyImageUploader
end
リファクタリング: Hクラスの渇竃
22. 6.湘棒に匯伏
feature `テスト¨ do
let(:old_sort_order) { Faker::Number.number(1) }
scenario `テスト¨ do
# ソ`トを筝するI尖
expect(page).to_not have_content old_sort_order
end
end
1/10 で1が竃ると、鮫中坪にある +1 の猟忖と???
23. 茅
feature `テスト¨ do
let(:old_sort_order) { 1 }
scenario `テスト¨ do
# ソ`トを筝するI尖
within `.content¨ do
expect(page).to_not have_content old_sort_order
end
end
end