Skip to content

Instantly share code, notes, and snippets.

View mjonuschat's full-sized avatar

Morton Jonuschat mjonuschat

  • San Francisco, CA
View GitHub Profile
@mjonuschat
mjonuschat / gist:1899381
Created February 24, 2012 08:28 — forked from deepj/gist:1869900
rvm + xcode 4.3 + command-line tools
brew install https://raw.github.com/adammw/homebrew-alt/automake/duplicates/autoconf.rb
brew install https://raw.github.com/adammw/homebrew-alt/automake/duplicates/automake.rb
brew link autoconf automake
@mjonuschat
mjonuschat / new.html
Created October 29, 2011 16:44 — forked from assimovt/new.html
Refactor Rails application layout to use HTML5 semantics with HAML
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset='utf-8'>
module FormtasticExtensions
module Formtastic
module MarkItUpEditor
include MarkItUp::ViewHelpers
def self.included(base)
base.class_eval do
@mark_it_up_dependencies_included = false
end
end
From bb2a78858cffa7c6937642986e9aca1a4f862c0d Mon Sep 17 00:00:00 2001
From: Ilya Grigorik <ilya@igvita.com>
Date: Thu, 10 Jun 2010 00:46:48 -0400
Subject: [PATCH] async rails3
---
Gemfile | 6 ++++++
app/controllers/widgets_controller.rb | 6 ++++++
app/models/widget.rb | 2 ++
config.ru | 1 +