Skip to content

Commit

Permalink
Fix template for compatibility with Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Oct 9, 2013
1 parent ed02e92 commit d0eb987
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions source/edge_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
#
# http://edgeguides.rubyonrails.org/rails_application_templates.html

run "rm public/index.html"

# Install required gems
gem "active_model_serializers"
gem_group :assets do
gem "ember-rails"
end
gem "ember-rails"
gem "ember-source", "1.0.0"

run "bundle install"

Expand Down

0 comments on commit d0eb987

Please sign in to comment.