Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelminter committed Oct 1, 2012
1 parent 4a80494 commit 4f48737
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
10 changes: 0 additions & 10 deletions Gemfile
Expand Up @@ -12,16 +12,6 @@ gem 'useragent'
gem 'rdiscount'
gem 'chronic'

group :development do
gem 'sqlite3-ruby'
gem 'dm-sqlite-adapter'
end

group :test do
gem 'rack-test'
gem 'rspec'
end

group :production do
gem 'dm-postgres-adapter'
end
15 changes: 7 additions & 8 deletions README.md
@@ -1,13 +1,12 @@
## About

Sinatra-DataMapper-Template is a little template to help you quickly start work
on your Sinatra/DataMapper projects without worrying about writing too much
boilerplate code. Here's a list of its features:

- Basic `app.rb` file with DataMapper setup and a couple routes
- RSpec testing
- Ready for deploying to Heroku
- Includes my HTML5 template, which includes jQuery and Eric Meyer's CSS reset
Sinatra application to shorten URLs

###Features

* URL shortening, using base36
* JSON API
* Analytics via Highcharts.js

## License

Expand Down
Binary file modified public/images/greatwall.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f48737

Please sign in to comment.