Created
August 8, 2012 14:05
-
-
Save marc-an-be/3295296 to your computer and use it in GitHub Desktop.
Sinatra jQuery Mobile App Chunk 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
%w(sinatra sqlite3 dm-sqlite-adapter data_mapper haml time).each{|g| require g} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment