I hereby claim:
- I am kamui on github.
- I am kamui (https://keybase.io/kamui) on keybase.
- I have a public key ASBjD4-XEgC4bUvHqCVZEvxcr77h1oyikbdQ7UeeaPIgWAo
To claim this, I am signing this object:
| ; Cycle between windows of the same app like in macOS - Alt+backtick. | |
| ; Original Source: https://gist.github.com/kamui/12c581c09288ac486faeb1095622c873 | |
| ; Based on: https://gist.github.com/rbika/014fb3570beaef195db0bd53fa681037 | |
| ; Limitations | |
| ; • It does not work in Explorer app | |
| SendMode("Input") | |
| SetWorkingDir(A_ScriptDir) |
| {"lastUpload":"2020-10-06T18:06:58.676Z","extensionVersion":"v3.4.3"} |
I hereby claim:
To claim this, I am signing this object:
| require 'nokogiri' | |
| require 'open-uri' | |
| require 'pony' | |
| require 'digest' | |
| URL = 'https://encrypted.google.com/'.freeze | |
| CSS_SELECTOR = '#lga'.freeze | |
| INTERVAL = 600.freeze | |
| USER_AGENT = "Ruby/#{RUBY_VERSION}".freeze | |
| SEND_EMAIL = false |
| module Helpers | |
| def capture_exception(e, env) | |
| if ENV['SENTRY_DSN'] | |
| evt = Raven::Event.capture_rack_exception(e, env) | |
| Raven.send(evt) if evt | |
| end | |
| end | |
| end |
| # You just need sequel, fabrication, ffaker, and sqlite3 gems | |
| require 'sequel' | |
| require 'sqlite3' | |
| require 'logger' | |
| require 'fabrication' | |
| require 'ffaker' | |
| DB = Sequel.sqlite | |
| # DB.loggers << Logger.new($stdout) |
| require 'sequel' | |
| require 'sqlite3' | |
| require 'logger' | |
| DB = Sequel.sqlite | |
| # DB.loggers << Logger.new($stdout) | |
| Sequel::Model.plugin :validation_helpers | |
| Sequel::Model.raise_on_save_failure = false |
| require 'sequel' | |
| require 'sqlite3' | |
| require 'logger' | |
| require 'pry' | |
| DB = Sequel.sqlite | |
| DB.loggers << Logger.new($stdout) | |
| Sequel::Model.plugin :validation_helpers |
I was running guard and here's the specific backtrace, although it might not help since it's specific to my testing setup:
Running: test/functional/signups_controller_test.rb
/Users/JackC/.rvm/gems/ruby-1.9.3-p194@kickpuncher/gems/minitest-3.0.0/lib/minitest/spec.rb:68:in `describe': undefined method `create' for ActionController::TestCase:Class (NoMethodError)
from /Users/JackC/Development/kickpuncher/test/functional/signups_controller_test.rb:3:in `<top (required)>'
from -e:in `require'
Gemfile: