Skip to content

Instantly share code, notes, and snippets.

View willmanduffy's full-sized avatar
🦎
hi yes i'd like your finest wine "sir this is a mcdonalds"

Will Duffy willmanduffy

🦎
hi yes i'd like your finest wine "sir this is a mcdonalds"
View GitHub Profile
class LimitedTextInput < SimpleForm::Inputs::Base
def input
merge_limited_attributes find_maxlength
@builder.text_area attribute_name, input_html_options
end
private
def find_maxlength
@willmanduffy
willmanduffy / project.rb
Last active December 29, 2015 00:19
Proposal Creation
class Project < ActiveRecord::Base
# Associations
has_and_belongs_to_many :users
has_many :proposals, dependent: :destroy
end
@willmanduffy
willmanduffy / lost.rb
Created April 11, 2012 15:40
Lost The Game
while (true) do
puts "4 8 15 16 23 42"
sleep(6300)
end