Skip to content

Instantly share code, notes, and snippets.

View kabdelhady's full-sized avatar

Khaled Abdelhady kabdelhady

  • Microsoft
  • Bothell, WA
View GitHub Profile
@lwe
lwe / unscoped.rb
Created June 13, 2012 10:37
Module which provides the ability to unscope associations
# Provides the ability to unscope associations, this solves problems described in
# http://stackoverflow.com/questions/1540645/how-to-disable-default-scope-for-a-belongs-to/11012633#11012633
#
# Examples
#
# class Document < ActiveRecord::Base
# default_scope where(deleted: false)
# end
#
# class Comment < ActiveRecord::Base
@tschmidt
tschmidt / Rails simple_format and auto_link.rb
Created July 14, 2011 21:12
Rails simple_format and auto_link weirdness