Skip to content

Commit 4199faa

Browse files
committed
Revert "initial commit"
This reverts commit bb50cfd.
1 parent bb50cfd commit 4199faa

File tree

61 files changed

+68
-806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+68
-806
lines changed

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ end
1717

1818
gem 'jquery-rails'
1919
gem 'parse_resource', :git => 'git@github.com:adelevie/parse_resource.git'
20-
gem 'omniauth'
21-
gem 'omniauth-dropbox'
22-
gem 'dropbox-api'
23-
24-
gem "twitter-bootstrap-rails"
2520

2621
# To use ActiveModel has_secure_password
2722
# gem 'bcrypt-ruby', '~> 3.0.0'

Gemfile.lock

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -48,43 +48,21 @@ GEM
4848
coffee-script-source
4949
execjs
5050
coffee-script-source (1.2.0)
51-
commonjs (0.2.5)
52-
dropbox-api (0.2.1)
53-
hashie
54-
oauth
55-
yajl-ruby
5651
erubis (2.7.0)
5752
execjs (1.3.0)
5853
multi_json (~> 1.0)
59-
hashie (1.2.0)
6054
hike (1.2.1)
6155
i18n (0.6.0)
6256
jquery-rails (1.0.19)
6357
railties (~> 3.0)
6458
thor (~> 0.14)
6559
json (1.6.6)
66-
less (2.1.0)
67-
commonjs (~> 0.2.0)
68-
therubyracer (~> 0.10.0)
69-
less-rails (2.2.0)
70-
actionpack (>= 3.1)
71-
less (~> 2.1.0)
72-
libv8 (3.3.10.4)
7360
mail (2.3.3)
7461
i18n (>= 0.4.0)
7562
mime-types (~> 1.16)
7663
treetop (~> 1.4.8)
7764
mime-types (1.18)
7865
multi_json (1.2.0)
79-
oauth (0.4.5)
80-
omniauth (1.0.2)
81-
hashie (~> 1.2)
82-
rack
83-
omniauth-dropbox (0.2.0)
84-
omniauth-oauth (~> 1.0)
85-
omniauth-oauth (1.0.0)
86-
oauth
87-
omniauth (~> 1.0)
8866
polyglot (0.3.3)
8967
rack (1.3.6)
9068
rack-cache (1.2)
@@ -125,37 +103,26 @@ GEM
125103
hike (~> 1.2)
126104
rack (~> 1.0)
127105
tilt (~> 1.1, != 1.3.0)
128-
therubyracer (0.10.1)
129-
libv8 (~> 3.3.10)
130106
thor (0.14.6)
131107
tilt (1.3.3)
132108
treetop (1.4.10)
133109
polyglot
134110
polyglot (>= 0.3.1)
135111
turn (0.8.2)
136112
ansi (>= 1.2.2)
137-
twitter-bootstrap-rails (2.0.6)
138-
actionpack (>= 3.1)
139-
less-rails (~> 2.2.0)
140-
railties (>= 3.1)
141113
tzinfo (0.3.32)
142114
uglifier (1.2.4)
143115
execjs (>= 0.3.0)
144116
multi_json (>= 1.0.2)
145-
yajl-ruby (1.1.0)
146117

147118
PLATFORMS
148119
ruby
149120

150121
DEPENDENCIES
151122
coffee-rails (~> 3.1.1)
152-
dropbox-api
153123
jquery-rails
154-
omniauth
155-
omniauth-dropbox
156124
parse_resource!
157125
rails (= 3.1.3)
158126
sass-rails (~> 3.1.5)
159127
turn (= 0.8.2)
160-
twitter-bootstrap-rails
161128
uglifier (>= 1.0.3)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require File.expand_path('../config/application', __FILE__)
66

7-
ParseRailsBoilerplate::Application.load_tasks
7+
ParseRailsBoilerplate::Application.load_tasks

app/assets/javascripts/application.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
//
77
//= require jquery
88
//= require jquery_ujs
9-
//= require twitter/bootstrap
10-
//= require_tree .
9+
//= require_tree .

app/assets/javascripts/authentication.js.coffee

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/assets/javascripts/bootstrap.js.coffee

Lines changed: 0 additions & 4 deletions
This file was deleted.

app/assets/javascripts/home.js.coffee

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/assets/stylesheets/authentication.css.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/assets/stylesheets/bootstrap_and_overrides.css.less

Lines changed: 0 additions & 29 deletions
This file was deleted.

app/assets/stylesheets/home.css.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)