Skip to content

Instantly share code, notes, and snippets.

@bawNg
bawNg / Rails MongoMapper Template.rb
Created November 16, 2009 00:59 — forked from banker/Rails MongoMapper Template.rb
Fixed syntax error on non case sensitive operating systems by changing HTML string block name
# mongo_template.rb
# fork of Ben Scofield's Rails MongoMapper Template (http://gist.github.com/181842)
#
# To use:
# rails project_name -m http://gist.github.com/gists/219223.txt
# remove unneeded defaults
run "rm public/index.html"
run "rm public/images/rails.png"
run "rm public/javascripts/controls.js"