enju_question 0.1.0.pre14 → 0.1.0.pre15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/lib/enju_question/version.rb +1 -1
- data/spec/cassette_library/Question/test_should_get_crd_search.yml +552 -471
- data/spec/cassette_library/QuestionsController/GET_index/When_not_logged_in/should_get_index_with_query.yml +566 -485
- data/spec/cassette_library/QuestionsController/GET_index/When_not_logged_in/should_render_crd_xml_template.yml +566 -485
- data/spec/dummy/app/assets/javascripts/application.js +10 -6
- data/spec/dummy/db/schema.rb +76 -76
- data/spec/factories/user.rb +0 -3
- metadata +33 -21
- data/spec/dummy/app/models/setting.rb +0 -4
@@ -1,9 +1,13 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into
|
2
|
-
//
|
3
|
-
//
|
1
|
+
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
+
// listed below.
|
3
|
+
//
|
4
|
+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
+
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
|
6
|
+
//
|
4
7
|
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
5
|
-
//
|
8
|
+
// compiled file.
|
9
|
+
//
|
10
|
+
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
|
+
// about supported directives.
|
6
12
|
//
|
7
|
-
//= require jquery
|
8
|
-
//= require jquery_ujs
|
9
13
|
//= require_tree .
|