Skip to content

Instantly share code, notes, and snippets.

View ckhrysze's full-sized avatar

Chris ckhrysze

View GitHub Profile
@ckhrysze
ckhrysze / Rails MongoMapper Template.rb
Created November 8, 2011 23:13 — forked from jetspeed/Rails MongoMapper Template.rb
A Rails Template for using MongoMapper
# mongo_template.rb
# fork of Ben Scofield's Rails MongoMapper Template (http://gist.github.com/181842)
# add basic layout to start
file 'app/views/layouts/application.html.erb', <<HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Application!</title>