aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/ujs/views/tests/index.html.erb
blob: 393a5ee2355d889bb0ecdd423cb5b1b96ff7c02a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<% @title = "jquery-ujs test" %>

<%= test_to 'data-confirm', 'data-remote', 'data-disable', 'data-disable-with', 'call-remote', 'call-remote-callbacks', 'data-method', 'override', 'csrf-refresh', 'csrf-token' %>

<h1 id="qunit-header"><%= @title %></h1>
<div id="jquery-cdn">
  CDN:
  <%= cdn_link 'jquery' %> •
  <%= cdn_link 'googleapis' %>
</div>
<div id="jquery-version">
  jQuery version:

  <% jquery_versions.each do |v| %>
    <%= ' • ' if v != jquery_versions.first %>
    <%= jquery_link v %>
  <% end %>
 <%= (' • ' + jquery_link('edge')) if File.exist?(Rails.root + '/public/vendor/jquery.js') %>
</div>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>

<div id="qunit-fixture"></div>