Skip to content

Instantly share code, notes, and snippets.

@gunn
Created June 27, 2013 03:46
Show Gist options
  • Save gunn/5873794 to your computer and use it in GitHub Desktop.
Save gunn/5873794 to your computer and use it in GitHub Desktop.
rails new assets_test -O -T --skip-keeps
cd assets_test
echo "\ngem 'ember-rails'" >> Gemfile
echo "\nAssetsTest::Application.config.ember.variant = :development" >> config/application.rb
bundle
rails r "puts Rails.application.config.assets.paths"
/Users/Arthur/Work/git_projects/assets_test/app/assets/javascripts
/Users/Arthur/Work/git_projects/assets_test/app/assets/stylesheets
/Users/Arthur/Work/git_projects/assets_test/vendor/assets/javascripts
/Users/Arthur/Work/git_projects/assets_test/vendor/assets/stylesheets
/Users/Arthur/.rvm/gems/ruby-1.9.3-p392/gems/turbolinks-1.2.0/lib/assets/javascripts
/Users/Arthur/.rvm/gems/ruby-1.9.3-p392/gems/jquery-rails-3.0.1/vendor/assets/javascripts
/Users/Arthur/.rvm/gems/ruby-1.9.3-p392/gems/coffee-rails-4.0.0/lib/assets/javascripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment