From e7280cb1bd9309840c44f479bc9e60b0faf302f3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 13 Apr 2011 18:08:40 +0200 Subject: Use driver_ujs now that we no longer have to depend on a shared name and insert all prototype dependencies if thats specified --- .../rails/app/templates/app/assets/javascripts/application.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js b/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js deleted file mode 100644 index 488ac8cd80..0000000000 --- a/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js +++ /dev/null @@ -1,6 +0,0 @@ -# FIXME: Tell people that this is a manifest file, real code should go into discrete files -# FIXME: Tell people how Sprockets and CoffeeScript works -# -#= require jquery -#= require jquery_ujs -#= require_tree . -- cgit v1.2.3