I hereby claim:
- I am lucianghinda on github.
- I am lucianghinda (https://keybase.io/lucianghinda) on keybase.
- I have a public key whose fingerprint is 7463 7166 1EA9 9D4A 24D3 BFBF 4571 D22B 9926 4561
To claim this, I am signing this object:
module WithInstanceMethod | |
def whoami | |
puts self.inspect | |
end | |
end | |
class One | |
include WithInstanceMethod | |
end |
sources: | |
bundler: true | |
npm: true | |
allowed: | |
- mit | |
- apache-2.0 | |
- bsd-2-clause | |
- bsd-3-clause | |
- isc |
name: Verify Licenses | |
on: [push] | |
jobs: | |
licenses: | |
name: Verify Gem Licenses | |
runs-on: ubuntu-latest |
" Please go through Readmine for every plugin and add needed configuration | |
Plug 'itchyny/lightline.vim' | |
Plug 'airblade/vim-gitgutter' | |
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } | |
Plug 'junegunn/fzf.vim' | |
Plug 'tpope/vim-endwise' | |
Plug 'tpope/vim-rails' | |
Plug 'ngmy/vim-rubocop' | |
Plug 'vim-ruby/vim-ruby' |
sources: | |
bundler: true | |
allowed: | |
- mit | |
- apache-2.0 | |
- bsd-2-clause | |
- bsd-3-clause | |
- isc | |
- cc0-1.0 |
/// <reference types="Cypress" /> | |
const faker = require("faker"); | |
describe("Signup", function() { | |
it("it should work with valid data", function() { | |
let first_name = faker.name.firstName(); | |
let password = faker.random.uuid(); | |
let date = new Date(); | |
let timestamp = date.getTime(); | |
let email = "first_name@" + faker.internet.domainName(); |
defmodule SignupTest do | |
use ExUnit.Case | |
use Hound.Helpers | |
alias Ecto.Adapters.SQL.Sandbox | |
hound_session() | |
setup do | |
:ok = Sandbox.checkout(App.Repo) |
Iteration in Acertivo | |
Logged in* | |
User Answers -> Assessment Answered | |
Assessment Answered | |
Notify Psychologist -> Evaluating Assessment | |
Evaluating Assessment | |
Review assignment -> Evaluated | |
Evaluated | |
Add skills to learn -> Start Learning | |
Start Learning |
# Script copied from https://alexpeattie.com/blog/stop-forgetting-foreign-key-indexes-in-rails-post-migration-script | |
Rake::Task['db:migrate'].enhance do | |
tables = ActiveRecord::Base.connection.tables | |
all_foreign_keys = tables.flat_map do |table_name| | |
ActiveRecord::Base.connection.columns(table_name).map {|c| [table_name, c.name].join('.') } | |
end.select { |c| c.ends_with?('_id') } | |
indexed_columns = tables.map do |table_name| | |
ActiveRecord::Base.connection.indexes(table_name).map do |index| | |
index.columns.map {|c| [table_name, c].join('.') } |
I hereby claim:
To claim this, I am signing this object: