Skip to content

Remove relic ember-js !478 #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 31, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gem 'rails-assets-jquery-dropdown'

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

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

# HTML
gem 'haml'
gem 'hamlbars' #haml support for handlebars/ember.js
gem 'slim-rails'

# Postgres
Expand Down
33 changes: 0 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
GIT
remote: git://github.com/emberjs/ember-rails.git
revision: 5e5a398f3c67c3a3b84b7513b93b22bf81055cc9
specs:
ember-rails (0.15.0)
active_model_serializers
barber (>= 0.4.1)
ember-data-source (>= 1.0.0.beta.5)
ember-source (>= 1.1.0)
execjs (>= 1.2)
handlebars-source (> 1.0.0)
jquery-rails (>= 1.0.17)
railties (>= 3.1)

GIT
remote: git://github.com/nixme/jazz_hands.git
revision: 5e4b48f145883ecb14b55bf04eacc28ac9662676
Expand Down Expand Up @@ -65,8 +51,6 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
active_model_serializers (0.9.0)
activemodel (>= 3.2)
activemodel (3.2.21)
activesupport (= 3.2.21)
builder (~> 3.0.0)
Expand Down Expand Up @@ -105,10 +89,6 @@ GEM
jquery-rails
railties
backports (3.6.0)
barber (0.4.2)
ember-source
execjs
handlebars-source
better_errors (2.0.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
Expand Down Expand Up @@ -222,10 +202,6 @@ GEM
http_parser.rb (>= 0.6.0)
em-socksify (0.3.0)
eventmachine (>= 1.0.0.beta.4)
ember-data-source (1.0.0.beta.9)
ember-source
ember-source (1.7.0)
handlebars-source (~> 1.0)
ephemeral (2.3.3)
activesupport
equalizer (0.0.9)
Expand Down Expand Up @@ -322,12 +298,6 @@ GEM
rspec (>= 2.14, < 4.0)
haml (4.0.5)
tilt
hamlbars (2.1.1)
execjs (>= 1.2)
haml
sprockets (>= 2.0)
tilt
handlebars-source (1.3.0)
hashie (2.1.2)
hashr (0.0.22)
heroku-deflater (0.5.3)
Expand Down Expand Up @@ -758,7 +728,6 @@ DEPENDENCIES
dotenv-rails
elasticsearch-model
elasticsearch-rails
ember-rails!
fabrication-rails
faraday (~> 0.8.1)
feedjira
Expand All @@ -774,8 +743,6 @@ DEPENDENCIES
grackle
guard-rspec
haml
hamlbars
handlebars-source
hashie
heroku-deflater
jazz_hands!
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Coderwall is built from the following open source components:

- [Backbone.js](https://github.com/jashkenas/backbone)
- [ElasticSearch](http://www.elasticsearch.org/)
- [Ember.js](https://github.com/emberjs/ember.js)
- [jQuery](http://jquery.com/)
- [PostgreSQL](http://www.postgresql.org/)
- [Redis](http://redis.io/)
Expand Down
33 changes: 0 additions & 33 deletions app/assets/javascripts/ember/coderwall.js.coffee

This file was deleted.

Empty file.
30 changes: 0 additions & 30 deletions app/assets/javascripts/ember/controllers/networks.js.coffee

This file was deleted.

8 changes: 0 additions & 8 deletions app/assets/javascripts/ember/controllers/teams.js.coffee

This file was deleted.

10 changes: 0 additions & 10 deletions app/assets/javascripts/ember/controllers/users.js.coffee

This file was deleted.

Loading