Skip to content

Instantly share code, notes, and snippets.

View davidbenton's full-sized avatar

David davidbenton

View GitHub Profile
@davidbenton
davidbenton / .rubocop.yml
Last active June 25, 2018 03:49
Rails Project Defaults
AllCops:
Include:
- Rakefile
- config.ru
- lib/**/*.rake
Exclude:
- 'db/schema.rb'
Layout/AlignHash:
EnforcedHashRocketStyle: table
@davidbenton
davidbenton / function.php
Created September 6, 2012 16:28 — forked from setola/function.php
Wordpress - excerpt with wysiwyg editor
<?php
/**
* @package wp-wysiwyg-excerpt
* This class removes the default excerpt metabox
* and adds a new box with the wysiwyg editor capability
* @author etessore
*/
/*