teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

情報の追記

2017/06/02 12:32

投稿

riamk
riamk

スコア47

title CHANGED
File without changes
body CHANGED
@@ -166,4 +166,30 @@
166
166
  ```
167
167
  上記を追記してインストールしています。
168
168
 
169
- よろしくお願いします。
169
+ よろしくお願いします。
170
+
171
+ #追加情報
172
+ railsのバージョン:rails4.2.3
173
+
174
+ `application.js`
175
+ ```
176
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
177
+ // listed below.
178
+ //
179
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
180
+ // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
181
+ //
182
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
183
+ // compiled file.
184
+ //
185
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
186
+ // about supported directives.
187
+ //
188
+ //= require jquery
189
+ //= require jquery.turbolinks
190
+ //= require jquery_ujs
191
+ //= require twitter/bootstrap
192
+ //= require turbolinks
193
+ //= require_tree .
194
+ //= require bootstrap-tagsinput
195
+ ```