Public Gists by readruby

Gravatar
Mon Mar 16 17:58:30 -0700 2009
1
2
# Responses with HTTP status codes that should not have an entity
STATUS_WITH_NO_ENTITY_BODY = Set.new((100..199).to_a << 204 << 304)
Gravatar
Thu Mar 05 17:57:56 -0800 2009
1
2
3
# Source:
# http://github.com/thoughtbot/paperclip/blob/master/lib/paperclip/attachment.rb
 
gist: 73120 aasm/lib/state_transition.rb
Gravatar
Mon Mar 02 17:21:16 -0800 2009
1
2
3
# Source:
# http://github.com/rubyist/aasm/blob/baceb4b53e296cd45ac3acbd5df291e14b2993aa/lib/state_transition.rb
 
gist: 73118 /thin/backends/base.rb
Gravatar
Mon Mar 02 17:19:33 -0800 2009
1
2
3
# Source:
# http://github.com/macournoyer/thin/blob/d6334d80e2c21af8b6d9647b9ae17d687df825df/lib/thin/backends/base.rb