Skip to content

Commit 4c16ef5

Browse files
committedJan 24, 2015
remove ember.js
1 parent a1dcfc1 commit 4c16ef5

Some content is hidden

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

49 files changed

+2
-21718
lines changed
 

‎Gemfile

-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ gem 'rails-assets-jquery-dropdown'
1818

1919
# Two Client-side JS frameworks. Yep, first one to refactor out the other wins.
2020
gem 'backbone-on-rails'
21-
gem 'handlebars-source'
22-
gem 'ember-rails', github: 'emberjs/ember-rails'
2321

2422
# Load environment variables first
2523
gem 'dotenv-rails', groups: [:development, :test]
@@ -31,7 +29,6 @@ gem 'carrierwave_backgrounder' #background processing of images
3129

3230
# HTML
3331
gem 'haml'
34-
gem 'hamlbars' #haml support for handlebars/ember.js
3532
gem 'slim-rails'
3633

3734
# Postgres

‎Gemfile.lock

-33
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
GIT
2-
remote: git://github.com/emberjs/ember-rails.git
3-
revision: 5e5a398f3c67c3a3b84b7513b93b22bf81055cc9
4-
specs:
5-
ember-rails (0.15.0)
6-
active_model_serializers
7-
barber (>= 0.4.1)
8-
ember-data-source (>= 1.0.0.beta.5)
9-
ember-source (>= 1.1.0)
10-
execjs (>= 1.2)
11-
handlebars-source (> 1.0.0)
12-
jquery-rails (>= 1.0.17)
13-
railties (>= 3.1)
14-
151
GIT
162
remote: git://github.com/nixme/jazz_hands.git
173
revision: 5e4b48f145883ecb14b55bf04eacc28ac9662676
@@ -65,8 +51,6 @@ GEM
6551
rack-cache (~> 1.2)
6652
rack-test (~> 0.6.1)
6753
sprockets (~> 2.2.1)
68-
active_model_serializers (0.9.0)
69-
activemodel (>= 3.2)
7054
activemodel (3.2.21)
7155
activesupport (= 3.2.21)
7256
builder (~> 3.0.0)
@@ -105,10 +89,6 @@ GEM
10589
jquery-rails
10690
railties
10791
backports (3.6.0)
108-
barber (0.4.2)
109-
ember-source
110-
execjs
111-
handlebars-source
11292
better_errors (2.0.0)
11393
coderay (>= 1.0.0)
11494
erubis (>= 2.6.6)
@@ -222,10 +202,6 @@ GEM
222202
http_parser.rb (>= 0.6.0)
223203
em-socksify (0.3.0)
224204
eventmachine (>= 1.0.0.beta.4)
225-
ember-data-source (1.0.0.beta.9)
226-
ember-source
227-
ember-source (1.7.0)
228-
handlebars-source (~> 1.0)
229205
ephemeral (2.3.3)
230206
activesupport
231207
equalizer (0.0.9)
@@ -322,12 +298,6 @@ GEM
322298
rspec (>= 2.14, < 4.0)
323299
haml (4.0.5)
324300
tilt
325-
hamlbars (2.1.1)
326-
execjs (>= 1.2)
327-
haml
328-
sprockets (>= 2.0)
329-
tilt
330-
handlebars-source (1.3.0)
331301
hashie (2.1.2)
332302
hashr (0.0.22)
333303
heroku-deflater (0.5.3)
@@ -758,7 +728,6 @@ DEPENDENCIES
758728
dotenv-rails
759729
elasticsearch-model
760730
elasticsearch-rails
761-
ember-rails!
762731
fabrication-rails
763732
faraday (~> 0.8.1)
764733
feedjira
@@ -774,8 +743,6 @@ DEPENDENCIES
774743
grackle
775744
guard-rspec
776745
haml
777-
hamlbars
778-
handlebars-source
779746
hashie
780747
heroku-deflater
781748
jazz_hands!

0 commit comments

Comments
 (0)
Please sign in to comment.