aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2010-01-30 14:22:39 -0600
committerJoshua Peek <josh@joshpeek.com>2010-01-30 14:39:59 -0600
commitac20f2cea15844b5cc06bdfefbb410fc55ba5caf (patch)
tree8ba0637af333939f55fa315158fdf077f7e20108 /actionpack
parentffc10731c366aa68a0cdd15eb4e9ac9a3c0820f0 (diff)
downloadrails-ac20f2cea15844b5cc06bdfefbb410fc55ba5caf.tar.gz
rails-ac20f2cea15844b5cc06bdfefbb410fc55ba5caf.tar.bz2
rails-ac20f2cea15844b5cc06bdfefbb410fc55ba5caf.zip
Revert "Add rails.js driver to default source list"
This reverts commit 8a46e1182e3fce36aee5e6cb65737c4e755bbced.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
index 4df99f8293..83357dd76f 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -140,7 +140,7 @@ module ActionView
:stylesheets_dir => "#{assets_dir}/stylesheets",
}
- JAVASCRIPT_DEFAULT_SOURCES = ['prototype', 'effects', 'dragdrop', 'controls', 'rails'].freeze unless const_defined?(:JAVASCRIPT_DEFAULT_SOURCES)
+ JAVASCRIPT_DEFAULT_SOURCES = ['prototype', 'effects', 'dragdrop', 'controls'].freeze unless const_defined?(:JAVASCRIPT_DEFAULT_SOURCES)
# Returns a link tag that browsers and news readers can use to auto-detect
# an RSS or ATOM feed. The +type+ can either be <tt>:rss</tt> (default) or