Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
got far too messy
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydpick committed Jan 22, 2016
1 parent 2776517 commit 1c6dad5
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 44 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ end

group :ui do
gem 'sinatra', '~> 1.4', '>= 1.4.6'
gem 'sinatra-activerecord', '~> 2.0', '>= 2.0.9'
gem 'thin', '~> 1.6', '>= 1.6.4'
end

Expand Down
9 changes: 0 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@ GEM
activemodel (4.2.5)
activesupport (= 4.2.5)
builder (~> 3.1)
activerecord (4.2.5)
activemodel (= 4.2.5)
activesupport (= 4.2.5)
arel (~> 6.0)
activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
aws-sdk (2.2.12)
aws-sdk-resources (= 2.2.12)
aws-sdk-core (2.2.12)
Expand Down Expand Up @@ -63,9 +58,6 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-activerecord (2.0.9)
activerecord (>= 3.2)
sinatra (~> 1.0)
sqlite3 (1.3.11)
thin (1.6.4)
daemons (~> 1.0, >= 1.0.9)
Expand All @@ -90,7 +82,6 @@ DEPENDENCIES
rubyzip (~> 1.1, >= 1.1.7)
sequel (~> 4.30)
sinatra (~> 1.4, >= 1.4.6)
sinatra-activerecord (~> 2.0, >= 2.0.9)
sqlite3 (~> 1.3, >= 1.3.11)
thin (~> 1.6, >= 1.6.4)

Expand Down
15 changes: 0 additions & 15 deletions Rakefile

This file was deleted.

6 changes: 0 additions & 6 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
$:.unshift(File.dirname(__FILE__))

require 'rubygems'
require 'rubygems/package'
require 'bundler/setup'
Bundler.require(:default, :ui)
load 'environment.rb'

require 'ui'
run Uphold::Ui
10 changes: 0 additions & 10 deletions db/migrate/20160122155556_create_tests.rb

This file was deleted.

1 change: 0 additions & 1 deletion dev/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ conf.d/*.yml
custom/engines/*.rb
custom/transports/*.rb
tests/*.rb
db/*.sqlite3
Empty file removed dev/db/.gitkeep
Empty file.
2 changes: 0 additions & 2 deletions ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

module Uphold
class Ui < ::Sinatra::Base
register ::Sinatra::ActiveRecordExtension
set :database, adapter: 'sqlite3', database: '/var/uphold/uphold.sqlite3'
include Logging

helpers do
Expand Down

0 comments on commit 1c6dad5

Please sign in to comment.