Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@myabc
Created August 22, 2010 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myabc/543936 to your computer and use it in GitHub Desktop.
Save myabc/543936 to your computer and use it in GitHub Desktop.
gem 'friendly_id', '~> 3.1.0'
gem 'friendly_id_datamapper','~> 3.1.0',:git => 'http://github.com/myabc/friendly_id_datamapper.git'
require 'rubygems'
require 'bundler'
Bundler.setup
require "sinatra"
require "dm-core"
require "dm-types"
require "dm-timestamps"
require "dm-validations"
require "dm-migrations"
require "dm-tags"
require "erb"
require "friendly_id"
require "friendly_id/datamapper"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment