Public Gists by eddanger

Gravatar
Mon Oct 12 12:56:28 -0700 2009
1
2
3
module Rack
  class Censor
    
gist: 66203 Rackup file to load either ...
Gravatar
Tue Feb 17 21:02:14 -0800 2009
1
2
3
require 'rubygems'
require 'sinatraapp'
 
gist: 62856 Merb Digest Auth Strategy -...
Gravatar
Thu Feb 12 12:43:35 -0800 2009
1
2
3
# This strategy is used with digest authentication in Merb.
#
# == Requirements
gist: 44433 Subdomains in Ruby on Rails
Gravatar
Wed Jan 07 13:04:00 -0800 2009
1
2
3
# 1) Point *.example.com in your DNS setup to your server.
#
# 2) Setup an Apache vhost to catch the star pointer:
gist: 38213 Call "Hello World" through ...
Gravatar
Fri Dec 19 18:38:22 -0800 2008
1
2
3
class HelloWorld
  def initialize(app)
    @app = app