Skip to content

Instantly share code, notes, and snippets.

View logius's full-sized avatar

Gabriel G. Lescinskas logius

  • WeTravel
  • Hoofddorp, Netherlands
View GitHub Profile

Keybase proof

I hereby claim:

  • I am logius on github.
  • I am gabrielglesc (https://keybase.io/gabrielglesc) on keybase.
  • I have a public key ASBonaG-vhjQXpQIwyZ4ScFQvGYDYc2tfwDQQbNJh-ailwo

To claim this, I am signing this object:

AllCops:
TargetRubyVersion: 2.3
Include:
- "Gemfile"
Exclude:
- "config.ru"
- "bin/*"
- "db/**/*"
- "spec/support/**/*"
{
"user": {
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Blueberry/cross/Blueberry - cross.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"rubocop": {
@logius
logius / model.rb
Last active December 9, 2015 10:30
taggable
include Taggable
taggify :metaphor
(function(window) {
window.App = new function() {
var directives = {}
function run() {
$("[data-directive]").each(function() {
e = $(this);
var directiveName = e.data("directive");
var directive = directives[directiveName];
if (directive){