Skip to content
View JonCrawford's full-sized avatar
🏗️
Helping startups on product, tech & UX
🏗️
Helping startups on product, tech & UX
Block or Report

Block or report JonCrawford

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Improved! A slight alteratiion of DH... Improved! A slight alteratiion of DHH's dynamic subdomain technique.
    1
    # 1) Point *.example.com in your DNS setup to your server.
    2
    #
    3
    # 2) Setup an Apache vhost to catch the star pointer:
    4
    #
    5
    # <VirtualHost *:80>
  2. visitor_stats.rb visitor_stats.rb
    1
    class VisitorStats
    2
      def initialize
    3
        @redis = Redis.new
    4
      end
    5