How to filter emails from GitHub in Gmail and flag them with labels.
The labels in this document are just examples.
| Filter | Label |
|---|
| gem 'stackprof', require: false | |
| gem 'ruby-prof', require: false |
| module MyTweak | |
| def execute(sql, name=nil) | |
| if caller.detect {|x| x =~ /20171010151334/ } && sql !~ /SHOW TIME ZONE/ | |
| puts sql | |
| else | |
| super | |
| end | |
| end | |
| end | |
| class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter |
| version: 2 | |
| jobs: | |
| build: | |
| environment: | |
| working_directory: ~/circleci-myapp | |
| docker: | |
| - image: circleci/ruby:2.4.2-node-browsers | |
| environment: | |
| CC_TEST_REPORTER_ID: XXXYYY | |
| RAILS_ENV: test |