Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
now using ember-rails gem to include ember.js and to compile handleba…
…rs templates
  • Loading branch information
dgeb committed Jan 4, 2012
1 parent dfd6d41 commit b448f8b
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 15,102 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -17,6 +17,7 @@ group :assets do
end

gem 'jquery-rails'
gem 'ember-rails', '>= 0.2.1'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -39,6 +39,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.2.0)
ember-rails (0.2.1)
erubis (2.7.0)
execjs (1.2.13)
multi_json (~> 1.0)
Expand Down Expand Up @@ -110,6 +111,7 @@ PLATFORMS

DEPENDENCIES
coffee-rails (~> 3.1.1)
ember-rails (>= 0.2.1)
jquery-rails
rails (= 3.1.3)
sass-rails (~> 3.1.5)
Expand Down
3 changes: 0 additions & 3 deletions config/initializers/sprockets.rb

This file was deleted.

15 changes: 0 additions & 15 deletions lib/sprockets/handlebars_template.rb

This file was deleted.

Empty file.

0 comments on commit b448f8b

Please sign in to comment.